COLOR #5F8E6A

HEX: #5F8E6A
RGB: (95,142,106)

Color info

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

RGB color model

#5F8E6A color RGB value is (95,142,106).

  • red value is 95;
  • green value is 142;
  • blue value is 106.
RGB:
(95,142,106)
(37%,56%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 142 of 255 = 56%
B 106 of 255 = 42%

95
142
106

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

Portions of RGB colors in percentages

R + G + B =
95 + 142 + 106 = 343 (100%)
R 95 of 343 ~ 27.7%
G 142 of 343 ~ 41.4%
B 106 of 343 ~ 30.9%

%27.7
%41.4
%30.9

CMYK color model

#5F8E6A color CMYK value is (33,0,25,44).

  • cyan value is 33.10%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(33,0,25,44)
C33M0Y25K44 
(33%,0%,25%,44%)
(0.33/0.00/0.25/0.44)	

CMYK percentages

%33.1
%0
%25.35
%44.31

Codes

Color #5F8E6A in popluar color models

5F8E6A
RGB95142106
HSL134°19.83%46.47%
HSB/HSV134°33.10%55.69%
CMYK33.10%0.00%25.35%
44.31%

Color #5F8E6A in popluar number systems.

HEX5F8E6A
Decimal95142106
Binary1011111100011101101010
Octal137216152

Shades and tints

Shades of #5F8E6A

#5F8E6A
(95,142,106)
#578261
(87,130,97)
#4F7658
(79,118,88)
#476A4F
(71,106,79)
#3F5E46
(63,94,70)
#37523D
(55,82,61)
#2F4634
(47,70,52)
#273A2B
(39,58,43)
#1F2E22
(31,46,34)
#172219
(23,34,25)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #5F8E6A

#5F8E6A
(95,142,106)
#6D9877
(109,152,119)
#7BA284
(123,162,132)
#89AC91
(137,172,145)
#97B69E
(151,182,158)
#A5C0AB
(165,192,171)
#B3CAB8
(179,202,184)
#C1D4C5
(193,212,197)
#CFDED2
(207,222,210)
#DDE8DF
(221,232,223)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8E6A color. Also use rgb(95,142,106) instead hex code.

Text Font Color

.myTextColor { color: #5F8E6A; }

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

This text font color is #5F8E6A.


Background Color

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

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

This div background color is #5F8E6A.


Border color

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

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

This div border color is #5F8E6A.


Opacity

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

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

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

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

This text has shadow with #5F8E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8E6A on black background.


Color preview on white background

This text has color #5F8E6A on white background.



Black color preview on #5F8E6A background

This text has black color on #5F8E6A background.


White color preview on #5F8E6A background

This text has white color on #5F8E6A background.