COLOR #246420

HEX: #246420
RGB: (36,100,32)

Color info

#246420 contains mainly green color. Web safe color of #246420 is #336633 (or #363).

RGB color model

#246420 color RGB value is (36,100,32).

  • red value is 36;
  • green value is 100;
  • blue value is 32.
RGB:
(36,100,32)
(14%,39%,13%)

RGB channels and saturation

R 36 of 255 = 14%
G 100 of 255 = 39%
B 32 of 255 = 13%

36
100
32

R + G + B ~ 22%. #246420 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 100 + 32 = 168 (100%)
R 36 of 168 ~ 21.43%
G 100 of 168 ~ 59.52%
B 32 of 168 ~ 19.05%

%21.43
%59.52
%19.05

CMYK color model

#246420 color CMYK value is (64,0,68,61).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 60.78%
CMYK:
(64,0,68,61)
C64M0Y68K61 
(64%,0%,68%,61%)
(0.64/0.00/0.68/0.61)	

CMYK percentages

%64
%0
%68
%60.78

Codes

Color #246420 in popluar color models

246420
RGB3610032
HSL116°51.52%25.88%
HSB/HSV116°68.00%39.22%
CMYK64.00%0.00%68.00%
60.78%

Color #246420 in popluar number systems.

HEX246420
Decimal3610032
Binary1001001100100100000
Octal4414440

Shades and tints

Shades of #246420

#246420
(36,100,32)
#215B1E
(33,91,30)
#1E521C
(30,82,28)
#1B491A
(27,73,26)
#184018
(24,64,24)
#153716
(21,55,22)
#122E14
(18,46,20)
#0F2512
(15,37,18)
#0C1C10
(12,28,16)
#09130E
(9,19,14)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #246420

#246420
(36,100,32)
#377234
(55,114,52)
#4A8048
(74,128,72)
#5D8E5C
(93,142,92)
#709C70
(112,156,112)
#83AA84
(131,170,132)
#96B898
(150,184,152)
#A9C6AC
(169,198,172)
#BCD4C0
(188,212,192)
#CFE2D4
(207,226,212)
#E2F0E8
(226,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246420 color. Also use rgb(36,100,32) instead hex code.

Text Font Color

.myTextColor { color: #246420; }

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

This text font color is #246420.


Background Color

.myBgColor { background-color: #246420; }

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

This div background color is #246420.


Border color

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

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

This div border color is #246420.


Opacity

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

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

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

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

This text has shadow with #246420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246420 on black background.


Color preview on white background

This text has color #246420 on white background.



Black color preview on #246420 background

This text has black color on #246420 background.


White color preview on #246420 background

This text has white color on #246420 background.