COLOR #5F6339

HEX: #5F6339
RGB: (95,99,57)

Color info

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

RGB color model

#5F6339 color RGB value is (95,99,57).

  • red value is 95;
  • green value is 99;
  • blue value is 57.
RGB:
(95,99,57)
(37%,39%,22%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 57 of 255 = 22%

95
99
57

R + G + B ~ 33%. #5F6339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 57 = 251 (100%)
R 95 of 251 ~ 37.85%
G 99 of 251 ~ 39.44%
B 57 of 251 ~ 22.71%

%37.85
%39.44
%22.71

CMYK color model

#5F6339 color CMYK value is (4,0,42,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 61.18%
CMYK:
(4,0,42,61)
C4M0Y42K61 
(4%,0%,42%,61%)
(0.04/0.00/0.42/0.61)	

CMYK percentages

%4.04
%0
%42.42
%61.18

Codes

Color #5F6339 in popluar color models

5F6339
RGB959957
HSL66°26.92%30.59%
HSB/HSV66°42.42%38.82%
CMYK4.04%0.00%42.42%
61.18%

Color #5F6339 in popluar number systems.

HEX5F6339
Decimal959957
Binary10111111100011111001
Octal13714371

Shades and tints

Shades of #5F6339

#5F6339
(95,99,57)
#575A34
(87,90,52)
#4F512F
(79,81,47)
#47482A
(71,72,42)
#3F3F25
(63,63,37)
#373620
(55,54,32)
#2F2D1B
(47,45,27)
#272416
(39,36,22)
#1F1B11
(31,27,17)
#17120C
(23,18,12)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #5F6339

#5F6339
(95,99,57)
#6D714B
(109,113,75)
#7B7F5D
(123,127,93)
#898D6F
(137,141,111)
#979B81
(151,155,129)
#A5A993
(165,169,147)
#B3B7A5
(179,183,165)
#C1C5B7
(193,197,183)
#CFD3C9
(207,211,201)
#DDE1DB
(221,225,219)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6339 color. Also use rgb(95,99,57) instead hex code.

Text Font Color

.myTextColor { color: #5F6339; }

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

This text font color is #5F6339.


Background Color

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

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

This div background color is #5F6339.


Border color

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

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

This div border color is #5F6339.


Opacity

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

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

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

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

This text has shadow with #5F6339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6339 on black background.


Color preview on white background

This text has color #5F6339 on white background.



Black color preview on #5F6339 background

This text has black color on #5F6339 background.


White color preview on #5F6339 background

This text has white color on #5F6339 background.