COLOR #246D7A

HEX: #246D7A RGB: (36,109,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
109
122

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

Portions of RGB colors in percentages

R + G + B = 36 + 109 + 122 = 267 (100%)
R 36 of 267 ~ 13.48%
G 109 of 267 ~ 40.82%
B 122 of 267 ~ 45.69'%

%13.48
%40.82
%45.69

CMYK color model

#246D7A color CMYK value is (70,11,0,52).

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

CMYK: (70,11,0,52)
C70M11Y0K52 (70%, 11%, 0%, 52%)
(0.70 / 0.11 / 0.00 / 0.52)

CMYK percentages

%70.49
%10.66
%0
%52.16

Codes

Color #246D7A in popluar color models

24 6D 7A
RGB 36 109 122
HSL 189° 54.43% 30.98%
HSB/HSV 189° 70.49% 47.84%
CMYK 70.49% 10.66% 0.00%
52.16%

Color #246D7A in popluar number systems.

HEX 24 6D 7A
Decimal 36 109 122
Binary 100100 1101101 1111010
Octal 44 155 172

Shades and tints

Shades of #246D7A

#246D7A
(36,109,122)
#21646F
(33,100,111)
#1E5B64
(30,91,100)
#1B5259
(27,82,89)
#18494E
(24,73,78)
#154043
(21,64,67)
#123738
(18,55,56)
#0F2E2D
(15,46,45)
#0C2522
(12,37,34)
#091C17
(9,28,23)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #246D7A

#246D7A
(36,109,122)
#377A86
(55,122,134)
#4A8792
(74,135,146)
#5D949E
(93,148,158)
#70A1AA
(112,161,170)
#83AEB6
(131,174,182)
#96BBC2
(150,187,194)
#A9C8CE
(169,200,206)
#BCD5DA
(188,213,218)
#CFE2E6
(207,226,230)
#E2EFF2
(226,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246D7A; }

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

This text font color is #246D7A.

Background Color

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

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

This div background color is #246D7A.

Border color

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

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

This div border color is #246D7A.

Opacity

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

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

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

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

This text has shadow with #246D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #246D7A.

Preview

Color preview on black background

This text has color #246D7A on black background.


Color preview on white background

This text has color #246D7A on white background.


Black color preview on #246D7A background

This text has black color on #246D7A background.


White color preview on #246D7A background

This text has white color on #246D7A background.


Related colors

Complementary color

Complementary color for #hex is #DB9285.


I love getcolorcode.com

Triadic colors

1 #7A246D and #6D7A24 with #246D7A are triadic colors.

2 #7A6D24 and #6D247A with #246D7A are triadic colors.