COLOR #5F8C7B

HEX: #5F8C7B
RGB: (95,140,123)

Color info

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

RGB color model

#5F8C7B color RGB value is (95,140,123).

  • red value is 95;
  • green value is 140;
  • blue value is 123.
RGB:
(95,140,123)
(37%,55%,48%)

RGB channels and saturation

R 95 of 255 = 37%
G 140 of 255 = 55%
B 123 of 255 = 48%

95
140
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 140 + 123 = 358 (100%)
R 95 of 358 ~ 26.54%
G 140 of 358 ~ 39.11%
B 123 of 358 ~ 34.36%

%26.54
%39.11
%34.36

CMYK color model

#5F8C7B color CMYK value is (32,0,12,45).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 45.10%
CMYK:
(32,0,12,45)
C32M0Y12K45 
(32%,0%,12%,45%)
(0.32/0.00/0.12/0.45)	

CMYK percentages

%32.14
%0
%12.14
%45.1

Codes

Color #5F8C7B in popluar color models

5F8C7B
RGB95140123
HSL157°19.15%46.08%
HSB/HSV157°32.14%54.90%
CMYK32.14%0.00%12.14%
45.10%

Color #5F8C7B in popluar number systems.

HEX5F8C7B
Decimal95140123
Binary1011111100011001111011
Octal137214173

Shades and tints

Shades of #5F8C7B

#5F8C7B
(95,140,123)
#578070
(87,128,112)
#4F7465
(79,116,101)
#47685A
(71,104,90)
#3F5C4F
(63,92,79)
#375044
(55,80,68)
#2F4439
(47,68,57)
#27382E
(39,56,46)
#1F2C23
(31,44,35)
#172018
(23,32,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #5F8C7B

#5F8C7B
(95,140,123)
#6D9687
(109,150,135)
#7BA093
(123,160,147)
#89AA9F
(137,170,159)
#97B4AB
(151,180,171)
#A5BEB7
(165,190,183)
#B3C8C3
(179,200,195)
#C1D2CF
(193,210,207)
#CFDCDB
(207,220,219)
#DDE6E7
(221,230,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8C7B color. Also use rgb(95,140,123) instead hex code.

Text Font Color

.myTextColor { color: #5F8C7B; }

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

This text font color is #5F8C7B.


Background Color

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

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

This div background color is #5F8C7B.


Border color

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

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

This div border color is #5F8C7B.


Opacity

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

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

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

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

This text has shadow with #5F8C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8C7B on black background.


Color preview on white background

This text has color #5F8C7B on white background.



Black color preview on #5F8C7B background

This text has black color on #5F8C7B background.


White color preview on #5F8C7B background

This text has white color on #5F8C7B background.