COLOR #5C664A

HEX: #5C664A
RGB: (92,102,74)

Color info

#5C664A contains red, green and blue colors in about the same proportion. Web safe color of #5C664A is #666633 (or #663).

RGB color model

#5C664A color RGB value is (92,102,74).

  • red value is 92;
  • green value is 102;
  • blue value is 74.
RGB:
(92,102,74)
(36%,40%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 74 of 255 = 29%

92
102
74

R + G + B ~ 35%. #5C664A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 74 = 268 (100%)
R 92 of 268 ~ 34.33%
G 102 of 268 ~ 38.06%
B 74 of 268 ~ 27.61%

%34.33
%38.06
%27.61

CMYK color model

#5C664A color CMYK value is (10,0,27,60).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(10,0,27,60)
C10M0Y27K60 
(10%,0%,27%,60%)
(0.10/0.00/0.27/0.60)	

CMYK percentages

%9.8
%0
%27.45
%60

Codes

Color #5C664A in popluar color models

5C664A
RGB9210274
HSL81°15.91%34.51%
HSB/HSV81°27.45%40.00%
CMYK9.80%0.00%27.45%
60.00%

Color #5C664A in popluar number systems.

HEX5C664A
Decimal9210274
Binary101110011001101001010
Octal134146112

Shades and tints

Shades of #5C664A

#5C664A
(92,102,74)
#545D44
(84,93,68)
#4C543E
(76,84,62)
#444B38
(68,75,56)
#3C4232
(60,66,50)
#34392C
(52,57,44)
#2C3026
(44,48,38)
#242720
(36,39,32)
#1C1E1A
(28,30,26)
#141514
(20,21,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #5C664A

#5C664A
(92,102,74)
#6A735A
(106,115,90)
#78806A
(120,128,106)
#868D7A
(134,141,122)
#949A8A
(148,154,138)
#A2A79A
(162,167,154)
#B0B4AA
(176,180,170)
#BEC1BA
(190,193,186)
#CCCECA
(204,206,202)
#DADBDA
(218,219,218)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C664A color. Also use rgb(92,102,74) instead hex code.

Text Font Color

.myTextColor { color: #5C664A; }

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

This text font color is #5C664A.


Background Color

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

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

This div background color is #5C664A.


Border color

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

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

This div border color is #5C664A.


Opacity

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

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

Text with #5C664A 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 #5C664A;}

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

This text has shadow with #5C664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C664A on black background.


Color preview on white background

This text has color #5C664A on white background.



Black color preview on #5C664A background

This text has black color on #5C664A background.


White color preview on #5C664A background

This text has white color on #5C664A background.