COLOR #5F837A

HEX: #5F837A
RGB: (95,131,122)

Color info

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

RGB color model

#5F837A color RGB value is (95,131,122).

  • red value is 95;
  • green value is 131;
  • blue value is 122.
RGB:
(95,131,122)
(37%,51%,48%)

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 122 of 255 = 48%

95
131
122

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 122 = 348 (100%)
R 95 of 348 ~ 27.3%
G 131 of 348 ~ 37.64%
B 122 of 348 ~ 35.06%

%27.3
%37.64
%35.06

CMYK color model

#5F837A color CMYK value is (27,0,7,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(27,0,7,49)
C27M0Y7K49 
(27%,0%,7%,49%)
(0.27/0.00/0.07/0.49)	

CMYK percentages

%27.48
%0
%6.87
%48.63

Codes

Color #5F837A in popluar color models

5F837A
RGB95131122
HSL165°15.93%44.31%
HSB/HSV165°27.48%51.37%
CMYK27.48%0.00%6.87%
48.63%

Color #5F837A in popluar number systems.

HEX5F837A
Decimal95131122
Binary1011111100000111111010
Octal137203172

Shades and tints

Shades of #5F837A

#5F837A
(95,131,122)
#57786F
(87,120,111)
#4F6D64
(79,109,100)
#476259
(71,98,89)
#3F574E
(63,87,78)
#374C43
(55,76,67)
#2F4138
(47,65,56)
#27362D
(39,54,45)
#1F2B22
(31,43,34)
#172017
(23,32,23)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #5F837A

#5F837A
(95,131,122)
#6D8E86
(109,142,134)
#7B9992
(123,153,146)
#89A49E
(137,164,158)
#97AFAA
(151,175,170)
#A5BAB6
(165,186,182)
#B3C5C2
(179,197,194)
#C1D0CE
(193,208,206)
#CFDBDA
(207,219,218)
#DDE6E6
(221,230,230)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F837A color. Also use rgb(95,131,122) instead hex code.

Text Font Color

.myTextColor { color: #5F837A; }

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

This text font color is #5F837A.


Background Color

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

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

This div background color is #5F837A.


Border color

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

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

This div border color is #5F837A.


Opacity

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

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

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

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

This text has shadow with #5F837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F837A on black background.


Color preview on white background

This text has color #5F837A on white background.



Black color preview on #5F837A background

This text has black color on #5F837A background.


White color preview on #5F837A background

This text has white color on #5F837A background.