COLOR #5F7F7B

HEX: #5F7F7B RGB: (95,127,123)

Color info

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

RGB color model

#5F7F7B color RGB value is (95,127,123).

RGB: (95,127,123) (37%, 50%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 123 of 255 = 48%

95
127
123

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

Portions of RGB colors in percentages

R + G + B = 95 + 127 + 123 = 345 (100%)
R 95 of 345 ~ 27.54%
G 127 of 345 ~ 36.81%
B 123 of 345 ~ 35.65'%

%27.54
%36.81
%35.65

CMYK color model

#5F7F7B color CMYK value is (25,0,3,50).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 50.20%

CMYK: (25,0,3,50)
C25M0Y3K50 (25%, 0%, 3%, 50%)
(0.25 / 0.00 / 0.03 / 0.50)

CMYK percentages

%25.2
%0
%3.15
%50.2

Codes

Color #5F7F7B in popluar color models

5F 7F 7B
RGB 95 127 123
HSL 173° 14.41% 43.53%
HSB/HSV 173° 25.20% 49.80%
CMYK 25.20% 0.00% 3.15%
50.20%

Color #5F7F7B in popluar number systems.

HEX 5F 7F 7B
Decimal 95 127 123
Binary 1011111 1111111 1111011
Octal 137 177 173

Shades and tints

Shades of #5F7F7B

#5F7F7B
(95,127,123)
#577470
(87,116,112)
#4F6965
(79,105,101)
#475E5A
(71,94,90)
#3F534F
(63,83,79)
#374844
(55,72,68)
#2F3D39
(47,61,57)
#27322E
(39,50,46)
#1F2723
(31,39,35)
#171C18
(23,28,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #5F7F7B

#5F7F7B
(95,127,123)
#6D8A87
(109,138,135)
#7B9593
(123,149,147)
#89A09F
(137,160,159)
#97ABAB
(151,171,171)
#A5B6B7
(165,182,183)
#B3C1C3
(179,193,195)
#C1CCCF
(193,204,207)
#CFD7DB
(207,215,219)
#DDE2E7
(221,226,231)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7F7B color. Also use rgb(95,127,123) instead hex code.

Text Font Color

.myTextColor { color: #5F7F7B; }

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

This text font color is #5F7F7B.

Background Color

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

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

This div background color is #5F7F7B.

Border color

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

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

This div border color is #5F7F7B.

Opacity

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

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

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

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

This text has shadow with #5F7F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7F7B.

Preview

Color preview on black background

This text has color #5F7F7B on black background.


Color preview on white background

This text has color #5F7F7B on white background.


Black color preview on #5F7F7B background

This text has black color on #5F7F7B background.


White color preview on #5F7F7B background

This text has white color on #5F7F7B background.


Related colors

Complementary color

Complementary color for #hex is #A08084.


I love getcolorcode.com

Triadic colors

1 #7B5F7F and #7F7B5F with #5F7F7B are triadic colors.

2 #7B7F5F and #7F5F7B with #5F7F7B are triadic colors.