COLOR #5F9092

HEX: #5F9092
RGB: (95,144,146)

Color info

#5F9092 contains red, green and blue colors in about the same proportion. Web safe color of #5F9092 is #669999 (or #699).

RGB color model

#5F9092 color RGB value is (95,144,146).

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

RGB channels and saturation

R 95 of 255 = 37%
G 144 of 255 = 56%
B 146 of 255 = 57%

95
144
146

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

Portions of RGB colors in percentages

R + G + B =
95 + 144 + 146 = 385 (100%)
R 95 of 385 ~ 24.68%
G 144 of 385 ~ 37.4%
B 146 of 385 ~ 37.92%

%24.68
%37.4
%37.92

CMYK color model

#5F9092 color CMYK value is (35,1,0,43).

  • cyan value is 34.93%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(35,1,0,43)
C35M1Y0K43 
(35%,1%,0%,43%)
(0.35/0.01/0.00/0.43)	

CMYK percentages

%34.93
%1.37
%0
%42.75

Codes

Color #5F9092 in popluar color models

5F9092
RGB95144146
HSL182°21.16%47.25%
HSB/HSV182°34.93%57.25%
CMYK34.93%1.37%0.00%
42.75%

Color #5F9092 in popluar number systems.

HEX5F9092
Decimal95144146
Binary10111111001000010010010
Octal137220222

Shades and tints

Shades of #5F9092

#5F9092
(95,144,146)
#578385
(87,131,133)
#4F7678
(79,118,120)
#47696B
(71,105,107)
#3F5C5E
(63,92,94)
#374F51
(55,79,81)
#2F4244
(47,66,68)
#273537
(39,53,55)
#1F282A
(31,40,42)
#171B1D
(23,27,29)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #5F9092

#5F9092
(95,144,146)
#6D9A9B
(109,154,155)
#7BA4A4
(123,164,164)
#89AEAD
(137,174,173)
#97B8B6
(151,184,182)
#A5C2BF
(165,194,191)
#B3CCC8
(179,204,200)
#C1D6D1
(193,214,209)
#CFE0DA
(207,224,218)
#DDEAE3
(221,234,227)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9092; }

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

This text font color is #5F9092.


Background Color

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

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

This div background color is #5F9092.


Border color

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

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

This div border color is #5F9092.


Opacity

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

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

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

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

This text has shadow with #5F9092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9092 on black background.


Color preview on white background

This text has color #5F9092 on white background.



Black color preview on #5F9092 background

This text has black color on #5F9092 background.


White color preview on #5F9092 background

This text has white color on #5F9092 background.