COLOR #5F6277

HEX: #5F6277
RGB: (95,98,119)

Color info

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

RGB color model

#5F6277 color RGB value is (95,98,119).

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

RGB channels and saturation

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

95
98
119

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

Portions of RGB colors in percentages

R + G + B =
95 + 98 + 119 = 312 (100%)
R 95 of 312 ~ 30.45%
G 98 of 312 ~ 31.41%
B 119 of 312 ~ 38.14%

%30.45
%31.41
%38.14

CMYK color model

#5F6277 color CMYK value is (20,18,0,53).

  • cyan value is 20.17%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(20,18,0,53)
C20M18Y0K53 
(20%,18%,0%,53%)
(0.20/0.18/0.00/0.53)	

CMYK percentages

%20.17
%17.65
%0
%53.33

Codes

Color #5F6277 in popluar color models

5F6277
RGB9598119
HSL233°11.21%41.96%
HSB/HSV233°20.17%46.67%
CMYK20.17%17.65%0.00%
53.33%

Color #5F6277 in popluar number systems.

HEX5F6277
Decimal9598119
Binary101111111000101110111
Octal137142167

Shades and tints

Shades of #5F6277

#5F6277
(95,98,119)
#575A6D
(87,90,109)
#4F5263
(79,82,99)
#474A59
(71,74,89)
#3F424F
(63,66,79)
#373A45
(55,58,69)
#2F323B
(47,50,59)
#272A31
(39,42,49)
#1F2227
(31,34,39)
#171A1D
(23,26,29)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #5F6277

#5F6277
(95,98,119)
#6D7083
(109,112,131)
#7B7E8F
(123,126,143)
#898C9B
(137,140,155)
#979AA7
(151,154,167)
#A5A8B3
(165,168,179)
#B3B6BF
(179,182,191)
#C1C4CB
(193,196,203)
#CFD2D7
(207,210,215)
#DDE0E3
(221,224,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6277; }

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

This text font color is #5F6277.


Background Color

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

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

This div background color is #5F6277.


Border color

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

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

This div border color is #5F6277.


Opacity

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

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

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

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

This text has shadow with #5F6277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6277 on black background.


Color preview on white background

This text has color #5F6277 on white background.



Black color preview on #5F6277 background

This text has black color on #5F6277 background.


White color preview on #5F6277 background

This text has white color on #5F6277 background.