COLOR #5F5E30

HEX: #5F5E30 RGB: (95,94,48)

Color info

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

RGB color model

#5F5E30 color RGB value is (95,94,48).

RGB: (95,94,48) (37%, 37%, 19%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 48 of 255 = 19%

95
94
48

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

Portions of RGB colors in percentages

R + G + B = 95 + 94 + 48 = 237 (100%)
R 95 of 237 ~ 40.08%
G 94 of 237 ~ 39.66%
B 48 of 237 ~ 20.25'%

%40.08
%39.66
%20.25

CMYK color model

#5F5E30 color CMYK value is (0,1,49,63).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 49.47%
  • key color value is 62.75%

CMYK: (0,1,49,63)
C0M1Y49K63 (0%, 1%, 49%, 63%)
(0.00 / 0.01 / 0.49 / 0.63)

CMYK percentages

%0
%1.05
%49.47
%62.75

Codes

Color #5F5E30 in popluar color models

5F 5E 30
RGB 95 94 48
HSL 59° 32.87% 28.04%
HSB/HSV 59° 49.47% 37.25%
CMYK 0.00% 1.05% 49.47%
62.75%

Color #5F5E30 in popluar number systems.

HEX 5F 5E 30
Decimal 95 94 48
Binary 1011111 1011110 110000
Octal 137 136 60

Shades and tints

Shades of #5F5E30

#5F5E30
(95,94,48)
#57562C
(87,86,44)
#4F4E28
(79,78,40)
#474624
(71,70,36)
#3F3E20
(63,62,32)
#37361C
(55,54,28)
#2F2E18
(47,46,24)
#272614
(39,38,20)
#1F1E10
(31,30,16)
#17160C
(23,22,12)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #5F5E30

#5F5E30
(95,94,48)
#6D6C42
(109,108,66)
#7B7A54
(123,122,84)
#898866
(137,136,102)
#979678
(151,150,120)
#A5A48A
(165,164,138)
#B3B29C
(179,178,156)
#C1C0AE
(193,192,174)
#CFCEC0
(207,206,192)
#DDDCD2
(221,220,210)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5E30; }

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

This text font color is #5F5E30.

Background Color

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

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

This div background color is #5F5E30.

Border color

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

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

This div border color is #5F5E30.

Opacity

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

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

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

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

This text has shadow with #5F5E30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5E30.

Preview

Color preview on black background

This text has color #5F5E30 on black background.


Color preview on white background

This text has color #5F5E30 on white background.


Black color preview on #5F5E30 background

This text has black color on #5F5E30 background.


White color preview on #5F5E30 background

This text has white color on #5F5E30 background.


Related colors

Complementary color

Complementary color for #hex is #A0A1CF.


I love getcolorcode.com

Triadic colors

1 #305F5E and #5E305F with #5F5E30 are triadic colors.

2 #305E5F and #5E5F30 with #5F5E30 are triadic colors.