COLOR #5C5C3B

HEX: #5C5C3B RGB: (92,92,59)

Color info

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

RGB color model

#5C5C3B color RGB value is (92,92,59).

RGB: (92,92,59) (36%, 36%, 23%)

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 59 of 255 = 23%

92
92
59

R + G + B ~ 32%. #5C5C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 92 + 59 = 243 (100%)
R 92 of 243 ~ 37.86%
G 92 of 243 ~ 37.86%
B 59 of 243 ~ 24.28'%

%37.86
%37.86
%24.28

CMYK color model

#5C5C3B color CMYK value is (0,0,36,64).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 63.92%
CMYK: (0,0,36,64) C0M0Y36K64 (0%,0%,36%,64%) (0.00/0.00/0.36/0.64) 

CMYK percentages

%0
%0
%35.87
%63.92

Codes

Color #5C5C3B in popluar color models

5C 5C 3B
RGB 92 92 59
HSL 60° 21.85% 29.61%
HSB/HSV 60° 35.87% 36.08%
CMYK 0.00% 0.00% 35.87%
63.92%

Color #5C5C3B in popluar number systems.

HEX 5C 5C 3B
Decimal 92 92 59
Binary 1011100 1011100 111011
Octal 134 134 73

Shades and tints

Shades of #5C5C3B

#5C5C3B
(92,92,59)
#545436
(84,84,54)
#4C4C31
(76,76,49)
#44442C
(68,68,44)
#3C3C27
(60,60,39)
#343422
(52,52,34)
#2C2C1D
(44,44,29)
#242418
(36,36,24)
#1C1C13
(28,28,19)
#14140E
(20,20,14)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #5C5C3B

#5C5C3B
(92,92,59)
#6A6A4C
(106,106,76)
#78785D
(120,120,93)
#86866E
(134,134,110)
#94947F
(148,148,127)
#A2A290
(162,162,144)
#B0B0A1
(176,176,161)
#BEBEB2
(190,190,178)
#CCCCC3
(204,204,195)
#DADAD4
(218,218,212)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5C3B; }

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

This text font color is #5C5C3B.

Background Color

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

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

This div background color is #5C5C3B.

Border color

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

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

This div border color is #5C5C3B.

Opacity

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

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

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

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

This text has shadow with #5C5C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5C3B.

Preview

Color preview on black background

This text has color #5C5C3B on black background.


Color preview on white background

This text has color #5C5C3B on white background.


Black color preview on #5C5C3B background

This text has black color on #5C5C3B background.


White color preview on #5C5C3B background

This text has white color on #5C5C3B background.


Related colors

Complementary color

Complementary color for #hex is #A3A3C4.


I love getcolorcode.com