COLOR #094D45

HEX: #094D45
RGB: (9,77,69)

Color info

#094D45 contains mainly green and blue colors. Web safe color of #094D45 is #003333 (or #033).

RGB color model

#094D45 color RGB value is (9,77,69).

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

RGB channels and saturation

R 9 of 255 = 4%
G 77 of 255 = 30%
B 69 of 255 = 27%

9
77
69

R + G + B ~ 20%. #094D45 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 77 + 69 = 155 (100%)
R 9 of 155 ~ 5.81%
G 77 of 155 ~ 49.68%
B 69 of 155 ~ 44.52%

%49.68
%44.52

CMYK color model

#094D45 color CMYK value is (88,0,10,70).

  • cyan value is 88.31%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 69.80%
CMYK:
(88,0,10,70)
C88M0Y10K70 
(88%,0%,10%,70%)
(0.88/0.00/0.10/0.70)	

CMYK percentages

%88.31
%0
%10.39
%69.8

Codes

Color #094D45 in popluar color models

094D45
RGB97769
HSL173°79.07%16.86%
HSB/HSV173°88.31%30.20%
CMYK88.31%0.00%10.39%
69.80%

Color #094D45 in popluar number systems.

HEX094D45
Decimal97769
Binary100110011011000101
Octal11115105

Shades and tints

Shades of #094D45

#094D45
(9,77,69)
#09463F
(9,70,63)
#093F39
(9,63,57)
#093833
(9,56,51)
#09312D
(9,49,45)
#092A27
(9,42,39)
#092321
(9,35,33)
#091C1B
(9,28,27)
#091515
(9,21,21)
#090E0F
(9,14,15)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #094D45

#094D45
(9,77,69)
#1F5D55
(31,93,85)
#356D65
(53,109,101)
#4B7D75
(75,125,117)
#618D85
(97,141,133)
#779D95
(119,157,149)
#8DADA5
(141,173,165)
#A3BDB5
(163,189,181)
#B9CDC5
(185,205,197)
#CFDDD5
(207,221,213)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094D45; }

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

This text font color is #094D45.


Background Color

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

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

This div background color is #094D45.


Border color

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

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

This div border color is #094D45.


Opacity

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

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

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

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

This text has shadow with #094D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094D45 on black background.


Color preview on white background

This text has color #094D45 on white background.



Black color preview on #094D45 background

This text has black color on #094D45 background.


White color preview on #094D45 background

This text has white color on #094D45 background.