COLOR #246E7A

HEX: #246E7A RGB: (36,110,122)

Color info

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

RGB color model

#246E7A color RGB value is (36,110,122).

RGB: (36,110,122) (14%, 43%, 48%)

RGB channels and saturation

R 36 of 255 = 14%
G 110 of 255 = 43%
B 122 of 255 = 48%

36
110
122

R + G + B ~ 35%. #246E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 110 + 122 = 268 (100%)
R 36 of 268 ~ 13.43%
G 110 of 268 ~ 41.04%
B 122 of 268 ~ 45.52'%

%13.43
%41.04
%45.52

CMYK color model

#246E7A color CMYK value is (70,10,0,52).

  • cyan value is 70.49%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (70,10,0,52)
C70M10Y0K52 (70%, 10%, 0%, 52%)
(0.70 / 0.10 / 0.00 / 0.52)

CMYK percentages

%70.49
%9.84
%0
%52.16

Codes

Color #246E7A in popluar color models

24 6E 7A
RGB 36 110 122
HSL 188° 54.43% 30.98%
HSB/HSV 188° 70.49% 47.84%
CMYK 70.49% 9.84% 0.00%
52.16%

Color #246E7A in popluar number systems.

HEX 24 6E 7A
Decimal 36 110 122
Binary 100100 1101110 1111010
Octal 44 156 172

Shades and tints

Shades of #246E7A

#246E7A
(36,110,122)
#21646F
(33,100,111)
#1E5A64
(30,90,100)
#1B5059
(27,80,89)
#18464E
(24,70,78)
#153C43
(21,60,67)
#123238
(18,50,56)
#0F282D
(15,40,45)
#0C1E22
(12,30,34)
#091417
(9,20,23)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #246E7A

#246E7A
(36,110,122)
#377B86
(55,123,134)
#4A8892
(74,136,146)
#5D959E
(93,149,158)
#70A2AA
(112,162,170)
#83AFB6
(131,175,182)
#96BCC2
(150,188,194)
#A9C9CE
(169,201,206)
#BCD6DA
(188,214,218)
#CFE3E6
(207,227,230)
#E2F0F2
(226,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246E7A; }

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

This text font color is #246E7A.

Background Color

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

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

This div background color is #246E7A.

Border color

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

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

This div border color is #246E7A.

Opacity

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

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

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

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

This text has shadow with #246E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #246E7A.

Preview

Color preview on black background

This text has color #246E7A on black background.


Color preview on white background

This text has color #246E7A on white background.


Black color preview on #246E7A background

This text has black color on #246E7A background.


White color preview on #246E7A background

This text has white color on #246E7A background.


Related colors

Complementary color

Complementary color for #hex is #DB9185.


I love getcolorcode.com

Triadic colors

1 #7A246E and #6E7A24 with #246E7A are triadic colors.

2 #7A6E24 and #6E247A with #246E7A are triadic colors.