COLOR #5F896D

HEX: #5F896D RGB: (95,137,109)

Color info

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

RGB color model

#5F896D color RGB value is (95,137,109).

RGB: (95,137,109) (37%, 54%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 109 of 255 = 43%

95
137
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 137 + 109 = 341 (100%)
R 95 of 341 ~ 27.86%
G 137 of 341 ~ 40.18%
B 109 of 341 ~ 31.96'%

%27.86
%40.18
%31.96

CMYK color model

#5F896D color CMYK value is (31,0,20,46).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 46.27%

CMYK: (31,0,20,46)
C31M0Y20K46 (31%, 0%, 20%, 46%)
(0.31 / 0.00 / 0.20 / 0.46)

CMYK percentages

%30.66
%0
%20.44
%46.27

Codes

Color #5F896D in popluar color models

5F 89 6D
RGB 95 137 109
HSL 140° 18.10% 45.49%
HSB/HSV 140° 30.66% 53.73%
CMYK 30.66% 0.00% 20.44%
46.27%

Color #5F896D in popluar number systems.

HEX 5F 89 6D
Decimal 95 137 109
Binary 1011111 10001001 1101101
Octal 137 211 155

Shades and tints

Shades of #5F896D

#5F896D
(95,137,109)
#577D64
(87,125,100)
#4F715B
(79,113,91)
#476552
(71,101,82)
#3F5949
(63,89,73)
#374D40
(55,77,64)
#2F4137
(47,65,55)
#27352E
(39,53,46)
#1F2925
(31,41,37)
#171D1C
(23,29,28)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #5F896D

#5F896D
(95,137,109)
#6D937A
(109,147,122)
#7B9D87
(123,157,135)
#89A794
(137,167,148)
#97B1A1
(151,177,161)
#A5BBAE
(165,187,174)
#B3C5BB
(179,197,187)
#C1CFC8
(193,207,200)
#CFD9D5
(207,217,213)
#DDE3E2
(221,227,226)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F896D; }

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

This text font color is #5F896D.

Background Color

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

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

This div background color is #5F896D.

Border color

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

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

This div border color is #5F896D.

Opacity

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

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

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

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

This text has shadow with #5F896D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F896D.

Preview

Color preview on black background

This text has color #5F896D on black background.


Color preview on white background

This text has color #5F896D on white background.


Black color preview on #5F896D background

This text has black color on #5F896D background.


White color preview on #5F896D background

This text has white color on #5F896D background.


Related colors

Complementary color

Complementary color for #hex is #A07692.


I love getcolorcode.com

Triadic colors

1 #6D5F89 and #896D5F with #5F896D are triadic colors.

2 #6D895F and #895F6D with #5F896D are triadic colors.