COLOR #5F8B85

HEX: #5F8B85
RGB: (95,139,133)

Color info

#5F8B85 contains red, green and blue colors in about the same proportion. Web safe color of #5F8B85 is #669999 (or #699).

RGB color model

#5F8B85 color RGB value is (95,139,133).

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

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 133 of 255 = 52%

95
139
133

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

Portions of RGB colors in percentages

R + G + B =
95 + 139 + 133 = 367 (100%)
R 95 of 367 ~ 25.89%
G 139 of 367 ~ 37.87%
B 133 of 367 ~ 36.24%

%25.89
%37.87
%36.24

CMYK color model

#5F8B85 color CMYK value is (32,0,4,45).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 45.49%
CMYK:
(32,0,4,45)
C32M0Y4K45 
(32%,0%,4%,45%)
(0.32/0.00/0.04/0.45)	

CMYK percentages

%31.65
%0
%4.32
%45.49

Codes

Color #5F8B85 in popluar color models

5F8B85
RGB95139133
HSL172°18.80%45.88%
HSB/HSV172°31.65%54.51%
CMYK31.65%0.00%4.32%
45.49%

Color #5F8B85 in popluar number systems.

HEX5F8B85
Decimal95139133
Binary10111111000101110000101
Octal137213205

Shades and tints

Shades of #5F8B85

#5F8B85
(95,139,133)
#577F79
(87,127,121)
#4F736D
(79,115,109)
#476761
(71,103,97)
#3F5B55
(63,91,85)
#374F49
(55,79,73)
#2F433D
(47,67,61)
#273731
(39,55,49)
#1F2B25
(31,43,37)
#171F19
(23,31,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #5F8B85

#5F8B85
(95,139,133)
#6D9590
(109,149,144)
#7B9F9B
(123,159,155)
#89A9A6
(137,169,166)
#97B3B1
(151,179,177)
#A5BDBC
(165,189,188)
#B3C7C7
(179,199,199)
#C1D1D2
(193,209,210)
#CFDBDD
(207,219,221)
#DDE5E8
(221,229,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8B85; }

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

This text font color is #5F8B85.


Background Color

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

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

This div background color is #5F8B85.


Border color

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

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

This div border color is #5F8B85.


Opacity

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

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

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

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

This text has shadow with #5F8B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8B85 on black background.


Color preview on white background

This text has color #5F8B85 on white background.



Black color preview on #5F8B85 background

This text has black color on #5F8B85 background.


White color preview on #5F8B85 background

This text has white color on #5F8B85 background.