COLOR #5F7092

HEX: #5F7092
RGB: (95,112,146)

Color info

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

RGB color model

#5F7092 color RGB value is (95,112,146).

  • red value is 95;
  • green value is 112;
  • blue value is 146.
RGB:
(95,112,146)
(37%,44%,57%)

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 146 of 255 = 57%

95
112
146

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

Portions of RGB colors in percentages

R + G + B =
95 + 112 + 146 = 353 (100%)
R 95 of 353 ~ 26.91%
G 112 of 353 ~ 31.73%
B 146 of 353 ~ 41.36%

%26.91
%31.73
%41.36

CMYK color model

#5F7092 color CMYK value is (35,23,0,43).

  • cyan value is 34.93%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(35,23,0,43)
C35M23Y0K43 
(35%,23%,0%,43%)
(0.35/0.23/0.00/0.43)	

CMYK percentages

%34.93
%23.29
%0
%42.75

Codes

Color #5F7092 in popluar color models

5F7092
RGB95112146
HSL220°21.16%47.25%
HSB/HSV220°34.93%57.25%
CMYK34.93%23.29%0.00%
42.75%

Color #5F7092 in popluar number systems.

HEX5F7092
Decimal95112146
Binary1011111111000010010010
Octal137160222

Shades and tints

Shades of #5F7092

#5F7092
(95,112,146)
#576685
(87,102,133)
#4F5C78
(79,92,120)
#47526B
(71,82,107)
#3F485E
(63,72,94)
#373E51
(55,62,81)
#2F3444
(47,52,68)
#272A37
(39,42,55)
#1F202A
(31,32,42)
#17161D
(23,22,29)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #5F7092

#5F7092
(95,112,146)
#6D7D9B
(109,125,155)
#7B8AA4
(123,138,164)
#8997AD
(137,151,173)
#97A4B6
(151,164,182)
#A5B1BF
(165,177,191)
#B3BEC8
(179,190,200)
#C1CBD1
(193,203,209)
#CFD8DA
(207,216,218)
#DDE5E3
(221,229,227)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7092 color. Also use rgb(95,112,146) instead hex code.

Text Font Color

.myTextColor { color: #5F7092; }

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

This text font color is #5F7092.


Background Color

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

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

This div background color is #5F7092.


Border color

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

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

This div border color is #5F7092.


Opacity

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

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

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

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

This text has shadow with #5F7092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7092 on black background.


Color preview on white background

This text has color #5F7092 on white background.



Black color preview on #5F7092 background

This text has black color on #5F7092 background.


White color preview on #5F7092 background

This text has white color on #5F7092 background.