COLOR #246B63

HEX: #246B63 RGB: (36,107,99)

Color info

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

RGB color model

#246B63 color RGB value is (36,107,99).

RGB: (36,107,99) (14%, 42%, 39%)

RGB channels and saturation

R 36 of 255 = 14%
G 107 of 255 = 42%
B 99 of 255 = 39%

36
107
99

R + G + B ~ 32%. #246B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 107 + 99 = 242 (100%)
R 36 of 242 ~ 14.88%
G 107 of 242 ~ 44.21%
B 99 of 242 ~ 40.91'%

%14.88
%44.21
%40.91

CMYK color model

#246B63 color CMYK value is (66,0,7,58).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%

CMYK: (66,0,7,58)
C66M0Y7K58 (66%, 0%, 7%, 58%)
(0.66 / 0.00 / 0.07 / 0.58)

CMYK percentages

%66.36
%0
%7.48
%58.04

Codes

Color #246B63 in popluar color models

24 6B 63
RGB 36 107 99
HSL 173° 49.65% 28.04%
HSB/HSV 173° 66.36% 41.96%
CMYK 66.36% 0.00% 7.48%
58.04%

Color #246B63 in popluar number systems.

HEX 24 6B 63
Decimal 36 107 99
Binary 100100 1101011 1100011
Octal 44 153 143

Shades and tints

Shades of #246B63

#246B63
(36,107,99)
#21625A
(33,98,90)
#1E5951
(30,89,81)
#1B5048
(27,80,72)
#18473F
(24,71,63)
#153E36
(21,62,54)
#12352D
(18,53,45)
#0F2C24
(15,44,36)
#0C231B
(12,35,27)
#091A12
(9,26,18)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #246B63

#246B63
(36,107,99)
#377871
(55,120,113)
#4A857F
(74,133,127)
#5D928D
(93,146,141)
#709F9B
(112,159,155)
#83ACA9
(131,172,169)
#96B9B7
(150,185,183)
#A9C6C5
(169,198,197)
#BCD3D3
(188,211,211)
#CFE0E1
(207,224,225)
#E2EDEF
(226,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246B63; }

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

This text font color is #246B63.

Background Color

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

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

This div background color is #246B63.

Border color

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

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

This div border color is #246B63.

Opacity

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

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

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

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

This text has shadow with #246B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #246B63.

Preview

Color preview on black background

This text has color #246B63 on black background.


Color preview on white background

This text has color #246B63 on white background.


Black color preview on #246B63 background

This text has black color on #246B63 background.


White color preview on #246B63 background

This text has white color on #246B63 background.


Related colors

Complementary color

Complementary color for #hex is #DB949C.


I love getcolorcode.com

Triadic colors

1 #63246B and #6B6324 with #246B63 are triadic colors.

2 #636B24 and #6B2463 with #246B63 are triadic colors.