COLOR #246A60

HEX: #246A60
RGB: (36,106,96)

Color info

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

RGB color model

#246A60 color RGB value is (36,106,96).

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

RGB channels and saturation

R 36 of 255 = 14%
G 106 of 255 = 42%
B 96 of 255 = 38%

36
106
96

R + G + B ~ 31%. #246A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 106 + 96 = 238 (100%)
R 36 of 238 ~ 15.13%
G 106 of 238 ~ 44.54%
B 96 of 238 ~ 40.34%

%15.13
%44.54
%40.34

CMYK color model

#246A60 color CMYK value is (66,0,9,58).

  • cyan value is 66.04%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 58.43%
CMYK:
(66,0,9,58)
C66M0Y9K58 
(66%,0%,9%,58%)
(0.66/0.00/0.09/0.58)	

CMYK percentages

%66.04
%0
%9.43
%58.43

Codes

Color #246A60 in popluar color models

246A60
RGB3610696
HSL171°49.30%27.84%
HSB/HSV171°66.04%41.57%
CMYK66.04%0.00%9.43%
58.43%

Color #246A60 in popluar number systems.

HEX246A60
Decimal3610696
Binary10010011010101100000
Octal44152140

Shades and tints

Shades of #246A60

#246A60
(36,106,96)
#216158
(33,97,88)
#1E5850
(30,88,80)
#1B4F48
(27,79,72)
#184640
(24,70,64)
#153D38
(21,61,56)
#123430
(18,52,48)
#0F2B28
(15,43,40)
#0C2220
(12,34,32)
#091918
(9,25,24)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #246A60

#246A60
(36,106,96)
#37776E
(55,119,110)
#4A847C
(74,132,124)
#5D918A
(93,145,138)
#709E98
(112,158,152)
#83ABA6
(131,171,166)
#96B8B4
(150,184,180)
#A9C5C2
(169,197,194)
#BCD2D0
(188,210,208)
#CFDFDE
(207,223,222)
#E2ECEC
(226,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246A60; }

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

This text font color is #246A60.


Background Color

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

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

This div background color is #246A60.


Border color

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

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

This div border color is #246A60.


Opacity

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

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

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

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

This text has shadow with #246A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246A60 on black background.


Color preview on white background

This text has color #246A60 on white background.



Black color preview on #246A60 background

This text has black color on #246A60 background.


White color preview on #246A60 background

This text has white color on #246A60 background.