COLOR #246276

HEX: #246276
RGB: (36,98,118)

Color info

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

RGB color model

#246276 color RGB value is (36,98,118).

  • red value is 36;
  • green value is 98;
  • blue value is 118.
RGB:
(36,98,118)
(14%,38%,46%)

RGB channels and saturation

R 36 of 255 = 14%
G 98 of 255 = 38%
B 118 of 255 = 46%

36
98
118

R + G + B ~ 33%. #246276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 98 + 118 = 252 (100%)
R 36 of 252 ~ 14.29%
G 98 of 252 ~ 38.89%
B 118 of 252 ~ 46.83%

%14.29
%38.89
%46.83

CMYK color model

#246276 color CMYK value is (69,17,0,54).

  • cyan value is 69.49%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(69,17,0,54)
C69M17Y0K54 
(69%,17%,0%,54%)
(0.69/0.17/0.00/0.54)	

CMYK percentages

%69.49
%16.95
%0
%53.73

Codes

Color #246276 in popluar color models

246276
RGB3698118
HSL195°53.25%30.20%
HSB/HSV195°69.49%46.27%
CMYK69.49%16.95%0.00%
53.73%

Color #246276 in popluar number systems.

HEX246276
Decimal3698118
Binary10010011000101110110
Octal44142166

Shades and tints

Shades of #246276

#246276
(36,98,118)
#215A6C
(33,90,108)
#1E5262
(30,82,98)
#1B4A58
(27,74,88)
#18424E
(24,66,78)
#153A44
(21,58,68)
#12323A
(18,50,58)
#0F2A30
(15,42,48)
#0C2226
(12,34,38)
#091A1C
(9,26,28)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #246276

#246276
(36,98,118)
#377082
(55,112,130)
#4A7E8E
(74,126,142)
#5D8C9A
(93,140,154)
#709AA6
(112,154,166)
#83A8B2
(131,168,178)
#96B6BE
(150,182,190)
#A9C4CA
(169,196,202)
#BCD2D6
(188,210,214)
#CFE0E2
(207,224,226)
#E2EEEE
(226,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246276 color. Also use rgb(36,98,118) instead hex code.

Text Font Color

.myTextColor { color: #246276; }

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

This text font color is #246276.


Background Color

.myBgColor { background-color: #246276; }

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

This div background color is #246276.


Border color

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

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

This div border color is #246276.


Opacity

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

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

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

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

This text has shadow with #246276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246276 on black background.


Color preview on white background

This text has color #246276 on white background.



Black color preview on #246276 background

This text has black color on #246276 background.


White color preview on #246276 background

This text has white color on #246276 background.