COLOR #5F867B

HEX: #5F867B RGB: (95,134,123)

Color info

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

RGB color model

#5F867B color RGB value is (95,134,123).

RGB: (95,134,123) (37%, 53%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 123 of 255 = 48%

95
134
123

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

Portions of RGB colors in percentages

R + G + B = 95 + 134 + 123 = 352 (100%)
R 95 of 352 ~ 26.99%
G 134 of 352 ~ 38.07%
B 123 of 352 ~ 34.94'%

%26.99
%38.07
%34.94

CMYK color model

#5F867B color CMYK value is (29,0,8,47).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%

CMYK: (29,0,8,47)
C29M0Y8K47 (29%, 0%, 8%, 47%)
(0.29 / 0.00 / 0.08 / 0.47)

CMYK percentages

%29.1
%0
%8.21
%47.45

Codes

Color #5F867B in popluar color models

5F 86 7B
RGB 95 134 123
HSL 163° 17.03% 44.90%
HSB/HSV 163° 29.10% 52.55%
CMYK 29.10% 0.00% 8.21%
47.45%

Color #5F867B in popluar number systems.

HEX 5F 86 7B
Decimal 95 134 123
Binary 1011111 10000110 1111011
Octal 137 206 173

Shades and tints

Shades of #5F867B

#5F867B
(95,134,123)
#577A70
(87,122,112)
#4F6E65
(79,110,101)
#47625A
(71,98,90)
#3F564F
(63,86,79)
#374A44
(55,74,68)
#2F3E39
(47,62,57)
#27322E
(39,50,46)
#1F2623
(31,38,35)
#171A18
(23,26,24)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F867B

#5F867B
(95,134,123)
#6D9187
(109,145,135)
#7B9C93
(123,156,147)
#89A79F
(137,167,159)
#97B2AB
(151,178,171)
#A5BDB7
(165,189,183)
#B3C8C3
(179,200,195)
#C1D3CF
(193,211,207)
#CFDEDB
(207,222,219)
#DDE9E7
(221,233,231)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F867B; }

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

This text font color is #5F867B.

Background Color

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

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

This div background color is #5F867B.

Border color

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

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

This div border color is #5F867B.

Opacity

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

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

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

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

This text has shadow with #5F867B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F867B.

Preview

Color preview on black background

This text has color #5F867B on black background.


Color preview on white background

This text has color #5F867B on white background.


Black color preview on #5F867B background

This text has black color on #5F867B background.


White color preview on #5F867B background

This text has white color on #5F867B background.


Related colors

Complementary color

Complementary color for #hex is #A07984.


I love getcolorcode.com

Triadic colors

1 #7B5F86 and #867B5F with #5F867B are triadic colors.

2 #7B865F and #865F7B with #5F867B are triadic colors.