COLOR #094C5F

HEX: #094C5F
RGB: (9,76,95)

Color info

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

RGB color model

#094C5F color RGB value is (9,76,95).

  • red value is 9;
  • green value is 76;
  • blue value is 95.
RGB:
(9,76,95)
(4%,30%,37%)

RGB channels and saturation

R 9 of 255 = 4%
G 76 of 255 = 30%
B 95 of 255 = 37%

9
76
95

R + G + B ~ 24%. #094C5F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 76 + 95 = 180 (100%)
R 9 of 180 ~ 5%
G 76 of 180 ~ 42.22%
B 95 of 180 ~ 52.78%

%42.22
%52.78

CMYK color model

#094C5F color CMYK value is (91,20,0,63).

  • cyan value is 90.53%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(91,20,0,63)
C91M20Y0K63 
(91%,20%,0%,63%)
(0.91/0.20/0.00/0.63)	

CMYK percentages

%90.53
%20
%0
%62.75

Codes

Color #094C5F in popluar color models

094C5F
RGB97695
HSL193°82.69%20.39%
HSB/HSV193°90.53%37.25%
CMYK90.53%20.00%0.00%
62.75%

Color #094C5F in popluar number systems.

HEX094C5F
Decimal97695
Binary100110011001011111
Octal11114137

Shades and tints

Shades of #094C5F

#094C5F
(9,76,95)
#094657
(9,70,87)
#09404F
(9,64,79)
#093A47
(9,58,71)
#09343F
(9,52,63)
#092E37
(9,46,55)
#09282F
(9,40,47)
#092227
(9,34,39)
#091C1F
(9,28,31)
#091617
(9,22,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #094C5F

#094C5F
(9,76,95)
#1F5C6D
(31,92,109)
#356C7B
(53,108,123)
#4B7C89
(75,124,137)
#618C97
(97,140,151)
#779CA5
(119,156,165)
#8DACB3
(141,172,179)
#A3BCC1
(163,188,193)
#B9CCCF
(185,204,207)
#CFDCDD
(207,220,221)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094C5F color. Also use rgb(9,76,95) instead hex code.

Text Font Color

.myTextColor { color: #094C5F; }

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

This text font color is #094C5F.


Background Color

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

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

This div background color is #094C5F.


Border color

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

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

This div border color is #094C5F.


Opacity

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

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

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

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

This text has shadow with #094C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094C5F on black background.


Color preview on white background

This text has color #094C5F on white background.



Black color preview on #094C5F background

This text has black color on #094C5F background.


White color preview on #094C5F background

This text has white color on #094C5F background.