COLOR #09944D

HEX: #09944D
RGB: (9,148,77)

Color info

#09944D contains mainly green color. Web safe color of #09944D is #009933 (or #093).

RGB color model

#09944D color RGB value is (9,148,77).

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

RGB channels and saturation

R 9 of 255 = 4%
G 148 of 255 = 58%
B 77 of 255 = 30%

9
148
77

R + G + B ~ 31%. #09944D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 148 + 77 = 234 (100%)
R 9 of 234 ~ 3.85%
G 148 of 234 ~ 63.25%
B 77 of 234 ~ 32.91%

%63.25
%32.91

CMYK color model

#09944D color CMYK value is (94,0,48,42).

  • cyan value is 93.92%
  • magenta value is 0.00%
  • yellow value is 47.97%
  • key color value is 41.96%
CMYK:
(94,0,48,42)
C94M0Y48K42 
(94%,0%,48%,42%)
(0.94/0.00/0.48/0.42)	

CMYK percentages

%93.92
%0
%47.97
%41.96

Codes

Color #09944D in popluar color models

09944D
RGB914877
HSL149°88.54%30.78%
HSB/HSV149°93.92%58.04%
CMYK93.92%0.00%47.97%
41.96%

Color #09944D in popluar number systems.

HEX09944D
Decimal914877
Binary1001100101001001101
Octal11224115

Shades and tints

Shades of #09944D

#09944D
(9,148,77)
#098746
(9,135,70)
#097A3F
(9,122,63)
#096D38
(9,109,56)
#096031
(9,96,49)
#09532A
(9,83,42)
#094623
(9,70,35)
#09391C
(9,57,28)
#092C15
(9,44,21)
#091F0E
(9,31,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #09944D

#09944D
(9,148,77)
#1F9D5D
(31,157,93)
#35A66D
(53,166,109)
#4BAF7D
(75,175,125)
#61B88D
(97,184,141)
#77C19D
(119,193,157)
#8DCAAD
(141,202,173)
#A3D3BD
(163,211,189)
#B9DCCD
(185,220,205)
#CFE5DD
(207,229,221)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09944D color. Also use rgb(9,148,77) instead hex code.

Text Font Color

.myTextColor { color: #09944D; }

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

This text font color is #09944D.


Background Color

.myBgColor { background-color: #09944D; }

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

This div background color is #09944D.


Border color

.myBorderColor { border: 1px solid #09944D; }

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

This div border color is #09944D.


Opacity

.myOpacity80 { color: #09944D; opacity: 0.8; }

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

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

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

This text has shadow with #09944D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09944D on black background.


Color preview on white background

This text has color #09944D on white background.



Black color preview on #09944D background

This text has black color on #09944D background.


White color preview on #09944D background

This text has white color on #09944D background.