COLOR #5F6279

HEX: #5F6279 RGB: (95,98,121)

Color info

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

RGB color model

#5F6279 color RGB value is (95,98,121).

RGB: (95,98,121) (37%, 38%, 47%)

RGB channels and saturation

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

95
98
121

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

Portions of RGB colors in percentages

R + G + B = 95 + 98 + 121 = 314 (100%)
R 95 of 314 ~ 30.25%
G 98 of 314 ~ 31.21%
B 121 of 314 ~ 38.54'%

%30.25
%31.21
%38.54

CMYK color model

#5F6279 color CMYK value is (21,19,0,53).

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

CMYK: (21,19,0,53)
C21M19Y0K53 (21%, 19%, 0%, 53%)
(0.21 / 0.19 / 0.00 / 0.53)

CMYK percentages

%21.49
%19.01
%0
%52.55

Codes

Color #5F6279 in popluar color models

5F 62 79
RGB 95 98 121
HSL 233° 12.04% 42.35%
HSB/HSV 233° 21.49% 47.45%
CMYK 21.49% 19.01% 0.00%
52.55%

Color #5F6279 in popluar number systems.

HEX 5F 62 79
Decimal 95 98 121
Binary 1011111 1100010 1111001
Octal 137 142 171

Shades and tints

Shades of #5F6279

#5F6279
(95,98,121)
#575A6E
(87,90,110)
#4F5263
(79,82,99)
#474A58
(71,74,88)
#3F424D
(63,66,77)
#373A42
(55,58,66)
#2F3237
(47,50,55)
#272A2C
(39,42,44)
#1F2221
(31,34,33)
#171A16
(23,26,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #5F6279

#5F6279
(95,98,121)
#6D7085
(109,112,133)
#7B7E91
(123,126,145)
#898C9D
(137,140,157)
#979AA9
(151,154,169)
#A5A8B5
(165,168,181)
#B3B6C1
(179,182,193)
#C1C4CD
(193,196,205)
#CFD2D9
(207,210,217)
#DDE0E5
(221,224,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6279; }

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

This text font color is #5F6279.

Background Color

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

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

This div background color is #5F6279.

Border color

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

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

This div border color is #5F6279.

Opacity

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

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

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

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

This text has shadow with #5F6279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6279.

Preview

Color preview on black background

This text has color #5F6279 on black background.


Color preview on white background

This text has color #5F6279 on white background.


Black color preview on #5F6279 background

This text has black color on #5F6279 background.


White color preview on #5F6279 background

This text has white color on #5F6279 background.


Related colors

Complementary color

Complementary color for #hex is #A09D86.


I love getcolorcode.com

Triadic colors

1 #795F62 and #62795F with #5F6279 are triadic colors.

2 #79625F and #625F79 with #5F6279 are triadic colors.