COLOR #5F834C

HEX: #5F834C
RGB: (95,131,76)

Color info

#5F834C contains red, green and blue colors in about the same proportion. Web safe color of #5F834C is #669933 (or #693).

RGB color model

#5F834C color RGB value is (95,131,76).

  • red value is 95;
  • green value is 131;
  • blue value is 76.
RGB:
(95,131,76)
(37%,51%,30%)

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 76 of 255 = 30%

95
131
76

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 76 = 302 (100%)
R 95 of 302 ~ 31.46%
G 131 of 302 ~ 43.38%
B 76 of 302 ~ 25.17%

%31.46
%43.38
%25.17

CMYK color model

#5F834C color CMYK value is (27,0,42,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 48.63%
CMYK:
(27,0,42,49)
C27M0Y42K49 
(27%,0%,42%,49%)
(0.27/0.00/0.42/0.49)	

CMYK percentages

%27.48
%0
%41.98
%48.63

Codes

Color #5F834C in popluar color models

5F834C
RGB9513176
HSL99°26.57%40.59%
HSB/HSV99°41.98%51.37%
CMYK27.48%0.00%41.98%
48.63%

Color #5F834C in popluar number systems.

HEX5F834C
Decimal9513176
Binary1011111100000111001100
Octal137203114

Shades and tints

Shades of #5F834C

#5F834C
(95,131,76)
#577846
(87,120,70)
#4F6D40
(79,109,64)
#47623A
(71,98,58)
#3F5734
(63,87,52)
#374C2E
(55,76,46)
#2F4128
(47,65,40)
#273622
(39,54,34)
#1F2B1C
(31,43,28)
#172016
(23,32,22)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #5F834C

#5F834C
(95,131,76)
#6D8E5C
(109,142,92)
#7B996C
(123,153,108)
#89A47C
(137,164,124)
#97AF8C
(151,175,140)
#A5BA9C
(165,186,156)
#B3C5AC
(179,197,172)
#C1D0BC
(193,208,188)
#CFDBCC
(207,219,204)
#DDE6DC
(221,230,220)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F834C color. Also use rgb(95,131,76) instead hex code.

Text Font Color

.myTextColor { color: #5F834C; }

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

This text font color is #5F834C.


Background Color

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

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

This div background color is #5F834C.


Border color

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

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

This div border color is #5F834C.


Opacity

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

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

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

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

This text has shadow with #5F834C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F834C on black background.


Color preview on white background

This text has color #5F834C on white background.



Black color preview on #5F834C background

This text has black color on #5F834C background.


White color preview on #5F834C background

This text has white color on #5F834C background.