COLOR #5C5E35

HEX: #5C5E35 RGB: (92,94,53)

Color info

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

RGB color model

#5C5E35 color RGB value is (92,94,53).

RGB: (92,94,53) (36%, 37%, 21%)

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 53 of 255 = 21%

92
94
53

R + G + B ~ 31%. #5C5E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 94 + 53 = 239 (100%)
R 92 of 239 ~ 38.49%
G 94 of 239 ~ 39.33%
B 53 of 239 ~ 22.18'%

%38.49
%39.33
%22.18

CMYK color model

#5C5E35 color CMYK value is (2,0,44,63).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 63.14%

CMYK: (2,0,44,63)
C2M0Y44K63 (2%, 0%, 44%, 63%)
(0.02 / 0.00 / 0.44 / 0.63)

CMYK percentages

%2.13
%0
%43.62
%63.14

Codes

Color #5C5E35 in popluar color models

5C 5E 35
RGB 92 94 53
HSL 63° 27.89% 28.82%
HSB/HSV 63° 43.62% 36.86%
CMYK 2.13% 0.00% 43.62%
63.14%

Color #5C5E35 in popluar number systems.

HEX 5C 5E 35
Decimal 92 94 53
Binary 1011100 1011110 110101
Octal 134 136 65

Shades and tints

Shades of #5C5E35

#5C5E35
(92,94,53)
#545631
(84,86,49)
#4C4E2D
(76,78,45)
#444629
(68,70,41)
#3C3E25
(60,62,37)
#343621
(52,54,33)
#2C2E1D
(44,46,29)
#242619
(36,38,25)
#1C1E15
(28,30,21)
#141611
(20,22,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #5C5E35

#5C5E35
(92,94,53)
#6A6C47
(106,108,71)
#787A59
(120,122,89)
#86886B
(134,136,107)
#94967D
(148,150,125)
#A2A48F
(162,164,143)
#B0B2A1
(176,178,161)
#BEC0B3
(190,192,179)
#CCCEC5
(204,206,197)
#DADCD7
(218,220,215)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5E35; }

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

This text font color is #5C5E35.

Background Color

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

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

This div background color is #5C5E35.

Border color

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

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

This div border color is #5C5E35.

Opacity

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

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

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

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

This text has shadow with #5C5E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5E35.

Preview

Color preview on black background

This text has color #5C5E35 on black background.


Color preview on white background

This text has color #5C5E35 on white background.


Black color preview on #5C5E35 background

This text has black color on #5C5E35 background.


White color preview on #5C5E35 background

This text has white color on #5C5E35 background.


Related colors

Complementary color

Complementary color for #hex is #A3A1CA.


I love getcolorcode.com

Triadic colors

1 #355C5E and #5E355C with #5C5E35 are triadic colors.

2 #355E5C and #5E5C35 with #5C5E35 are triadic colors.