COLOR #094943

HEX: #094943
RGB: (9,73,67)

Color info

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

RGB color model

#094943 color RGB value is (9,73,67).

  • red value is 9;
  • green value is 73;
  • blue value is 67.
RGB:
(9,73,67)
(4%,29%,26%)

RGB channels and saturation

R 9 of 255 = 4%
G 73 of 255 = 29%
B 67 of 255 = 26%

9
73
67

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

Portions of RGB colors in percentages

R + G + B =
9 + 73 + 67 = 149 (100%)
R 9 of 149 ~ 6.04%
G 73 of 149 ~ 48.99%
B 67 of 149 ~ 44.97%

%48.99
%44.97

CMYK color model

#094943 color CMYK value is (88,0,8,71).

  • cyan value is 87.67%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 71.37%
CMYK:
(88,0,8,71)
C88M0Y8K71 
(88%,0%,8%,71%)
(0.88/0.00/0.08/0.71)	

CMYK percentages

%87.67
%0
%8.22
%71.37

Codes

Color #094943 in popluar color models

094943
RGB97367
HSL174°78.05%16.08%
HSB/HSV174°87.67%28.63%
CMYK87.67%0.00%8.22%
71.37%

Color #094943 in popluar number systems.

HEX094943
Decimal97367
Binary100110010011000011
Octal11111103

Shades and tints

Shades of #094943

#094943
(9,73,67)
#09433D
(9,67,61)
#093D37
(9,61,55)
#093731
(9,55,49)
#09312B
(9,49,43)
#092B25
(9,43,37)
#09251F
(9,37,31)
#091F19
(9,31,25)
#091913
(9,25,19)
#09130D
(9,19,13)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #094943

#094943
(9,73,67)
#1F5954
(31,89,84)
#356965
(53,105,101)
#4B7976
(75,121,118)
#618987
(97,137,135)
#779998
(119,153,152)
#8DA9A9
(141,169,169)
#A3B9BA
(163,185,186)
#B9C9CB
(185,201,203)
#CFD9DC
(207,217,220)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094943 color. Also use rgb(9,73,67) instead hex code.

Text Font Color

.myTextColor { color: #094943; }

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

This text font color is #094943.


Background Color

.myBgColor { background-color: #094943; }

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

This div background color is #094943.


Border color

.myBorderColor { border: 1px solid #094943; }

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

This div border color is #094943.


Opacity

.myOpacity80 { color: #094943; opacity: 0.8; }

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

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

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

This text has shadow with #094943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094943 on black background.


Color preview on white background

This text has color #094943 on white background.



Black color preview on #094943 background

This text has black color on #094943 background.


White color preview on #094943 background

This text has white color on #094943 background.