COLOR #5F997A

HEX: #5F997A
RGB: (95,153,122)

Color info

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

RGB color model

#5F997A color RGB value is (95,153,122).

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

RGB channels and saturation

R 95 of 255 = 37%
G 153 of 255 = 60%
B 122 of 255 = 48%

95
153
122

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

Portions of RGB colors in percentages

R + G + B =
95 + 153 + 122 = 370 (100%)
R 95 of 370 ~ 25.68%
G 153 of 370 ~ 41.35%
B 122 of 370 ~ 32.97%

%25.68
%41.35
%32.97

CMYK color model

#5F997A color CMYK value is (38,0,20,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(38,0,20,40)
C38M0Y20K40 
(38%,0%,20%,40%)
(0.38/0.00/0.20/0.40)	

CMYK percentages

%37.91
%0
%20.26
%40

Codes

Color #5F997A in popluar color models

5F997A
RGB95153122
HSL148°23.39%48.63%
HSB/HSV148°37.91%60.00%
CMYK37.91%0.00%20.26%
40.00%

Color #5F997A in popluar number systems.

HEX5F997A
Decimal95153122
Binary1011111100110011111010
Octal137231172

Shades and tints

Shades of #5F997A

#5F997A
(95,153,122)
#578C6F
(87,140,111)
#4F7F64
(79,127,100)
#477259
(71,114,89)
#3F654E
(63,101,78)
#375843
(55,88,67)
#2F4B38
(47,75,56)
#273E2D
(39,62,45)
#1F3122
(31,49,34)
#172417
(23,36,23)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #5F997A

#5F997A
(95,153,122)
#6DA286
(109,162,134)
#7BAB92
(123,171,146)
#89B49E
(137,180,158)
#97BDAA
(151,189,170)
#A5C6B6
(165,198,182)
#B3CFC2
(179,207,194)
#C1D8CE
(193,216,206)
#CFE1DA
(207,225,218)
#DDEAE6
(221,234,230)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F997A; }

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

This text font color is #5F997A.


Background Color

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

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

This div background color is #5F997A.


Border color

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

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

This div border color is #5F997A.


Opacity

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

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

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

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

This text has shadow with #5F997A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F997A on black background.


Color preview on white background

This text has color #5F997A on white background.



Black color preview on #5F997A background

This text has black color on #5F997A background.


White color preview on #5F997A background

This text has white color on #5F997A background.