COLOR #5F6278

HEX: #5F6278
RGB: (95,98,120)

Color info

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

RGB color model

#5F6278 color RGB value is (95,98,120).

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

RGB channels and saturation

R 95 of 255 = 37%
G 98 of 255 = 38%
B 120 of 255 = 47%

95
98
120

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

Portions of RGB colors in percentages

R + G + B =
95 + 98 + 120 = 313 (100%)
R 95 of 313 ~ 30.35%
G 98 of 313 ~ 31.31%
B 120 of 313 ~ 38.34%

%30.35
%31.31
%38.34

CMYK color model

#5F6278 color CMYK value is (21,18,0,53).

  • cyan value is 20.83%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(21,18,0,53)
C21M18Y0K53 
(21%,18%,0%,53%)
(0.21/0.18/0.00/0.53)	

CMYK percentages

%20.83
%18.33
%0
%52.94

Codes

Color #5F6278 in popluar color models

5F6278
RGB9598120
HSL233°11.63%42.16%
HSB/HSV233°20.83%47.06%
CMYK20.83%18.33%0.00%
52.94%

Color #5F6278 in popluar number systems.

HEX5F6278
Decimal9598120
Binary101111111000101111000
Octal137142170

Shades and tints

Shades of #5F6278

#5F6278
(95,98,120)
#575A6E
(87,90,110)
#4F5264
(79,82,100)
#474A5A
(71,74,90)
#3F4250
(63,66,80)
#373A46
(55,58,70)
#2F323C
(47,50,60)
#272A32
(39,42,50)
#1F2228
(31,34,40)
#171A1E
(23,26,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #5F6278

#5F6278
(95,98,120)
#6D7084
(109,112,132)
#7B7E90
(123,126,144)
#898C9C
(137,140,156)
#979AA8
(151,154,168)
#A5A8B4
(165,168,180)
#B3B6C0
(179,182,192)
#C1C4CC
(193,196,204)
#CFD2D8
(207,210,216)
#DDE0E4
(221,224,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6278; }

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

This text font color is #5F6278.


Background Color

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

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

This div background color is #5F6278.


Border color

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

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

This div border color is #5F6278.


Opacity

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

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

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

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

This text has shadow with #5F6278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6278 on black background.


Color preview on white background

This text has color #5F6278 on white background.



Black color preview on #5F6278 background

This text has black color on #5F6278 background.


White color preview on #5F6278 background

This text has white color on #5F6278 background.