COLOR #5F7978

HEX: #5F7978 RGB: (95,121,120)

Color info

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

RGB color model

#5F7978 color RGB value is (95,121,120).

RGB: (95,121,120) (37%, 47%, 47%)

RGB channels and saturation

R 95 of 255 = 37%
G 121 of 255 = 47%
B 120 of 255 = 47%

95
121
120

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

Portions of RGB colors in percentages

R + G + B = 95 + 121 + 120 = 336 (100%)
R 95 of 336 ~ 28.27%
G 121 of 336 ~ 36.01%
B 120 of 336 ~ 35.71'%

%28.27
%36.01
%35.71

CMYK color model

#5F7978 color CMYK value is (21,0,1,53).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.55%

CMYK: (21,0,1,53)
C21M0Y1K53 (21%, 0%, 1%, 53%)
(0.21 / 0.00 / 0.01 / 0.53)

CMYK percentages

%21.49
%0
%0.83
%52.55

Codes

Color #5F7978 in popluar color models

5F 79 78
RGB 95 121 120
HSL 178° 12.04% 42.35%
HSB/HSV 178° 21.49% 47.45%
CMYK 21.49% 0.00% 0.83%
52.55%

Color #5F7978 in popluar number systems.

HEX 5F 79 78
Decimal 95 121 120
Binary 1011111 1111001 1111000
Octal 137 171 170

Shades and tints

Shades of #5F7978

#5F7978
(95,121,120)
#576E6E
(87,110,110)
#4F6364
(79,99,100)
#47585A
(71,88,90)
#3F4D50
(63,77,80)
#374246
(55,66,70)
#2F373C
(47,55,60)
#272C32
(39,44,50)
#1F2128
(31,33,40)
#17161E
(23,22,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #5F7978

#5F7978
(95,121,120)
#6D8584
(109,133,132)
#7B9190
(123,145,144)
#899D9C
(137,157,156)
#97A9A8
(151,169,168)
#A5B5B4
(165,181,180)
#B3C1C0
(179,193,192)
#C1CDCC
(193,205,204)
#CFD9D8
(207,217,216)
#DDE5E4
(221,229,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7978; }

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

This text font color is #5F7978.

Background Color

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

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

This div background color is #5F7978.

Border color

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

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

This div border color is #5F7978.

Opacity

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

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

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

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

This text has shadow with #5F7978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7978.

Preview

Color preview on black background

This text has color #5F7978 on black background.


Color preview on white background

This text has color #5F7978 on white background.


Black color preview on #5F7978 background

This text has black color on #5F7978 background.


White color preview on #5F7978 background

This text has white color on #5F7978 background.


Related colors

Complementary color

Complementary color for #hex is #A08687.


I love getcolorcode.com

Triadic colors

1 #785F79 and #79785F with #5F7978 are triadic colors.

2 #78795F and #795F78 with #5F7978 are triadic colors.