COLOR #5F6782

HEX: #5F6782
RGB: (95,103,130)

Color info

#5F6782 contains red, green and blue colors in about the same proportion. Web safe color of #5F6782 is #666699 (or #669).

RGB color model

#5F6782 color RGB value is (95,103,130).

  • red value is 95;
  • green value is 103;
  • blue value is 130.
RGB:
(95,103,130)
(37%,40%,51%)

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 130 of 255 = 51%

95
103
130

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

Portions of RGB colors in percentages

R + G + B =
95 + 103 + 130 = 328 (100%)
R 95 of 328 ~ 28.96%
G 103 of 328 ~ 31.4%
B 130 of 328 ~ 39.63%

%28.96
%31.4
%39.63

CMYK color model

#5F6782 color CMYK value is (27,21,0,49).

  • cyan value is 26.92%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(27,21,0,49)
C27M21Y0K49 
(27%,21%,0%,49%)
(0.27/0.21/0.00/0.49)	

CMYK percentages

%26.92
%20.77
%0
%49.02

Codes

Color #5F6782 in popluar color models

5F6782
RGB95103130
HSL226°15.56%44.12%
HSB/HSV226°26.92%50.98%
CMYK26.92%20.77%0.00%
49.02%

Color #5F6782 in popluar number systems.

HEX5F6782
Decimal95103130
Binary1011111110011110000010
Octal137147202

Shades and tints

Shades of #5F6782

#5F6782
(95,103,130)
#575E77
(87,94,119)
#4F556C
(79,85,108)
#474C61
(71,76,97)
#3F4356
(63,67,86)
#373A4B
(55,58,75)
#2F3140
(47,49,64)
#272835
(39,40,53)
#1F1F2A
(31,31,42)
#17161F
(23,22,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #5F6782

#5F6782
(95,103,130)
#6D748D
(109,116,141)
#7B8198
(123,129,152)
#898EA3
(137,142,163)
#979BAE
(151,155,174)
#A5A8B9
(165,168,185)
#B3B5C4
(179,181,196)
#C1C2CF
(193,194,207)
#CFCFDA
(207,207,218)
#DDDCE5
(221,220,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6782 color. Also use rgb(95,103,130) instead hex code.

Text Font Color

.myTextColor { color: #5F6782; }

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

This text font color is #5F6782.


Background Color

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

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

This div background color is #5F6782.


Border color

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

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

This div border color is #5F6782.


Opacity

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

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

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

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

This text has shadow with #5F6782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6782 on black background.


Color preview on white background

This text has color #5F6782 on white background.



Black color preview on #5F6782 background

This text has black color on #5F6782 background.


White color preview on #5F6782 background

This text has white color on #5F6782 background.