COLOR #246D6A

HEX: #246D6A
RGB: (36,109,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
109
106

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

Portions of RGB colors in percentages

R + G + B =
36 + 109 + 106 = 251 (100%)
R 36 of 251 ~ 14.34%
G 109 of 251 ~ 43.43%
B 106 of 251 ~ 42.23%

%14.34
%43.43
%42.23

CMYK color model

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

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

CMYK percentages

%66.97
%0
%2.75
%57.25

Codes

Color #246D6A in popluar color models

246D6A
RGB36109106
HSL178°50.34%28.43%
HSB/HSV178°66.97%42.75%
CMYK66.97%0.00%2.75%
57.25%

Color #246D6A in popluar number systems.

HEX246D6A
Decimal36109106
Binary10010011011011101010
Octal44155152

Shades and tints

Shades of #246D6A

#246D6A
(36,109,106)
#216461
(33,100,97)
#1E5B58
(30,91,88)
#1B524F
(27,82,79)
#184946
(24,73,70)
#15403D
(21,64,61)
#123734
(18,55,52)
#0F2E2B
(15,46,43)
#0C2522
(12,37,34)
#091C19
(9,28,25)
#061310
(6,19,16)
#000000
(0,0,0)

Tints of #246D6A

#246D6A
(36,109,106)
#377A77
(55,122,119)
#4A8784
(74,135,132)
#5D9491
(93,148,145)
#70A19E
(112,161,158)
#83AEAB
(131,174,171)
#96BBB8
(150,187,184)
#A9C8C5
(169,200,197)
#BCD5D2
(188,213,210)
#CFE2DF
(207,226,223)
#E2EFEC
(226,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246D6A; }

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

This text font color is #246D6A.


Background Color

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

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

This div background color is #246D6A.


Border color

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

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

This div border color is #246D6A.


Opacity

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

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

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

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

This text has shadow with #246D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246D6A on black background.


Color preview on white background

This text has color #246D6A on white background.



Black color preview on #246D6A background

This text has black color on #246D6A background.


White color preview on #246D6A background

This text has white color on #246D6A background.