COLOR #5F836A

HEX: #5F836A
RGB: (95,131,106)

Color info

#5F836A contains red, green and blue colors in about the same proportion. Web safe color of #5F836A is #669966 (or #696).

RGB color model

#5F836A color RGB value is (95,131,106).

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

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 106 of 255 = 42%

95
131
106

R + G + B ~ 43%. #5F836A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 106 = 332 (100%)
R 95 of 332 ~ 28.61%
G 131 of 332 ~ 39.46%
B 106 of 332 ~ 31.93%

%28.61
%39.46
%31.93

CMYK color model

#5F836A color CMYK value is (27,0,19,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(27,0,19,49)
C27M0Y19K49 
(27%,0%,19%,49%)
(0.27/0.00/0.19/0.49)	

CMYK percentages

%27.48
%0
%19.08
%48.63

Codes

Color #5F836A in popluar color models

5F836A
RGB95131106
HSL138°15.93%44.31%
HSB/HSV138°27.48%51.37%
CMYK27.48%0.00%19.08%
48.63%

Color #5F836A in popluar number systems.

HEX5F836A
Decimal95131106
Binary1011111100000111101010
Octal137203152

Shades and tints

Shades of #5F836A

#5F836A
(95,131,106)
#577861
(87,120,97)
#4F6D58
(79,109,88)
#47624F
(71,98,79)
#3F5746
(63,87,70)
#374C3D
(55,76,61)
#2F4134
(47,65,52)
#27362B
(39,54,43)
#1F2B22
(31,43,34)
#172019
(23,32,25)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #5F836A

#5F836A
(95,131,106)
#6D8E77
(109,142,119)
#7B9984
(123,153,132)
#89A491
(137,164,145)
#97AF9E
(151,175,158)
#A5BAAB
(165,186,171)
#B3C5B8
(179,197,184)
#C1D0C5
(193,208,197)
#CFDBD2
(207,219,210)
#DDE6DF
(221,230,223)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F836A; }

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

This text font color is #5F836A.


Background Color

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

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

This div background color is #5F836A.


Border color

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

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

This div border color is #5F836A.


Opacity

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

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

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

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

This text has shadow with #5F836A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F836A on black background.


Color preview on white background

This text has color #5F836A on white background.



Black color preview on #5F836A background

This text has black color on #5F836A background.


White color preview on #5F836A background

This text has white color on #5F836A background.