COLOR #094D6C

HEX: #094D6C RGB: (9,77,108)

Color info

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

RGB color model

#094D6C color RGB value is (9,77,108).

RGB: (9,77,108) (4%, 30%, 42%)

RGB channels and saturation

R 9 of 255 = 4%
G 77 of 255 = 30%
B 108 of 255 = 42%

9
77
108

R + G + B ~ 25%. #094D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 77 + 108 = 194 (100%)
R 9 of 194 ~ 4.64%
G 77 of 194 ~ 39.69%
B 108 of 194 ~ 55.67'%

%39.69
%55.67

CMYK color model

#094D6C color CMYK value is (92,29,0,58).

  • cyan value is 91.67%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (92,29,0,58) C92M29Y0K58 (92%,29%,0%,58%) (0.92/0.29/0.00/0.58) 

CMYK percentages

%91.67
%28.7
%0
%57.65

Codes

Color #094D6C in popluar color models

09 4D 6C
RGB 9 77 108
HSL 199° 84.62% 22.94%
HSB/HSV 199° 91.67% 42.35%
CMYK 91.67% 28.70% 0.00%
57.65%

Color #094D6C in popluar number systems.

HEX 09 4D 6C
Decimal 9 77 108
Binary 1001 1001101 1101100
Octal 11 115 154

Shades and tints

Shades of #094D6C

#094D6C
(9,77,108)
#094663
(9,70,99)
#093F5A
(9,63,90)
#093851
(9,56,81)
#093148
(9,49,72)
#092A3F
(9,42,63)
#092336
(9,35,54)
#091C2D
(9,28,45)
#091524
(9,21,36)
#090E1B
(9,14,27)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #094D6C

#094D6C
(9,77,108)
#1F5D79
(31,93,121)
#356D86
(53,109,134)
#4B7D93
(75,125,147)
#618DA0
(97,141,160)
#779DAD
(119,157,173)
#8DADBA
(141,173,186)
#A3BDC7
(163,189,199)
#B9CDD4
(185,205,212)
#CFDDE1
(207,221,225)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094D6C; }

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

This text font color is #094D6C.

Background Color

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

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

This div background color is #094D6C.

Border color

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

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

This div border color is #094D6C.

Opacity

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

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

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

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

This text has shadow with #094D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094D6C.

Preview

Color preview on black background

This text has color #094D6C on black background.


Color preview on white background

This text has color #094D6C on white background.


Black color preview on #094D6C background

This text has black color on #094D6C background.


White color preview on #094D6C background

This text has white color on #094D6C background.


Related colors

Complementary color

Complementary color for #hex is #F6B293.


I love getcolorcode.com

Triadic colors

1 #6C094D and #4D6C09 with #094D6C are triadic colors.

2 #6C4D09 and #4D096C with #094D6C are triadic colors.