COLOR #5F8075

HEX: #5F8075
RGB: (95,128,117)

Color info

#5F8075 contains red, green and blue colors in about the same proportion. Web safe color of #5F8075 is #666666 (or #666).

RGB color model

#5F8075 color RGB value is (95,128,117).

  • red value is 95;
  • green value is 128;
  • blue value is 117.
RGB:
(95,128,117)
(37%,50%,46%)

RGB channels and saturation

R 95 of 255 = 37%
G 128 of 255 = 50%
B 117 of 255 = 46%

95
128
117

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

Portions of RGB colors in percentages

R + G + B =
95 + 128 + 117 = 340 (100%)
R 95 of 340 ~ 27.94%
G 128 of 340 ~ 37.65%
B 117 of 340 ~ 34.41%

%27.94
%37.65
%34.41

CMYK color model

#5F8075 color CMYK value is (26,0,9,50).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 49.80%
CMYK:
(26,0,9,50)
C26M0Y9K50 
(26%,0%,9%,50%)
(0.26/0.00/0.09/0.50)	

CMYK percentages

%25.78
%0
%8.59
%49.8

Codes

Color #5F8075 in popluar color models

5F8075
RGB95128117
HSL160°14.80%43.73%
HSB/HSV160°25.78%50.20%
CMYK25.78%0.00%8.59%
49.80%

Color #5F8075 in popluar number systems.

HEX5F8075
Decimal95128117
Binary1011111100000001110101
Octal137200165

Shades and tints

Shades of #5F8075

#5F8075
(95,128,117)
#57756B
(87,117,107)
#4F6A61
(79,106,97)
#475F57
(71,95,87)
#3F544D
(63,84,77)
#374943
(55,73,67)
#2F3E39
(47,62,57)
#27332F
(39,51,47)
#1F2825
(31,40,37)
#171D1B
(23,29,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #5F8075

#5F8075
(95,128,117)
#6D8B81
(109,139,129)
#7B968D
(123,150,141)
#89A199
(137,161,153)
#97ACA5
(151,172,165)
#A5B7B1
(165,183,177)
#B3C2BD
(179,194,189)
#C1CDC9
(193,205,201)
#CFD8D5
(207,216,213)
#DDE3E1
(221,227,225)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8075 color. Also use rgb(95,128,117) instead hex code.

Text Font Color

.myTextColor { color: #5F8075; }

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

This text font color is #5F8075.


Background Color

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

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

This div background color is #5F8075.


Border color

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

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

This div border color is #5F8075.


Opacity

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

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

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

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

This text has shadow with #5F8075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8075 on black background.


Color preview on white background

This text has color #5F8075 on white background.



Black color preview on #5F8075 background

This text has black color on #5F8075 background.


White color preview on #5F8075 background

This text has white color on #5F8075 background.