COLOR #094924

HEX: #094924
RGB: (9,73,36)

Color info

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

RGB color model

#094924 color RGB value is (9,73,36).

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

RGB channels and saturation

R 9 of 255 = 4%
G 73 of 255 = 29%
B 36 of 255 = 14%

9
73
36

R + G + B ~ 16%. #094924 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 73 + 36 = 118 (100%)
R 9 of 118 ~ 7.63%
G 73 of 118 ~ 61.86%
B 36 of 118 ~ 30.51%

%61.86
%30.51

CMYK color model

#094924 color CMYK value is (88,0,51,71).

  • cyan value is 87.67%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 71.37%
CMYK:
(88,0,51,71)
C88M0Y51K71 
(88%,0%,51%,71%)
(0.88/0.00/0.51/0.71)	

CMYK percentages

%87.67
%0
%50.68
%71.37

Codes

Color #094924 in popluar color models

094924
RGB97336
HSL145°78.05%16.08%
HSB/HSV145°87.67%28.63%
CMYK87.67%0.00%50.68%
71.37%

Color #094924 in popluar number systems.

HEX094924
Decimal97336
Binary10011001001100100
Octal1111144

Shades and tints

Shades of #094924

#094924
(9,73,36)
#094321
(9,67,33)
#093D1E
(9,61,30)
#09371B
(9,55,27)
#093118
(9,49,24)
#092B15
(9,43,21)
#092512
(9,37,18)
#091F0F
(9,31,15)
#09190C
(9,25,12)
#091309
(9,19,9)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #094924

#094924
(9,73,36)
#1F5937
(31,89,55)
#35694A
(53,105,74)
#4B795D
(75,121,93)
#618970
(97,137,112)
#779983
(119,153,131)
#8DA996
(141,169,150)
#A3B9A9
(163,185,169)
#B9C9BC
(185,201,188)
#CFD9CF
(207,217,207)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094924; }

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

This text font color is #094924.


Background Color

.myBgColor { background-color: #094924; }

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

This div background color is #094924.


Border color

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

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

This div border color is #094924.


Opacity

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

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

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

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

This text has shadow with #094924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094924 on black background.


Color preview on white background

This text has color #094924 on white background.



Black color preview on #094924 background

This text has black color on #094924 background.


White color preview on #094924 background

This text has white color on #094924 background.