COLOR #5C4269

HEX: #5C4269
RGB: (92,66,105)

Color info

#5C4269 contains red, green and blue colors in about the same proportion. Web safe color of #5C4269 is #663366 (or #636).

RGB color model

#5C4269 color RGB value is (92,66,105).

  • red value is 92;
  • green value is 66;
  • blue value is 105.
RGB:
(92,66,105)
(36%,26%,41%)

RGB channels and saturation

R 92 of 255 = 36%
G 66 of 255 = 26%
B 105 of 255 = 41%

92
66
105

R + G + B ~ 34%. #5C4269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 66 + 105 = 263 (100%)
R 92 of 263 ~ 34.98%
G 66 of 263 ~ 25.1%
B 105 of 263 ~ 39.92%

%34.98
%25.1
%39.92

CMYK color model

#5C4269 color CMYK value is (12,37,0,59).

  • cyan value is 12.38%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(12,37,0,59)
C12M37Y0K59 
(12%,37%,0%,59%)
(0.12/0.37/0.00/0.59)	

CMYK percentages

%12.38
%37.14
%0
%58.82

Codes

Color #5C4269 in popluar color models

5C4269
RGB9266105
HSL280°22.81%33.53%
HSB/HSV280°37.14%41.18%
CMYK12.38%37.14%0.00%
58.82%

Color #5C4269 in popluar number systems.

HEX5C4269
Decimal9266105
Binary101110010000101101001
Octal134102151

Shades and tints

Shades of #5C4269

#5C4269
(92,66,105)
#543C60
(84,60,96)
#4C3657
(76,54,87)
#44304E
(68,48,78)
#3C2A45
(60,42,69)
#34243C
(52,36,60)
#2C1E33
(44,30,51)
#24182A
(36,24,42)
#1C1221
(28,18,33)
#140C18
(20,12,24)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #5C4269

#5C4269
(92,66,105)
#6A5376
(106,83,118)
#786483
(120,100,131)
#867590
(134,117,144)
#94869D
(148,134,157)
#A297AA
(162,151,170)
#B0A8B7
(176,168,183)
#BEB9C4
(190,185,196)
#CCCAD1
(204,202,209)
#DADBDE
(218,219,222)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4269 color. Also use rgb(92,66,105) instead hex code.

Text Font Color

.myTextColor { color: #5C4269; }

<p style="color:#5C4269">This sample text font color is #5C4269.</p>

This text font color is #5C4269.


Background Color

.myBgColor { background-color: #5C4269; }

<div style="background-color:#5C4269">Inner text</div>

This div background color is #5C4269.


Border color

.myBorderColor { border: 1px solid #5C4269; }

<div style="border:3px solid #5C4269">Div</div>

This div border color is #5C4269.


Opacity

.myOpacity80 { color: #5C4269; opacity: 0.8; }

<p style="color:#5C4269;opacity:0.8;">80%</p>

Text with #5C4269 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5C4269;}

<p style="text-shadow: 3px 3px 1px #5C4269">Text here.</p>

This text has shadow with #5C4269 color.

.textShadow {text-shadow: 3px 3px 1px #5C4269, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5C4269, 5px 5px 20px red">Text here.</p>

This text has shadow with #5C4269 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5C4269, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5C4269, Direction=45, Strength=4)">Text</p>

This text has shadow with #5C4269 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5C4269;
  -webkit-box-shadow:	1px 1px 3px 2px #5C4269;
  box-shadow:		1px 1px 3px 2px #5C4269;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5C4269;
-webkit-box-shadow: 1px 1px 3px 2px #5C4269;
box-shadow:1px 1px 3px 2px #5C4269;">
Div content here</div>
This div box has shadow with color #5C4269.

Preview

Color preview on black background

This text has color #5C4269 on black background.


Color preview on white background

This text has color #5C4269 on white background.



Black color preview on #5C4269 background

This text has black color on #5C4269 background.


White color preview on #5C4269 background

This text has white color on #5C4269 background.