COLOR #5F7B78

HEX: #5F7B78
RGB: (95,123,120)

Color info

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

RGB color model

#5F7B78 color RGB value is (95,123,120).

  • red value is 95;
  • green value is 123;
  • blue value is 120.
RGB:
(95,123,120)
(37%,48%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 120 of 255 = 47%

95
123
120

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 120 = 338 (100%)
R 95 of 338 ~ 28.11%
G 123 of 338 ~ 36.39%
B 120 of 338 ~ 35.5%

%28.11
%36.39
%35.5

CMYK color model

#5F7B78 color CMYK value is (23,0,2,52).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(23,0,2,52)
C23M0Y2K52 
(23%,0%,2%,52%)
(0.23/0.00/0.02/0.52)	

CMYK percentages

%22.76
%0
%2.44
%51.76

Codes

Color #5F7B78 in popluar color models

5F7B78
RGB95123120
HSL174°12.84%42.75%
HSB/HSV174°22.76%48.24%
CMYK22.76%0.00%2.44%
51.76%

Color #5F7B78 in popluar number systems.

HEX5F7B78
Decimal95123120
Binary101111111110111111000
Octal137173170

Shades and tints

Shades of #5F7B78

#5F7B78
(95,123,120)
#57706E
(87,112,110)
#4F6564
(79,101,100)
#475A5A
(71,90,90)
#3F4F50
(63,79,80)
#374446
(55,68,70)
#2F393C
(47,57,60)
#272E32
(39,46,50)
#1F2328
(31,35,40)
#17181E
(23,24,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #5F7B78

#5F7B78
(95,123,120)
#6D8784
(109,135,132)
#7B9390
(123,147,144)
#899F9C
(137,159,156)
#97ABA8
(151,171,168)
#A5B7B4
(165,183,180)
#B3C3C0
(179,195,192)
#C1CFCC
(193,207,204)
#CFDBD8
(207,219,216)
#DDE7E4
(221,231,228)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7B78; }

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

This text font color is #5F7B78.


Background Color

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

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

This div background color is #5F7B78.


Border color

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

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

This div border color is #5F7B78.


Opacity

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

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

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

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

This text has shadow with #5F7B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7B78 on black background.


Color preview on white background

This text has color #5F7B78 on white background.



Black color preview on #5F7B78 background

This text has black color on #5F7B78 background.


White color preview on #5F7B78 background

This text has white color on #5F7B78 background.