COLOR #244A19

HEX: #244A19
RGB: (36,74,25)

Color info

#244A19 contains red, green and blue colors in about the same proportion. Web safe color of #244A19 is #333300 (or #330).

RGB color model

#244A19 color RGB value is (36,74,25).

  • red value is 36;
  • green value is 74;
  • blue value is 25.
RGB:
(36,74,25)
(14%,29%,10%)

RGB channels and saturation

R 36 of 255 = 14%
G 74 of 255 = 29%
B 25 of 255 = 10%

36
74
25

R + G + B ~ 18%. #244A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 74 + 25 = 135 (100%)
R 36 of 135 ~ 26.67%
G 74 of 135 ~ 54.81%
B 25 of 135 ~ 18.52%

%26.67
%54.81
%18.52

CMYK color model

#244A19 color CMYK value is (51,0,66,71).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 66.22%
  • key color value is 70.98%
CMYK:
(51,0,66,71)
C51M0Y66K71 
(51%,0%,66%,71%)
(0.51/0.00/0.66/0.71)	

CMYK percentages

%51.35
%0
%66.22
%70.98

Codes

Color #244A19 in popluar color models

244A19
RGB367425
HSL107°49.49%19.41%
HSB/HSV107°66.22%29.02%
CMYK51.35%0.00%66.22%
70.98%

Color #244A19 in popluar number systems.

HEX244A19
Decimal367425
Binary100100100101011001
Octal4411231

Shades and tints

Shades of #244A19

#244A19
(36,74,25)
#214417
(33,68,23)
#1E3E15
(30,62,21)
#1B3813
(27,56,19)
#183211
(24,50,17)
#152C0F
(21,44,15)
#12260D
(18,38,13)
#0F200B
(15,32,11)
#0C1A09
(12,26,9)
#091407
(9,20,7)
#060E05
(6,14,5)
#000000
(0,0,0)

Tints of #244A19

#244A19
(36,74,25)
#375A2D
(55,90,45)
#4A6A41
(74,106,65)
#5D7A55
(93,122,85)
#708A69
(112,138,105)
#839A7D
(131,154,125)
#96AA91
(150,170,145)
#A9BAA5
(169,186,165)
#BCCAB9
(188,202,185)
#CFDACD
(207,218,205)
#E2EAE1
(226,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244A19 color. Also use rgb(36,74,25) instead hex code.

Text Font Color

.myTextColor { color: #244A19; }

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

This text font color is #244A19.


Background Color

.myBgColor { background-color: #244A19; }

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

This div background color is #244A19.


Border color

.myBorderColor { border: 1px solid #244A19; }

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

This div border color is #244A19.


Opacity

.myOpacity80 { color: #244A19; opacity: 0.8; }

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

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

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

This text has shadow with #244A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244A19 on black background.


Color preview on white background

This text has color #244A19 on white background.



Black color preview on #244A19 background

This text has black color on #244A19 background.


White color preview on #244A19 background

This text has white color on #244A19 background.