COLOR #5E5A30

HEX: #5E5A30 RGB: (94,90,48)

Color info

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

RGB color model

#5E5A30 color RGB value is (94,90,48).

RGB: (94,90,48) (37%, 35%, 19%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 48 of 255 = 19%

94
90
48

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

Portions of RGB colors in percentages

R + G + B = 94 + 90 + 48 = 232 (100%)
R 94 of 232 ~ 40.52%
G 90 of 232 ~ 38.79%
B 48 of 232 ~ 20.69'%

%40.52
%38.79
%20.69

CMYK color model

#5E5A30 color CMYK value is (0,4,49,63).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 48.94%
  • key color value is 63.14%

CMYK: (0,4,49,63)
C0M4Y49K63 (0%, 4%, 49%, 63%)
(0.00 / 0.04 / 0.49 / 0.63)

CMYK percentages

%0
%4.26
%48.94
%63.14

Codes

Color #5E5A30 in popluar color models

5E 5A 30
RGB 94 90 48
HSL 55° 32.39% 27.84%
HSB/HSV 55° 48.94% 36.86%
CMYK 0.00% 4.26% 48.94%
63.14%

Color #5E5A30 in popluar number systems.

HEX 5E 5A 30
Decimal 94 90 48
Binary 1011110 1011010 110000
Octal 136 132 60

Shades and tints

Shades of #5E5A30

#5E5A30
(94,90,48)
#56522C
(86,82,44)
#4E4A28
(78,74,40)
#464224
(70,66,36)
#3E3A20
(62,58,32)
#36321C
(54,50,28)
#2E2A18
(46,42,24)
#262214
(38,34,20)
#1E1A10
(30,26,16)
#16120C
(22,18,12)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #5E5A30

#5E5A30
(94,90,48)
#6C6942
(108,105,66)
#7A7854
(122,120,84)
#888766
(136,135,102)
#969678
(150,150,120)
#A4A58A
(164,165,138)
#B2B49C
(178,180,156)
#C0C3AE
(192,195,174)
#CED2C0
(206,210,192)
#DCE1D2
(220,225,210)
#EAF0E4
(234,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5A30 color. Also use rgb(94,90,48) instead hex code.

Text Font Color

.myTextColor { color: #5E5A30; }

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

This text font color is #5E5A30.

Background Color

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

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

This div background color is #5E5A30.

Border color

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

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

This div border color is #5E5A30.

Opacity

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

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

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

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

This text has shadow with #5E5A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5A30.

Preview

Color preview on black background

This text has color #5E5A30 on black background.


Color preview on white background

This text has color #5E5A30 on white background.


Black color preview on #5E5A30 background

This text has black color on #5E5A30 background.


White color preview on #5E5A30 background

This text has white color on #5E5A30 background.


Related colors

Complementary color

Complementary color for #hex is #A1A5CF.


I love getcolorcode.com

Triadic colors

1 #305E5A and #5A305E with #5E5A30 are triadic colors.

2 #305A5E and #5A5E30 with #5E5A30 are triadic colors.