COLOR #094E2A

HEX: #094E2A RGB: (9,78,42)

Color info

#094E2A contains mainly green and blue colors. Web safe color of #094E2A is #006633 (or #063).

RGB color model

#094E2A color RGB value is (9,78,42).

RGB: (9,78,42) (4%, 31%, 16%)

RGB channels and saturation

R 9 of 255 = 4%
G 78 of 255 = 31%
B 42 of 255 = 16%

9
78
42

R + G + B ~ 17%. #094E2A is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 78 + 42 = 129 (100%)
R 9 of 129 ~ 6.98%
G 78 of 129 ~ 60.47%
B 42 of 129 ~ 32.56'%

%60.47
%32.56

CMYK color model

#094E2A color CMYK value is (88,0,46,69).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 69.41%

CMYK: (88,0,46,69)
C88M0Y46K69 (88%, 0%, 46%, 69%)
(0.88 / 0.00 / 0.46 / 0.69)

CMYK percentages

%88.46
%0
%46.15
%69.41

Codes

Color #094E2A in popluar color models

09 4E 2A
RGB 9 78 42
HSL 149° 79.31% 17.06%
HSB/HSV 149° 88.46% 30.59%
CMYK 88.46% 0.00% 46.15%
69.41%

Color #094E2A in popluar number systems.

HEX 09 4E 2A
Decimal 9 78 42
Binary 1001 1001110 101010
Octal 11 116 52

Shades and tints

Shades of #094E2A

#094E2A
(9,78,42)
#094727
(9,71,39)
#094024
(9,64,36)
#093921
(9,57,33)
#09321E
(9,50,30)
#092B1B
(9,43,27)
#092418
(9,36,24)
#091D15
(9,29,21)
#091612
(9,22,18)
#090F0F
(9,15,15)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #094E2A

#094E2A
(9,78,42)
#1F5E3D
(31,94,61)
#356E50
(53,110,80)
#4B7E63
(75,126,99)
#618E76
(97,142,118)
#779E89
(119,158,137)
#8DAE9C
(141,174,156)
#A3BEAF
(163,190,175)
#B9CEC2
(185,206,194)
#CFDED5
(207,222,213)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094E2A color. Also use rgb(9,78,42) instead hex code.

Text Font Color

.myTextColor { color: #094E2A; }

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

This text font color is #094E2A.

Background Color

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

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

This div background color is #094E2A.

Border color

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

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

This div border color is #094E2A.

Opacity

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

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

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

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

This text has shadow with #094E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094E2A.

Preview

Color preview on black background

This text has color #094E2A on black background.


Color preview on white background

This text has color #094E2A on white background.


Black color preview on #094E2A background

This text has black color on #094E2A background.


White color preview on #094E2A background

This text has white color on #094E2A background.


Related colors

Complementary color

Complementary color for #hex is #F6B1D5.


I love getcolorcode.com

Triadic colors

1 #2A094E and #4E2A09 with #094E2A are triadic colors.

2 #2A4E09 and #4E092A with #094E2A are triadic colors.