COLOR #5F856E

HEX: #5F856E
RGB: (95,133,110)

Color info

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

RGB color model

#5F856E color RGB value is (95,133,110).

  • red value is 95;
  • green value is 133;
  • blue value is 110.
RGB:
(95,133,110)
(37%,52%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 110 of 255 = 43%

95
133
110

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

Portions of RGB colors in percentages

R + G + B =
95 + 133 + 110 = 338 (100%)
R 95 of 338 ~ 28.11%
G 133 of 338 ~ 39.35%
B 110 of 338 ~ 32.54%

%28.11
%39.35
%32.54

CMYK color model

#5F856E color CMYK value is (29,0,17,48).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(29,0,17,48)
C29M0Y17K48 
(29%,0%,17%,48%)
(0.29/0.00/0.17/0.48)	

CMYK percentages

%28.57
%0
%17.29
%47.84

Codes

Color #5F856E in popluar color models

5F856E
RGB95133110
HSL144°16.67%44.71%
HSB/HSV144°28.57%52.16%
CMYK28.57%0.00%17.29%
47.84%

Color #5F856E in popluar number systems.

HEX5F856E
Decimal95133110
Binary1011111100001011101110
Octal137205156

Shades and tints

Shades of #5F856E

#5F856E
(95,133,110)
#577964
(87,121,100)
#4F6D5A
(79,109,90)
#476150
(71,97,80)
#3F5546
(63,85,70)
#37493C
(55,73,60)
#2F3D32
(47,61,50)
#273128
(39,49,40)
#1F251E
(31,37,30)
#171914
(23,25,20)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F856E

#5F856E
(95,133,110)
#6D907B
(109,144,123)
#7B9B88
(123,155,136)
#89A695
(137,166,149)
#97B1A2
(151,177,162)
#A5BCAF
(165,188,175)
#B3C7BC
(179,199,188)
#C1D2C9
(193,210,201)
#CFDDD6
(207,221,214)
#DDE8E3
(221,232,227)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F856E color. Also use rgb(95,133,110) instead hex code.

Text Font Color

.myTextColor { color: #5F856E; }

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

This text font color is #5F856E.


Background Color

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

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

This div background color is #5F856E.


Border color

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

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

This div border color is #5F856E.


Opacity

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

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

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

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

This text has shadow with #5F856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F856E on black background.


Color preview on white background

This text has color #5F856E on white background.



Black color preview on #5F856E background

This text has black color on #5F856E background.


White color preview on #5F856E background

This text has white color on #5F856E background.