COLOR #246126

HEX: #246126
RGB: (36,97,38)

Color info

#246126 contains mainly green and blue colors. Web safe color of #246126 is #336633 (or #363).

RGB color model

#246126 color RGB value is (36,97,38).

  • red value is 36;
  • green value is 97;
  • blue value is 38.
RGB:
(36,97,38)
(14%,38%,15%)

RGB channels and saturation

R 36 of 255 = 14%
G 97 of 255 = 38%
B 38 of 255 = 15%

36
97
38

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

Portions of RGB colors in percentages

R + G + B =
36 + 97 + 38 = 171 (100%)
R 36 of 171 ~ 21.05%
G 97 of 171 ~ 56.73%
B 38 of 171 ~ 22.22%

%21.05
%56.73
%22.22

CMYK color model

#246126 color CMYK value is (63,0,61,62).

  • cyan value is 62.89%
  • magenta value is 0.00%
  • yellow value is 60.82%
  • key color value is 61.96%
CMYK:
(63,0,61,62)
C63M0Y61K62 
(63%,0%,61%,62%)
(0.63/0.00/0.61/0.62)	

CMYK percentages

%62.89
%0
%60.82
%61.96

Codes

Color #246126 in popluar color models

246126
RGB369738
HSL122°45.86%26.08%
HSB/HSV122°62.89%38.04%
CMYK62.89%0.00%60.82%
61.96%

Color #246126 in popluar number systems.

HEX246126
Decimal369738
Binary1001001100001100110
Octal4414146

Shades and tints

Shades of #246126

#246126
(36,97,38)
#215923
(33,89,35)
#1E5120
(30,81,32)
#1B491D
(27,73,29)
#18411A
(24,65,26)
#153917
(21,57,23)
#123114
(18,49,20)
#0F2911
(15,41,17)
#0C210E
(12,33,14)
#09190B
(9,25,11)
#061108
(6,17,8)
#000000
(0,0,0)

Tints of #246126

#246126
(36,97,38)
#376F39
(55,111,57)
#4A7D4C
(74,125,76)
#5D8B5F
(93,139,95)
#709972
(112,153,114)
#83A785
(131,167,133)
#96B598
(150,181,152)
#A9C3AB
(169,195,171)
#BCD1BE
(188,209,190)
#CFDFD1
(207,223,209)
#E2EDE4
(226,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246126 color. Also use rgb(36,97,38) instead hex code.

Text Font Color

.myTextColor { color: #246126; }

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

This text font color is #246126.


Background Color

.myBgColor { background-color: #246126; }

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

This div background color is #246126.


Border color

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

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

This div border color is #246126.


Opacity

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

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

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

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

This text has shadow with #246126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246126 on black background.


Color preview on white background

This text has color #246126 on white background.



Black color preview on #246126 background

This text has black color on #246126 background.


White color preview on #246126 background

This text has white color on #246126 background.