COLOR #5F8858

HEX: #5F8858
RGB: (95,136,88)

Color info

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

RGB color model

#5F8858 color RGB value is (95,136,88).

  • red value is 95;
  • green value is 136;
  • blue value is 88.
RGB:
(95,136,88)
(37%,53%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 136 of 255 = 53%
B 88 of 255 = 35%

95
136
88

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

Portions of RGB colors in percentages

R + G + B =
95 + 136 + 88 = 319 (100%)
R 95 of 319 ~ 29.78%
G 136 of 319 ~ 42.63%
B 88 of 319 ~ 27.59%

%29.78
%42.63
%27.59

CMYK color model

#5F8858 color CMYK value is (30,0,35,47).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 46.67%
CMYK:
(30,0,35,47)
C30M0Y35K47 
(30%,0%,35%,47%)
(0.30/0.00/0.35/0.47)	

CMYK percentages

%30.15
%0
%35.29
%46.67

Codes

Color #5F8858 in popluar color models

5F8858
RGB9513688
HSL111°21.43%43.92%
HSB/HSV111°35.29%53.33%
CMYK30.15%0.00%35.29%
46.67%

Color #5F8858 in popluar number systems.

HEX5F8858
Decimal9513688
Binary1011111100010001011000
Octal137210130

Shades and tints

Shades of #5F8858

#5F8858
(95,136,88)
#577C50
(87,124,80)
#4F7048
(79,112,72)
#476440
(71,100,64)
#3F5838
(63,88,56)
#374C30
(55,76,48)
#2F4028
(47,64,40)
#273420
(39,52,32)
#1F2818
(31,40,24)
#171C10
(23,28,16)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5F8858

#5F8858
(95,136,88)
#6D9267
(109,146,103)
#7B9C76
(123,156,118)
#89A685
(137,166,133)
#97B094
(151,176,148)
#A5BAA3
(165,186,163)
#B3C4B2
(179,196,178)
#C1CEC1
(193,206,193)
#CFD8D0
(207,216,208)
#DDE2DF
(221,226,223)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8858 color. Also use rgb(95,136,88) instead hex code.

Text Font Color

.myTextColor { color: #5F8858; }

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

This text font color is #5F8858.


Background Color

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

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

This div background color is #5F8858.


Border color

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

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

This div border color is #5F8858.


Opacity

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

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

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

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

This text has shadow with #5F8858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8858 on black background.


Color preview on white background

This text has color #5F8858 on white background.



Black color preview on #5F8858 background

This text has black color on #5F8858 background.


White color preview on #5F8858 background

This text has white color on #5F8858 background.