COLOR #5F7677

HEX: #5F7677 RGB: (95,118,119)

Color info

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

RGB color model

#5F7677 color RGB value is (95,118,119).

RGB: (95,118,119) (37%, 46%, 47%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 119 of 255 = 47%

95
118
119

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

Portions of RGB colors in percentages

R + G + B = 95 + 118 + 119 = 332 (100%)
R 95 of 332 ~ 28.61%
G 118 of 332 ~ 35.54%
B 119 of 332 ~ 35.84'%

%28.61
%35.54
%35.84

CMYK color model

#5F7677 color CMYK value is (20,1,0,53).

  • cyan value is 20.17%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (20,1,0,53)
C20M1Y0K53 (20%, 1%, 0%, 53%)
(0.20 / 0.01 / 0.00 / 0.53)

CMYK percentages

%20.17
%0.84
%0
%53.33

Codes

Color #5F7677 in popluar color models

5F 76 77
RGB 95 118 119
HSL 183° 11.21% 41.96%
HSB/HSV 183° 20.17% 46.67%
CMYK 20.17% 0.84% 0.00%
53.33%

Color #5F7677 in popluar number systems.

HEX 5F 76 77
Decimal 95 118 119
Binary 1011111 1110110 1110111
Octal 137 166 167

Shades and tints

Shades of #5F7677

#5F7677
(95,118,119)
#576C6D
(87,108,109)
#4F6263
(79,98,99)
#475859
(71,88,89)
#3F4E4F
(63,78,79)
#374445
(55,68,69)
#2F3A3B
(47,58,59)
#273031
(39,48,49)
#1F2627
(31,38,39)
#171C1D
(23,28,29)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #5F7677

#5F7677
(95,118,119)
#6D8283
(109,130,131)
#7B8E8F
(123,142,143)
#899A9B
(137,154,155)
#97A6A7
(151,166,167)
#A5B2B3
(165,178,179)
#B3BEBF
(179,190,191)
#C1CACB
(193,202,203)
#CFD6D7
(207,214,215)
#DDE2E3
(221,226,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7677; }

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

This text font color is #5F7677.

Background Color

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

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

This div background color is #5F7677.

Border color

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

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

This div border color is #5F7677.

Opacity

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

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

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

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

This text has shadow with #5F7677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7677.

Preview

Color preview on black background

This text has color #5F7677 on black background.


Color preview on white background

This text has color #5F7677 on white background.


Black color preview on #5F7677 background

This text has black color on #5F7677 background.


White color preview on #5F7677 background

This text has white color on #5F7677 background.


Related colors

Complementary color

Complementary color for #hex is #A08988.


I love getcolorcode.com

Triadic colors

1 #775F76 and #76775F with #5F7677 are triadic colors.

2 #77765F and #765F77 with #5F7677 are triadic colors.