COLOR #5F7A6D

HEX: #5F7A6D
RGB: (95,122,109)

Color info

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

RGB color model

#5F7A6D color RGB value is (95,122,109).

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

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 109 of 255 = 43%

95
122
109

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

Portions of RGB colors in percentages

R + G + B =
95 + 122 + 109 = 326 (100%)
R 95 of 326 ~ 29.14%
G 122 of 326 ~ 37.42%
B 109 of 326 ~ 33.44%

%29.14
%37.42
%33.44

CMYK color model

#5F7A6D color CMYK value is (22,0,11,52).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(22,0,11,52)
C22M0Y11K52 
(22%,0%,11%,52%)
(0.22/0.00/0.11/0.52)	

CMYK percentages

%22.13
%0
%10.66
%52.16

Codes

Color #5F7A6D in popluar color models

5F7A6D
RGB95122109
HSL151°12.44%42.55%
HSB/HSV151°22.13%47.84%
CMYK22.13%0.00%10.66%
52.16%

Color #5F7A6D in popluar number systems.

HEX5F7A6D
Decimal95122109
Binary101111111110101101101
Octal137172155

Shades and tints

Shades of #5F7A6D

#5F7A6D
(95,122,109)
#576F64
(87,111,100)
#4F645B
(79,100,91)
#475952
(71,89,82)
#3F4E49
(63,78,73)
#374340
(55,67,64)
#2F3837
(47,56,55)
#272D2E
(39,45,46)
#1F2225
(31,34,37)
#17171C
(23,23,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #5F7A6D

#5F7A6D
(95,122,109)
#6D867A
(109,134,122)
#7B9287
(123,146,135)
#899E94
(137,158,148)
#97AAA1
(151,170,161)
#A5B6AE
(165,182,174)
#B3C2BB
(179,194,187)
#C1CEC8
(193,206,200)
#CFDAD5
(207,218,213)
#DDE6E2
(221,230,226)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7A6D; }

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

This text font color is #5F7A6D.


Background Color

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

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

This div background color is #5F7A6D.


Border color

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

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

This div border color is #5F7A6D.


Opacity

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

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

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

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

This text has shadow with #5F7A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7A6D on black background.


Color preview on white background

This text has color #5F7A6D on white background.



Black color preview on #5F7A6D background

This text has black color on #5F7A6D background.


White color preview on #5F7A6D background

This text has white color on #5F7A6D background.