COLOR #5F8275

HEX: #5F8275
RGB: (95,130,117)

Color info

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

RGB color model

#5F8275 color RGB value is (95,130,117).

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

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 117 of 255 = 46%

95
130
117

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

Portions of RGB colors in percentages

R + G + B =
95 + 130 + 117 = 342 (100%)
R 95 of 342 ~ 27.78%
G 130 of 342 ~ 38.01%
B 117 of 342 ~ 34.21%

%27.78
%38.01
%34.21

CMYK color model

#5F8275 color CMYK value is (27,0,10,49).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(27,0,10,49)
C27M0Y10K49 
(27%,0%,10%,49%)
(0.27/0.00/0.10/0.49)	

CMYK percentages

%26.92
%0
%10
%49.02

Codes

Color #5F8275 in popluar color models

5F8275
RGB95130117
HSL158°15.56%44.12%
HSB/HSV158°26.92%50.98%
CMYK26.92%0.00%10.00%
49.02%

Color #5F8275 in popluar number systems.

HEX5F8275
Decimal95130117
Binary1011111100000101110101
Octal137202165

Shades and tints

Shades of #5F8275

#5F8275
(95,130,117)
#57776B
(87,119,107)
#4F6C61
(79,108,97)
#476157
(71,97,87)
#3F564D
(63,86,77)
#374B43
(55,75,67)
#2F4039
(47,64,57)
#27352F
(39,53,47)
#1F2A25
(31,42,37)
#171F1B
(23,31,27)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #5F8275

#5F8275
(95,130,117)
#6D8D81
(109,141,129)
#7B988D
(123,152,141)
#89A399
(137,163,153)
#97AEA5
(151,174,165)
#A5B9B1
(165,185,177)
#B3C4BD
(179,196,189)
#C1CFC9
(193,207,201)
#CFDAD5
(207,218,213)
#DDE5E1
(221,229,225)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8275; }

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

This text font color is #5F8275.


Background Color

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

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

This div background color is #5F8275.


Border color

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

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

This div border color is #5F8275.


Opacity

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

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

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

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

This text has shadow with #5F8275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8275 on black background.


Color preview on white background

This text has color #5F8275 on white background.



Black color preview on #5F8275 background

This text has black color on #5F8275 background.


White color preview on #5F8275 background

This text has white color on #5F8275 background.