COLOR #246300

HEX: #246300
RGB: (36,99,0)

Color info

#246300 contains mainly green color. Web safe color of #246300 is #336600 (or #360).

RGB color model

#246300 color RGB value is (36,99,0).

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

RGB channels and saturation

R 36 of 255 = 14%
G 99 of 255 = 39%
B 0 of 255 = 0%

36
99
0

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

Portions of RGB colors in percentages

R + G + B =
36 + 99 + 0 = 135 (100%)
R 36 of 135 ~ 26.67%
G 99 of 135 ~ 73.33%
B 0 of 135 ~ 0%

%26.67
%73.33

CMYK color model

#246300 color CMYK value is (64,0,100,61).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.18%
CMYK:
(64,0,100,61)
C64M0Y100K61 
(64%,0%,100%,61%)
(0.64/0.00/1.00/0.61)	

CMYK percentages

%63.64
%0
%100
%61.18

Codes

Color #246300 in popluar color models

246300
RGB36990
HSL98°100.00%19.41%
HSB/HSV98°100.00%38.82%
CMYK63.64%0.00%100.00%
61.18%

Color #246300 in popluar number systems.

HEX246300
Decimal36990
Binary10010011000110
Octal441430

Shades and tints

Shades of #246300

#246300
(36,99,0)
#215A00
(33,90,0)
#1E5100
(30,81,0)
#1B4800
(27,72,0)
#183F00
(24,63,0)
#153600
(21,54,0)
#122D00
(18,45,0)
#0F2400
(15,36,0)
#0C1B00
(12,27,0)
#091200
(9,18,0)
#060900
(6,9,0)
#000000
(0,0,0)

Tints of #246300

#246300
(36,99,0)
#377117
(55,113,23)
#4A7F2E
(74,127,46)
#5D8D45
(93,141,69)
#709B5C
(112,155,92)
#83A973
(131,169,115)
#96B78A
(150,183,138)
#A9C5A1
(169,197,161)
#BCD3B8
(188,211,184)
#CFE1CF
(207,225,207)
#E2EFE6
(226,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246300; }

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

This text font color is #246300.


Background Color

.myBgColor { background-color: #246300; }

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

This div background color is #246300.


Border color

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

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

This div border color is #246300.


Opacity

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

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

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

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

This text has shadow with #246300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246300 on black background.


Color preview on white background

This text has color #246300 on white background.



Black color preview on #246300 background

This text has black color on #246300 background.


White color preview on #246300 background

This text has white color on #246300 background.