COLOR #5F9377

HEX: #5F9377 RGB: (95,147,119)

Color info

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

RGB color model

#5F9377 color RGB value is (95,147,119).

RGB: (95,147,119) (37%, 58%, 47%)

RGB channels and saturation

R 95 of 255 = 37%
G 147 of 255 = 58%
B 119 of 255 = 47%

95
147
119

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

Portions of RGB colors in percentages

R + G + B = 95 + 147 + 119 = 361 (100%)
R 95 of 361 ~ 26.32%
G 147 of 361 ~ 40.72%
B 119 of 361 ~ 32.96'%

%26.32
%40.72
%32.96

CMYK color model

#5F9377 color CMYK value is (35,0,19,42).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%

CMYK: (35,0,19,42)
C35M0Y19K42 (35%, 0%, 19%, 42%)
(0.35 / 0.00 / 0.19 / 0.42)

CMYK percentages

%35.37
%0
%19.05
%42.35

Codes

Color #5F9377 in popluar color models

5F 93 77
RGB 95 147 119
HSL 148° 21.49% 47.45%
HSB/HSV 148° 35.37% 57.65%
CMYK 35.37% 0.00% 19.05%
42.35%

Color #5F9377 in popluar number systems.

HEX 5F 93 77
Decimal 95 147 119
Binary 1011111 10010011 1110111
Octal 137 223 167

Shades and tints

Shades of #5F9377

#5F9377
(95,147,119)
#57866D
(87,134,109)
#4F7963
(79,121,99)
#476C59
(71,108,89)
#3F5F4F
(63,95,79)
#375245
(55,82,69)
#2F453B
(47,69,59)
#273831
(39,56,49)
#1F2B27
(31,43,39)
#171E1D
(23,30,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #5F9377

#5F9377
(95,147,119)
#6D9C83
(109,156,131)
#7BA58F
(123,165,143)
#89AE9B
(137,174,155)
#97B7A7
(151,183,167)
#A5C0B3
(165,192,179)
#B3C9BF
(179,201,191)
#C1D2CB
(193,210,203)
#CFDBD7
(207,219,215)
#DDE4E3
(221,228,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9377 color. Also use rgb(95,147,119) instead hex code.

Text Font Color

.myTextColor { color: #5F9377; }

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

This text font color is #5F9377.

Background Color

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

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

This div background color is #5F9377.

Border color

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

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

This div border color is #5F9377.

Opacity

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

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

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

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

This text has shadow with #5F9377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9377.

Preview

Color preview on black background

This text has color #5F9377 on black background.


Color preview on white background

This text has color #5F9377 on white background.


Black color preview on #5F9377 background

This text has black color on #5F9377 background.


White color preview on #5F9377 background

This text has white color on #5F9377 background.


Related colors

Complementary color

Complementary color for #hex is #A06C88.


I love getcolorcode.com

Triadic colors

1 #775F93 and #93775F with #5F9377 are triadic colors.

2 #77935F and #935F77 with #5F9377 are triadic colors.