COLOR #246320

HEX: #246320
RGB: (36,99,32)

Color info

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

RGB color model

#246320 color RGB value is (36,99,32).

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

RGB channels and saturation

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

36
99
32

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

Portions of RGB colors in percentages

R + G + B =
36 + 99 + 32 = 167 (100%)
R 36 of 167 ~ 21.56%
G 99 of 167 ~ 59.28%
B 32 of 167 ~ 19.16%

%21.56
%59.28
%19.16

CMYK color model

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

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

CMYK percentages

%63.64
%0
%67.68
%61.18

Codes

Color #246320 in popluar color models

246320
RGB369932
HSL116°51.15%25.69%
HSB/HSV116°67.68%38.82%
CMYK63.64%0.00%67.68%
61.18%

Color #246320 in popluar number systems.

HEX246320
Decimal369932
Binary1001001100011100000
Octal4414340

Shades and tints

Shades of #246320

#246320
(36,99,32)
#215A1E
(33,90,30)
#1E511C
(30,81,28)
#1B481A
(27,72,26)
#183F18
(24,63,24)
#153616
(21,54,22)
#122D14
(18,45,20)
#0F2412
(15,36,18)
#0C1B10
(12,27,16)
#09120E
(9,18,14)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #246320

#246320
(36,99,32)
#377134
(55,113,52)
#4A7F48
(74,127,72)
#5D8D5C
(93,141,92)
#709B70
(112,155,112)
#83A984
(131,169,132)
#96B798
(150,183,152)
#A9C5AC
(169,197,172)
#BCD3C0
(188,211,192)
#CFE1D4
(207,225,212)
#E2EFE8
(226,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246320; }

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

This text font color is #246320.


Background Color

.myBgColor { background-color: #246320; }

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

This div background color is #246320.


Border color

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

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

This div border color is #246320.


Opacity

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

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

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

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

This text has shadow with #246320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246320 on black background.


Color preview on white background

This text has color #246320 on white background.



Black color preview on #246320 background

This text has black color on #246320 background.


White color preview on #246320 background

This text has white color on #246320 background.