COLOR #5F896B

HEX: #5F896B
RGB: (95,137,107)

Color info

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

RGB color model

#5F896B color RGB value is (95,137,107).

  • red value is 95;
  • green value is 137;
  • blue value is 107.
RGB:
(95,137,107)
(37%,54%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 107 of 255 = 42%

95
137
107

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

Portions of RGB colors in percentages

R + G + B =
95 + 137 + 107 = 339 (100%)
R 95 of 339 ~ 28.02%
G 137 of 339 ~ 40.41%
B 107 of 339 ~ 31.56%

%28.02
%40.41
%31.56

CMYK color model

#5F896B color CMYK value is (31,0,22,46).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(31,0,22,46)
C31M0Y22K46 
(31%,0%,22%,46%)
(0.31/0.00/0.22/0.46)	

CMYK percentages

%30.66
%0
%21.9
%46.27

Codes

Color #5F896B in popluar color models

5F896B
RGB95137107
HSL137°18.10%45.49%
HSB/HSV137°30.66%53.73%
CMYK30.66%0.00%21.90%
46.27%

Color #5F896B in popluar number systems.

HEX5F896B
Decimal95137107
Binary1011111100010011101011
Octal137211153

Shades and tints

Shades of #5F896B

#5F896B
(95,137,107)
#577D62
(87,125,98)
#4F7159
(79,113,89)
#476550
(71,101,80)
#3F5947
(63,89,71)
#374D3E
(55,77,62)
#2F4135
(47,65,53)
#27352C
(39,53,44)
#1F2923
(31,41,35)
#171D1A
(23,29,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F896B

#5F896B
(95,137,107)
#6D9378
(109,147,120)
#7B9D85
(123,157,133)
#89A792
(137,167,146)
#97B19F
(151,177,159)
#A5BBAC
(165,187,172)
#B3C5B9
(179,197,185)
#C1CFC6
(193,207,198)
#CFD9D3
(207,217,211)
#DDE3E0
(221,227,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F896B color. Also use rgb(95,137,107) instead hex code.

Text Font Color

.myTextColor { color: #5F896B; }

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

This text font color is #5F896B.


Background Color

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

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

This div background color is #5F896B.


Border color

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

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

This div border color is #5F896B.


Opacity

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

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

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

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

This text has shadow with #5F896B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F896B on black background.


Color preview on white background

This text has color #5F896B on white background.



Black color preview on #5F896B background

This text has black color on #5F896B background.


White color preview on #5F896B background

This text has white color on #5F896B background.