COLOR #5F7350

HEX: #5F7350
RGB: (95,115,80)

Color info

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

RGB color model

#5F7350 color RGB value is (95,115,80).

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

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 80 of 255 = 31%

95
115
80

R + G + B ~ 38%. #5F7350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 115 + 80 = 290 (100%)
R 95 of 290 ~ 32.76%
G 115 of 290 ~ 39.66%
B 80 of 290 ~ 27.59%

%32.76
%39.66
%27.59

CMYK color model

#5F7350 color CMYK value is (17,0,30,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(17,0,30,55)
C17M0Y30K55 
(17%,0%,30%,55%)
(0.17/0.00/0.30/0.55)	

CMYK percentages

%17.39
%0
%30.43
%54.9

Codes

Color #5F7350 in popluar color models

5F7350
RGB9511580
HSL94°17.95%38.24%
HSB/HSV94°30.43%45.10%
CMYK17.39%0.00%30.43%
54.90%

Color #5F7350 in popluar number systems.

HEX5F7350
Decimal9511580
Binary101111111100111010000
Octal137163120

Shades and tints

Shades of #5F7350

#5F7350
(95,115,80)
#576949
(87,105,73)
#4F5F42
(79,95,66)
#47553B
(71,85,59)
#3F4B34
(63,75,52)
#37412D
(55,65,45)
#2F3726
(47,55,38)
#272D1F
(39,45,31)
#1F2318
(31,35,24)
#171911
(23,25,17)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F7350

#5F7350
(95,115,80)
#6D7F5F
(109,127,95)
#7B8B6E
(123,139,110)
#89977D
(137,151,125)
#97A38C
(151,163,140)
#A5AF9B
(165,175,155)
#B3BBAA
(179,187,170)
#C1C7B9
(193,199,185)
#CFD3C8
(207,211,200)
#DDDFD7
(221,223,215)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7350; }

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

This text font color is #5F7350.


Background Color

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

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

This div background color is #5F7350.


Border color

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

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

This div border color is #5F7350.


Opacity

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

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

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

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

This text has shadow with #5F7350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7350 on black background.


Color preview on white background

This text has color #5F7350 on white background.



Black color preview on #5F7350 background

This text has black color on #5F7350 background.


White color preview on #5F7350 background

This text has white color on #5F7350 background.