COLOR #246870

HEX: #246870
RGB: (36,104,112)

Color info

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

RGB color model

#246870 color RGB value is (36,104,112).

  • red value is 36;
  • green value is 104;
  • blue value is 112.
RGB:
(36,104,112)
(14%,41%,44%)

RGB channels and saturation

R 36 of 255 = 14%
G 104 of 255 = 41%
B 112 of 255 = 44%

36
104
112

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

Portions of RGB colors in percentages

R + G + B =
36 + 104 + 112 = 252 (100%)
R 36 of 252 ~ 14.29%
G 104 of 252 ~ 41.27%
B 112 of 252 ~ 44.44%

%14.29
%41.27
%44.44

CMYK color model

#246870 color CMYK value is (68,7,0,56).

  • cyan value is 67.86%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(68,7,0,56)
C68M7Y0K56 
(68%,7%,0%,56%)
(0.68/0.07/0.00/0.56)	

CMYK percentages

%67.86
%7.14
%0
%56.08

Codes

Color #246870 in popluar color models

246870
RGB36104112
HSL186°51.35%29.02%
HSB/HSV186°67.86%43.92%
CMYK67.86%7.14%0.00%
56.08%

Color #246870 in popluar number systems.

HEX246870
Decimal36104112
Binary10010011010001110000
Octal44150160

Shades and tints

Shades of #246870

#246870
(36,104,112)
#215F66
(33,95,102)
#1E565C
(30,86,92)
#1B4D52
(27,77,82)
#184448
(24,68,72)
#153B3E
(21,59,62)
#123234
(18,50,52)
#0F292A
(15,41,42)
#0C2020
(12,32,32)
#091716
(9,23,22)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #246870

#246870
(36,104,112)
#37757D
(55,117,125)
#4A828A
(74,130,138)
#5D8F97
(93,143,151)
#709CA4
(112,156,164)
#83A9B1
(131,169,177)
#96B6BE
(150,182,190)
#A9C3CB
(169,195,203)
#BCD0D8
(188,208,216)
#CFDDE5
(207,221,229)
#E2EAF2
(226,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246870 color. Also use rgb(36,104,112) instead hex code.

Text Font Color

.myTextColor { color: #246870; }

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

This text font color is #246870.


Background Color

.myBgColor { background-color: #246870; }

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

This div background color is #246870.


Border color

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

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

This div border color is #246870.


Opacity

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

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

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

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

This text has shadow with #246870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246870 on black background.


Color preview on white background

This text has color #246870 on white background.



Black color preview on #246870 background

This text has black color on #246870 background.


White color preview on #246870 background

This text has white color on #246870 background.