COLOR #246605

HEX: #246605 RGB: (36,102,5)

Color info

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

RGB color model

#246605 color RGB value is (36,102,5).

RGB: (36,102,5) (14%, 40%, 2%)

RGB channels and saturation

R 36 of 255 = 14%
G 102 of 255 = 40%
B 5 of 255 = 2%

36
102
5

R + G + B ~ 19%. #246605 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 102 + 5 = 143 (100%)
R 36 of 143 ~ 25.17%
G 102 of 143 ~ 71.33%
B 5 of 143 ~ 3.5'%

%25.17
%71.33

CMYK color model

#246605 color CMYK value is (65,0,95,60).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 95.10%
  • key color value is 60.00%
CMYK: (65,0,95,60) C65M0Y95K60 (65%,0%,95%,60%) (0.65/0.00/0.95/0.60) 

CMYK percentages

%64.71
%0
%95.1
%60

Codes

Color #246605 in popluar color models

24 66 05
RGB 36 102 5
HSL 101° 90.65% 20.98%
HSB/HSV 101° 95.10% 40.00%
CMYK 64.71% 0.00% 95.10%
60.00%

Color #246605 in popluar number systems.

HEX 24 66 05
Decimal 36 102 5
Binary 100100 1100110 101
Octal 44 146 5

Shades and tints

Shades of #246605

#246605
(36,102,5)
#215D05
(33,93,5)
#1E5405
(30,84,5)
#1B4B05
(27,75,5)
#184205
(24,66,5)
#153905
(21,57,5)
#123005
(18,48,5)
#0F2705
(15,39,5)
#0C1E05
(12,30,5)
#091505
(9,21,5)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #246605

#246605
(36,102,5)
#37731B
(55,115,27)
#4A8031
(74,128,49)
#5D8D47
(93,141,71)
#709A5D
(112,154,93)
#83A773
(131,167,115)
#96B489
(150,180,137)
#A9C19F
(169,193,159)
#BCCEB5
(188,206,181)
#CFDBCB
(207,219,203)
#E2E8E1
(226,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246605 color. Also use rgb(36,102,5) instead hex code.

Text Font Color

.myTextColor { color: #246605; }

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

This text font color is #246605.

Background Color

.myBgColor { background-color: #246605; }

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

This div background color is #246605.

Border color

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

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

This div border color is #246605.

Opacity

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

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

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

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

This text has shadow with #246605 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #246605.

Preview

Color preview on black background

This text has color #246605 on black background.


Color preview on white background

This text has color #246605 on white background.


Black color preview on #246605 background

This text has black color on #246605 background.


White color preview on #246605 background

This text has white color on #246605 background.


Related colors

Complementary color

Complementary color for #hex is #DB99FA.


I love getcolorcode.com

Triadic colors

1 #052466 and #660524 with #246605 are triadic colors.

2 #056624 and #662405 with #246605 are triadic colors.