COLOR #5F7356

HEX: #5F7356
RGB: (95,115,86)

Color info

#5F7356 contains red, green and blue colors in about the same proportion. Web safe color of #5F7356 is #666666 (or #666).

RGB color model

#5F7356 color RGB value is (95,115,86).

  • red value is 95;
  • green value is 115;
  • blue value is 86.
RGB:
(95,115,86)
(37%,45%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 86 of 255 = 34%

95
115
86

R + G + B ~ 39%. #5F7356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 115 + 86 = 296 (100%)
R 95 of 296 ~ 32.09%
G 115 of 296 ~ 38.85%
B 86 of 296 ~ 29.05%

%32.09
%38.85
%29.05

CMYK color model

#5F7356 color CMYK value is (17,0,25,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(17,0,25,55)
C17M0Y25K55 
(17%,0%,25%,55%)
(0.17/0.00/0.25/0.55)	

CMYK percentages

%17.39
%0
%25.22
%54.9

Codes

Color #5F7356 in popluar color models

5F7356
RGB9511586
HSL101°14.43%39.41%
HSB/HSV101°25.22%45.10%
CMYK17.39%0.00%25.22%
54.90%

Color #5F7356 in popluar number systems.

HEX5F7356
Decimal9511586
Binary101111111100111010110
Octal137163126

Shades and tints

Shades of #5F7356

#5F7356
(95,115,86)
#57694F
(87,105,79)
#4F5F48
(79,95,72)
#475541
(71,85,65)
#3F4B3A
(63,75,58)
#374133
(55,65,51)
#2F372C
(47,55,44)
#272D25
(39,45,37)
#1F231E
(31,35,30)
#171917
(23,25,23)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #5F7356

#5F7356
(95,115,86)
#6D7F65
(109,127,101)
#7B8B74
(123,139,116)
#899783
(137,151,131)
#97A392
(151,163,146)
#A5AFA1
(165,175,161)
#B3BBB0
(179,187,176)
#C1C7BF
(193,199,191)
#CFD3CE
(207,211,206)
#DDDFDD
(221,223,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7356 color. Also use rgb(95,115,86) instead hex code.

Text Font Color

.myTextColor { color: #5F7356; }

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

This text font color is #5F7356.


Background Color

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

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

This div background color is #5F7356.


Border color

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

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

This div border color is #5F7356.


Opacity

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

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

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

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

This text has shadow with #5F7356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7356 on black background.


Color preview on white background

This text has color #5F7356 on white background.



Black color preview on #5F7356 background

This text has black color on #5F7356 background.


White color preview on #5F7356 background

This text has white color on #5F7356 background.