COLOR #246B49

HEX: #246B49
RGB: (36,107,73)

Color info

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

RGB color model

#246B49 color RGB value is (36,107,73).

  • red value is 36;
  • green value is 107;
  • blue value is 73.
RGB:
(36,107,73)
(14%,42%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 107 of 255 = 42%
B 73 of 255 = 29%

36
107
73

R + G + B ~ 28%. #246B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 107 + 73 = 216 (100%)
R 36 of 216 ~ 16.67%
G 107 of 216 ~ 49.54%
B 73 of 216 ~ 33.8%

%16.67
%49.54
%33.8

CMYK color model

#246B49 color CMYK value is (66,0,32,58).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(66,0,32,58)
C66M0Y32K58 
(66%,0%,32%,58%)
(0.66/0.00/0.32/0.58)	

CMYK percentages

%66.36
%0
%31.78
%58.04

Codes

Color #246B49 in popluar color models

246B49
RGB3610773
HSL151°49.65%28.04%
HSB/HSV151°66.36%41.96%
CMYK66.36%0.00%31.78%
58.04%

Color #246B49 in popluar number systems.

HEX246B49
Decimal3610773
Binary10010011010111001001
Octal44153111

Shades and tints

Shades of #246B49

#246B49
(36,107,73)
#216243
(33,98,67)
#1E593D
(30,89,61)
#1B5037
(27,80,55)
#184731
(24,71,49)
#153E2B
(21,62,43)
#123525
(18,53,37)
#0F2C1F
(15,44,31)
#0C2319
(12,35,25)
#091A13
(9,26,19)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #246B49

#246B49
(36,107,73)
#377859
(55,120,89)
#4A8569
(74,133,105)
#5D9279
(93,146,121)
#709F89
(112,159,137)
#83AC99
(131,172,153)
#96B9A9
(150,185,169)
#A9C6B9
(169,198,185)
#BCD3C9
(188,211,201)
#CFE0D9
(207,224,217)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246B49 color. Also use rgb(36,107,73) instead hex code.

Text Font Color

.myTextColor { color: #246B49; }

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

This text font color is #246B49.


Background Color

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

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

This div background color is #246B49.


Border color

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

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

This div border color is #246B49.


Opacity

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

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

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

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

This text has shadow with #246B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246B49 on black background.


Color preview on white background

This text has color #246B49 on white background.



Black color preview on #246B49 background

This text has black color on #246B49 background.


White color preview on #246B49 background

This text has white color on #246B49 background.