COLOR #246366

HEX: #246366
RGB: (36,99,102)

Color info

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

RGB color model

#246366 color RGB value is (36,99,102).

  • red value is 36;
  • green value is 99;
  • blue value is 102.
RGB:
(36,99,102)
(14%,39%,40%)

RGB channels and saturation

R 36 of 255 = 14%
G 99 of 255 = 39%
B 102 of 255 = 40%

36
99
102

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

Portions of RGB colors in percentages

R + G + B =
36 + 99 + 102 = 237 (100%)
R 36 of 237 ~ 15.19%
G 99 of 237 ~ 41.77%
B 102 of 237 ~ 43.04%

%15.19
%41.77
%43.04

CMYK color model

#246366 color CMYK value is (65,3,0,60).

  • cyan value is 64.71%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(65,3,0,60)
C65M3Y0K60 
(65%,3%,0%,60%)
(0.65/0.03/0.00/0.60)	

CMYK percentages

%64.71
%2.94
%0
%60

Codes

Color #246366 in popluar color models

246366
RGB3699102
HSL183°47.83%27.06%
HSB/HSV183°64.71%40.00%
CMYK64.71%2.94%0.00%
60.00%

Color #246366 in popluar number systems.

HEX246366
Decimal3699102
Binary10010011000111100110
Octal44143146

Shades and tints

Shades of #246366

#246366
(36,99,102)
#215A5D
(33,90,93)
#1E5154
(30,81,84)
#1B484B
(27,72,75)
#183F42
(24,63,66)
#153639
(21,54,57)
#122D30
(18,45,48)
#0F2427
(15,36,39)
#0C1B1E
(12,27,30)
#091215
(9,18,21)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #246366

#246366
(36,99,102)
#377173
(55,113,115)
#4A7F80
(74,127,128)
#5D8D8D
(93,141,141)
#709B9A
(112,155,154)
#83A9A7
(131,169,167)
#96B7B4
(150,183,180)
#A9C5C1
(169,197,193)
#BCD3CE
(188,211,206)
#CFE1DB
(207,225,219)
#E2EFE8
(226,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246366; }

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

This text font color is #246366.


Background Color

.myBgColor { background-color: #246366; }

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

This div background color is #246366.


Border color

.myBorderColor { border: 1px solid #246366; }

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

This div border color is #246366.


Opacity

.myOpacity80 { color: #246366; opacity: 0.8; }

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

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

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

This text has shadow with #246366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246366 on black background.


Color preview on white background

This text has color #246366 on white background.



Black color preview on #246366 background

This text has black color on #246366 background.


White color preview on #246366 background

This text has white color on #246366 background.