COLOR #5F8476

HEX: #5F8476
RGB: (95,132,118)

Color info

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

RGB color model

#5F8476 color RGB value is (95,132,118).

  • red value is 95;
  • green value is 132;
  • blue value is 118.
RGB:
(95,132,118)
(37%,52%,46%)

RGB channels and saturation

R 95 of 255 = 37%
G 132 of 255 = 52%
B 118 of 255 = 46%

95
132
118

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

Portions of RGB colors in percentages

R + G + B =
95 + 132 + 118 = 345 (100%)
R 95 of 345 ~ 27.54%
G 132 of 345 ~ 38.26%
B 118 of 345 ~ 34.2%

%27.54
%38.26
%34.2

CMYK color model

#5F8476 color CMYK value is (28,0,11,48).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(28,0,11,48)
C28M0Y11K48 
(28%,0%,11%,48%)
(0.28/0.00/0.11/0.48)	

CMYK percentages

%28.03
%0
%10.61
%48.24

Codes

Color #5F8476 in popluar color models

5F8476
RGB95132118
HSL157°16.30%44.51%
HSB/HSV157°28.03%51.76%
CMYK28.03%0.00%10.61%
48.24%

Color #5F8476 in popluar number systems.

HEX5F8476
Decimal95132118
Binary1011111100001001110110
Octal137204166

Shades and tints

Shades of #5F8476

#5F8476
(95,132,118)
#57786C
(87,120,108)
#4F6C62
(79,108,98)
#476058
(71,96,88)
#3F544E
(63,84,78)
#374844
(55,72,68)
#2F3C3A
(47,60,58)
#273030
(39,48,48)
#1F2426
(31,36,38)
#17181C
(23,24,28)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #5F8476

#5F8476
(95,132,118)
#6D8F82
(109,143,130)
#7B9A8E
(123,154,142)
#89A59A
(137,165,154)
#97B0A6
(151,176,166)
#A5BBB2
(165,187,178)
#B3C6BE
(179,198,190)
#C1D1CA
(193,209,202)
#CFDCD6
(207,220,214)
#DDE7E2
(221,231,226)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8476 color. Also use rgb(95,132,118) instead hex code.

Text Font Color

.myTextColor { color: #5F8476; }

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

This text font color is #5F8476.


Background Color

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

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

This div background color is #5F8476.


Border color

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

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

This div border color is #5F8476.


Opacity

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

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

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

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

This text has shadow with #5F8476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8476 on black background.


Color preview on white background

This text has color #5F8476 on white background.



Black color preview on #5F8476 background

This text has black color on #5F8476 background.


White color preview on #5F8476 background

This text has white color on #5F8476 background.