COLOR #5C592F

HEX: #5C592F
RGB: (92,89,47)

Color info

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

RGB color model

#5C592F color RGB value is (92,89,47).

  • red value is 92;
  • green value is 89;
  • blue value is 47.
RGB:
(92,89,47)
(36%,35%,18%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 47 of 255 = 18%

92
89
47

R + G + B ~ 30%. #5C592F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 47 = 228 (100%)
R 92 of 228 ~ 40.35%
G 89 of 228 ~ 39.04%
B 47 of 228 ~ 20.61%

%40.35
%39.04
%20.61

CMYK color model

#5C592F color CMYK value is (0,3,49,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 48.91%
  • key color value is 63.92%
CMYK:
(0,3,49,64)
C0M3Y49K64 
(0%,3%,49%,64%)
(0.00/0.03/0.49/0.64)	

CMYK percentages

%0
%3.26
%48.91
%63.92

Codes

Color #5C592F in popluar color models

5C592F
RGB928947
HSL56°32.37%27.25%
HSB/HSV56°48.91%36.08%
CMYK0.00%3.26%48.91%
63.92%

Color #5C592F in popluar number systems.

HEX5C592F
Decimal928947
Binary10111001011001101111
Octal13413157

Shades and tints

Shades of #5C592F

#5C592F
(92,89,47)
#54512B
(84,81,43)
#4C4927
(76,73,39)
#444123
(68,65,35)
#3C391F
(60,57,31)
#34311B
(52,49,27)
#2C2917
(44,41,23)
#242113
(36,33,19)
#1C190F
(28,25,15)
#14110B
(20,17,11)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #5C592F

#5C592F
(92,89,47)
#6A6841
(106,104,65)
#787753
(120,119,83)
#868665
(134,134,101)
#949577
(148,149,119)
#A2A489
(162,164,137)
#B0B39B
(176,179,155)
#BEC2AD
(190,194,173)
#CCD1BF
(204,209,191)
#DAE0D1
(218,224,209)
#E8EFE3
(232,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C592F; }

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

This text font color is #5C592F.


Background Color

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

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

This div background color is #5C592F.


Border color

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

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

This div border color is #5C592F.


Opacity

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

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

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

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

This text has shadow with #5C592F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C592F on black background.


Color preview on white background

This text has color #5C592F on white background.



Black color preview on #5C592F background

This text has black color on #5C592F background.


White color preview on #5C592F background

This text has white color on #5C592F background.