COLOR #246D6D

HEX: #246D6D
RGB: (36,109,109)

Color info

#246D6D contains mainly green and blue colors. Web safe color of #246D6D is #336666 (or #366).

RGB color model

#246D6D color RGB value is (36,109,109).

  • red value is 36;
  • green value is 109;
  • blue value is 109.
RGB:
(36,109,109)
(14%,43%,43%)

RGB channels and saturation

R 36 of 255 = 14%
G 109 of 255 = 43%
B 109 of 255 = 43%

36
109
109

R + G + B ~ 33%. #246D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 109 + 109 = 254 (100%)
R 36 of 254 ~ 14.17%
G 109 of 254 ~ 42.91%
B 109 of 254 ~ 42.91%

%14.17
%42.91
%42.91

CMYK color model

#246D6D color CMYK value is (67,0,0,57).

  • cyan value is 66.97%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(67,0,0,57)
C67M0Y0K57 
(67%,0%,0%,57%)
(0.67/0.00/0.00/0.57)	

CMYK percentages

%66.97
%0
%0
%57.25

Codes

Color #246D6D in popluar color models

246D6D
RGB36109109
HSL180°50.34%28.43%
HSB/HSV180°66.97%42.75%
CMYK66.97%0.00%0.00%
57.25%

Color #246D6D in popluar number systems.

HEX246D6D
Decimal36109109
Binary10010011011011101101
Octal44155155

Shades and tints

Shades of #246D6D

#246D6D
(36,109,109)
#216464
(33,100,100)
#1E5B5B
(30,91,91)
#1B5252
(27,82,82)
#184949
(24,73,73)
#154040
(21,64,64)
#123737
(18,55,55)
#0F2E2E
(15,46,46)
#0C2525
(12,37,37)
#091C1C
(9,28,28)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #246D6D

#246D6D
(36,109,109)
#377A7A
(55,122,122)
#4A8787
(74,135,135)
#5D9494
(93,148,148)
#70A1A1
(112,161,161)
#83AEAE
(131,174,174)
#96BBBB
(150,187,187)
#A9C8C8
(169,200,200)
#BCD5D5
(188,213,213)
#CFE2E2
(207,226,226)
#E2EFEF
(226,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246D6D; }

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

This text font color is #246D6D.


Background Color

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

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

This div background color is #246D6D.


Border color

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

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

This div border color is #246D6D.


Opacity

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

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

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

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

This text has shadow with #246D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246D6D on black background.


Color preview on white background

This text has color #246D6D on white background.



Black color preview on #246D6D background

This text has black color on #246D6D background.


White color preview on #246D6D background

This text has white color on #246D6D background.