COLOR #5C6431

HEX: #5C6431
RGB: (92,100,49)

Color info

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

RGB color model

#5C6431 color RGB value is (92,100,49).

  • red value is 92;
  • green value is 100;
  • blue value is 49.
RGB:
(92,100,49)
(36%,39%,19%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 49 of 255 = 19%

92
100
49

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

Portions of RGB colors in percentages

R + G + B =
92 + 100 + 49 = 241 (100%)
R 92 of 241 ~ 38.17%
G 100 of 241 ~ 41.49%
B 49 of 241 ~ 20.33%

%38.17
%41.49
%20.33

CMYK color model

#5C6431 color CMYK value is (8,0,51,61).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 51.00%
  • key color value is 60.78%
CMYK:
(8,0,51,61)
C8M0Y51K61 
(8%,0%,51%,61%)
(0.08/0.00/0.51/0.61)	

CMYK percentages

%8
%0
%51
%60.78

Codes

Color #5C6431 in popluar color models

5C6431
RGB9210049
HSL69°34.23%29.22%
HSB/HSV69°51.00%39.22%
CMYK8.00%0.00%51.00%
60.78%

Color #5C6431 in popluar number systems.

HEX5C6431
Decimal9210049
Binary10111001100100110001
Octal13414461

Shades and tints

Shades of #5C6431

#5C6431
(92,100,49)
#545B2D
(84,91,45)
#4C5229
(76,82,41)
#444925
(68,73,37)
#3C4021
(60,64,33)
#34371D
(52,55,29)
#2C2E19
(44,46,25)
#242515
(36,37,21)
#1C1C11
(28,28,17)
#14130D
(20,19,13)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #5C6431

#5C6431
(92,100,49)
#6A7243
(106,114,67)
#788055
(120,128,85)
#868E67
(134,142,103)
#949C79
(148,156,121)
#A2AA8B
(162,170,139)
#B0B89D
(176,184,157)
#BEC6AF
(190,198,175)
#CCD4C1
(204,212,193)
#DAE2D3
(218,226,211)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6431; }

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

This text font color is #5C6431.


Background Color

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

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

This div background color is #5C6431.


Border color

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

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

This div border color is #5C6431.


Opacity

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

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

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

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

This text has shadow with #5C6431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6431 on black background.


Color preview on white background

This text has color #5C6431 on white background.



Black color preview on #5C6431 background

This text has black color on #5C6431 background.


White color preview on #5C6431 background

This text has white color on #5C6431 background.