COLOR #5E590C

HEX: #5E590C
RGB: (94,89,12)

Color info

#5E590C contains mainly red and green colors. Web safe color of #5E590C is #666600 (or #660).

RGB color model

#5E590C color RGB value is (94,89,12).

  • red value is 94;
  • green value is 89;
  • blue value is 12.
RGB:
(94,89,12)
(37%,35%,5%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 12 of 255 = 5%

94
89
12

R + G + B ~ 26%. #5E590C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 12 = 195 (100%)
R 94 of 195 ~ 48.21%
G 89 of 195 ~ 45.64%
B 12 of 195 ~ 6.15%

%48.21
%45.64

CMYK color model

#5E590C color CMYK value is (0,5,87,63).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 87.23%
  • key color value is 63.14%
CMYK:
(0,5,87,63)
C0M5Y87K63 
(0%,5%,87%,63%)
(0.00/0.05/0.87/0.63)	

CMYK percentages

%0
%5.32
%87.23
%63.14

Codes

Color #5E590C in popluar color models

5E590C
RGB948912
HSL56°77.36%20.78%
HSB/HSV56°87.23%36.86%
CMYK0.00%5.32%87.23%
63.14%

Color #5E590C in popluar number systems.

HEX5E590C
Decimal948912
Binary101111010110011100
Octal13613114

Shades and tints

Shades of #5E590C

#5E590C
(94,89,12)
#56510B
(86,81,11)
#4E490A
(78,73,10)
#464109
(70,65,9)
#3E3908
(62,57,8)
#363107
(54,49,7)
#2E2906
(46,41,6)
#262105
(38,33,5)
#1E1904
(30,25,4)
#161103
(22,17,3)
#0E0902
(14,9,2)
#000000
(0,0,0)

Tints of #5E590C

#5E590C
(94,89,12)
#6C6822
(108,104,34)
#7A7738
(122,119,56)
#88864E
(136,134,78)
#969564
(150,149,100)
#A4A47A
(164,164,122)
#B2B390
(178,179,144)
#C0C2A6
(192,194,166)
#CED1BC
(206,209,188)
#DCE0D2
(220,224,210)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E590C color. Also use rgb(94,89,12) instead hex code.

Text Font Color

.myTextColor { color: #5E590C; }

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

This text font color is #5E590C.


Background Color

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

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

This div background color is #5E590C.


Border color

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

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

This div border color is #5E590C.


Opacity

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

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

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

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

This text has shadow with #5E590C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E590C on black background.


Color preview on white background

This text has color #5E590C on white background.



Black color preview on #5E590C background

This text has black color on #5E590C background.


White color preview on #5E590C background

This text has white color on #5E590C background.