COLOR #094D5B

HEX: #094D5B
RGB: (9,77,91)

Color info

#094D5B contains mainly green and blue colors. Web safe color of #094D5B is #003366 (or #036).

RGB color model

#094D5B color RGB value is (9,77,91).

  • red value is 9;
  • green value is 77;
  • blue value is 91.
RGB:
(9,77,91)
(4%,30%,36%)

RGB channels and saturation

R 9 of 255 = 4%
G 77 of 255 = 30%
B 91 of 255 = 36%

9
77
91

R + G + B ~ 23%. #094D5B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 77 + 91 = 177 (100%)
R 9 of 177 ~ 5.08%
G 77 of 177 ~ 43.5%
B 91 of 177 ~ 51.41%

%43.5
%51.41

CMYK color model

#094D5B color CMYK value is (90,15,0,64).

  • cyan value is 90.11%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(90,15,0,64)
C90M15Y0K64 
(90%,15%,0%,64%)
(0.90/0.15/0.00/0.64)	

CMYK percentages

%90.11
%15.38
%0
%64.31

Codes

Color #094D5B in popluar color models

094D5B
RGB97791
HSL190°82.00%19.61%
HSB/HSV190°90.11%35.69%
CMYK90.11%15.38%0.00%
64.31%

Color #094D5B in popluar number systems.

HEX094D5B
Decimal97791
Binary100110011011011011
Octal11115133

Shades and tints

Shades of #094D5B

#094D5B
(9,77,91)
#094653
(9,70,83)
#093F4B
(9,63,75)
#093843
(9,56,67)
#09313B
(9,49,59)
#092A33
(9,42,51)
#09232B
(9,35,43)
#091C23
(9,28,35)
#09151B
(9,21,27)
#090E13
(9,14,19)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #094D5B

#094D5B
(9,77,91)
#1F5D69
(31,93,105)
#356D77
(53,109,119)
#4B7D85
(75,125,133)
#618D93
(97,141,147)
#779DA1
(119,157,161)
#8DADAF
(141,173,175)
#A3BDBD
(163,189,189)
#B9CDCB
(185,205,203)
#CFDDD9
(207,221,217)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094D5B color. Also use rgb(9,77,91) instead hex code.

Text Font Color

.myTextColor { color: #094D5B; }

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

This text font color is #094D5B.


Background Color

.myBgColor { background-color: #094D5B; }

<div style="background-color:#094D5B">Inner text</div>

This div background color is #094D5B.


Border color

.myBorderColor { border: 1px solid #094D5B; }

<div style="border:3px solid #094D5B">Div</div>

This div border color is #094D5B.


Opacity

.myOpacity80 { color: #094D5B; opacity: 0.8; }

<p style="color:#094D5B;opacity:0.8;">80%</p>

Text with #094D5B 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 #094D5B;}

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

This text has shadow with #094D5B color.

.textShadow {text-shadow: 3px 3px 1px #094D5B, 3px 3px 1px red;}

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

This text has shadow with #094D5B primary color and red secondary color.


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

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

This text has shadow with #094D5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094D5B on black background.


Color preview on white background

This text has color #094D5B on white background.



Black color preview on #094D5B background

This text has black color on #094D5B background.


White color preview on #094D5B background

This text has white color on #094D5B background.