COLOR #5F896C

HEX: #5F896C
RGB: (95,137,108)

Color info

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

RGB color model

#5F896C color RGB value is (95,137,108).

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

RGB channels and saturation

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

95
137
108

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

Portions of RGB colors in percentages

R + G + B =
95 + 137 + 108 = 340 (100%)
R 95 of 340 ~ 27.94%
G 137 of 340 ~ 40.29%
B 108 of 340 ~ 31.76%

%27.94
%40.29
%31.76

CMYK color model

#5F896C color CMYK value is (31,0,21,46).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(31,0,21,46)
C31M0Y21K46 
(31%,0%,21%,46%)
(0.31/0.00/0.21/0.46)	

CMYK percentages

%30.66
%0
%21.17
%46.27

Codes

Color #5F896C in popluar color models

5F896C
RGB95137108
HSL139°18.10%45.49%
HSB/HSV139°30.66%53.73%
CMYK30.66%0.00%21.17%
46.27%

Color #5F896C in popluar number systems.

HEX5F896C
Decimal95137108
Binary1011111100010011101100
Octal137211154

Shades and tints

Shades of #5F896C

#5F896C
(95,137,108)
#577D63
(87,125,99)
#4F715A
(79,113,90)
#476551
(71,101,81)
#3F5948
(63,89,72)
#374D3F
(55,77,63)
#2F4136
(47,65,54)
#27352D
(39,53,45)
#1F2924
(31,41,36)
#171D1B
(23,29,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #5F896C

#5F896C
(95,137,108)
#6D9379
(109,147,121)
#7B9D86
(123,157,134)
#89A793
(137,167,147)
#97B1A0
(151,177,160)
#A5BBAD
(165,187,173)
#B3C5BA
(179,197,186)
#C1CFC7
(193,207,199)
#CFD9D4
(207,217,212)
#DDE3E1
(221,227,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F896C; }

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

This text font color is #5F896C.


Background Color

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

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

This div background color is #5F896C.


Border color

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

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

This div border color is #5F896C.


Opacity

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

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

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

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

This text has shadow with #5F896C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F896C on black background.


Color preview on white background

This text has color #5F896C on white background.



Black color preview on #5F896C background

This text has black color on #5F896C background.


White color preview on #5F896C background

This text has white color on #5F896C background.