COLOR #246C34

HEX: #246C34
RGB: (36,108,52)

Color info

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

RGB color model

#246C34 color RGB value is (36,108,52).

  • red value is 36;
  • green value is 108;
  • blue value is 52.
RGB:
(36,108,52)
(14%,42%,20%)

RGB channels and saturation

R 36 of 255 = 14%
G 108 of 255 = 42%
B 52 of 255 = 20%

36
108
52

R + G + B ~ 25%. #246C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 108 + 52 = 196 (100%)
R 36 of 196 ~ 18.37%
G 108 of 196 ~ 55.1%
B 52 of 196 ~ 26.53%

%18.37
%55.1
%26.53

CMYK color model

#246C34 color CMYK value is (67,0,52,58).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 57.65%
CMYK:
(67,0,52,58)
C67M0Y52K58 
(67%,0%,52%,58%)
(0.67/0.00/0.52/0.58)	

CMYK percentages

%66.67
%0
%51.85
%57.65

Codes

Color #246C34 in popluar color models

246C34
RGB3610852
HSL133°50.00%28.24%
HSB/HSV133°66.67%42.35%
CMYK66.67%0.00%51.85%
57.65%

Color #246C34 in popluar number systems.

HEX246C34
Decimal3610852
Binary1001001101100110100
Octal4415464

Shades and tints

Shades of #246C34

#246C34
(36,108,52)
#216330
(33,99,48)
#1E5A2C
(30,90,44)
#1B5128
(27,81,40)
#184824
(24,72,36)
#153F20
(21,63,32)
#12361C
(18,54,28)
#0F2D18
(15,45,24)
#0C2414
(12,36,20)
#091B10
(9,27,16)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #246C34

#246C34
(36,108,52)
#377946
(55,121,70)
#4A8658
(74,134,88)
#5D936A
(93,147,106)
#70A07C
(112,160,124)
#83AD8E
(131,173,142)
#96BAA0
(150,186,160)
#A9C7B2
(169,199,178)
#BCD4C4
(188,212,196)
#CFE1D6
(207,225,214)
#E2EEE8
(226,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246C34 color. Also use rgb(36,108,52) instead hex code.

Text Font Color

.myTextColor { color: #246C34; }

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

This text font color is #246C34.


Background Color

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

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

This div background color is #246C34.


Border color

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

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

This div border color is #246C34.


Opacity

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

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

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

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

This text has shadow with #246C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246C34 on black background.


Color preview on white background

This text has color #246C34 on white background.



Black color preview on #246C34 background

This text has black color on #246C34 background.


White color preview on #246C34 background

This text has white color on #246C34 background.