COLOR #5F7A7C

HEX: #5F7A7C
RGB: (95,122,124)

Color info

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

RGB color model

#5F7A7C color RGB value is (95,122,124).

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

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 124 of 255 = 49%

95
122
124

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

Portions of RGB colors in percentages

R + G + B =
95 + 122 + 124 = 341 (100%)
R 95 of 341 ~ 27.86%
G 122 of 341 ~ 35.78%
B 124 of 341 ~ 36.36%

%27.86
%35.78
%36.36

CMYK color model

#5F7A7C color CMYK value is (23,2,0,51).

  • cyan value is 23.39%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,2,0,51)
C23M2Y0K51 
(23%,2%,0%,51%)
(0.23/0.02/0.00/0.51)	

CMYK percentages

%23.39
%1.61
%0
%51.37

Codes

Color #5F7A7C in popluar color models

5F7A7C
RGB95122124
HSL184°13.24%42.94%
HSB/HSV184°23.39%48.63%
CMYK23.39%1.61%0.00%
51.37%

Color #5F7A7C in popluar number systems.

HEX5F7A7C
Decimal95122124
Binary101111111110101111100
Octal137172174

Shades and tints

Shades of #5F7A7C

#5F7A7C
(95,122,124)
#576F71
(87,111,113)
#4F6466
(79,100,102)
#47595B
(71,89,91)
#3F4E50
(63,78,80)
#374345
(55,67,69)
#2F383A
(47,56,58)
#272D2F
(39,45,47)
#1F2224
(31,34,36)
#171719
(23,23,25)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #5F7A7C

#5F7A7C
(95,122,124)
#6D8687
(109,134,135)
#7B9292
(123,146,146)
#899E9D
(137,158,157)
#97AAA8
(151,170,168)
#A5B6B3
(165,182,179)
#B3C2BE
(179,194,190)
#C1CEC9
(193,206,201)
#CFDAD4
(207,218,212)
#DDE6DF
(221,230,223)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7A7C; }

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

This text font color is #5F7A7C.


Background Color

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

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

This div background color is #5F7A7C.


Border color

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

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

This div border color is #5F7A7C.


Opacity

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

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

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

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

This text has shadow with #5F7A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7A7C on black background.


Color preview on white background

This text has color #5F7A7C on white background.



Black color preview on #5F7A7C background

This text has black color on #5F7A7C background.


White color preview on #5F7A7C background

This text has white color on #5F7A7C background.