COLOR #246A10

HEX: #246A10
RGB: (36,106,16)

Color info

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

RGB color model

#246A10 color RGB value is (36,106,16).

  • red value is 36;
  • green value is 106;
  • blue value is 16.
RGB:
(36,106,16)
(14%,42%,6%)

RGB channels and saturation

R 36 of 255 = 14%
G 106 of 255 = 42%
B 16 of 255 = 6%

36
106
16

R + G + B ~ 21%. #246A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 106 + 16 = 158 (100%)
R 36 of 158 ~ 22.78%
G 106 of 158 ~ 67.09%
B 16 of 158 ~ 10.13%

%22.78
%67.09
%10.13

CMYK color model

#246A10 color CMYK value is (66,0,85,58).

  • cyan value is 66.04%
  • magenta value is 0.00%
  • yellow value is 84.91%
  • key color value is 58.43%
CMYK:
(66,0,85,58)
C66M0Y85K58 
(66%,0%,85%,58%)
(0.66/0.00/0.85/0.58)	

CMYK percentages

%66.04
%0
%84.91
%58.43

Codes

Color #246A10 in popluar color models

246A10
RGB3610616
HSL107°73.77%23.92%
HSB/HSV107°84.91%41.57%
CMYK66.04%0.00%84.91%
58.43%

Color #246A10 in popluar number systems.

HEX246A10
Decimal3610616
Binary100100110101010000
Octal4415220

Shades and tints

Shades of #246A10

#246A10
(36,106,16)
#21610F
(33,97,15)
#1E580E
(30,88,14)
#1B4F0D
(27,79,13)
#18460C
(24,70,12)
#153D0B
(21,61,11)
#12340A
(18,52,10)
#0F2B09
(15,43,9)
#0C2208
(12,34,8)
#091907
(9,25,7)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #246A10

#246A10
(36,106,16)
#377725
(55,119,37)
#4A843A
(74,132,58)
#5D914F
(93,145,79)
#709E64
(112,158,100)
#83AB79
(131,171,121)
#96B88E
(150,184,142)
#A9C5A3
(169,197,163)
#BCD2B8
(188,210,184)
#CFDFCD
(207,223,205)
#E2ECE2
(226,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246A10 color. Also use rgb(36,106,16) instead hex code.

Text Font Color

.myTextColor { color: #246A10; }

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

This text font color is #246A10.


Background Color

.myBgColor { background-color: #246A10; }

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

This div background color is #246A10.


Border color

.myBorderColor { border: 1px solid #246A10; }

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

This div border color is #246A10.


Opacity

.myOpacity80 { color: #246A10; opacity: 0.8; }

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

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

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

This text has shadow with #246A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246A10 on black background.


Color preview on white background

This text has color #246A10 on white background.



Black color preview on #246A10 background

This text has black color on #246A10 background.


White color preview on #246A10 background

This text has white color on #246A10 background.