COLOR #246073

HEX: #246073
RGB: (36,96,115)

Color info

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

RGB color model

#246073 color RGB value is (36,96,115).

  • red value is 36;
  • green value is 96;
  • blue value is 115.
RGB:
(36,96,115)
(14%,38%,45%)

RGB channels and saturation

R 36 of 255 = 14%
G 96 of 255 = 38%
B 115 of 255 = 45%

36
96
115

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

Portions of RGB colors in percentages

R + G + B =
36 + 96 + 115 = 247 (100%)
R 36 of 247 ~ 14.57%
G 96 of 247 ~ 38.87%
B 115 of 247 ~ 46.56%

%14.57
%38.87
%46.56

CMYK color model

#246073 color CMYK value is (69,17,0,55).

  • cyan value is 68.70%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(69,17,0,55)
C69M17Y0K55 
(69%,17%,0%,55%)
(0.69/0.17/0.00/0.55)	

CMYK percentages

%68.7
%16.52
%0
%54.9

Codes

Color #246073 in popluar color models

246073
RGB3696115
HSL194°52.32%29.61%
HSB/HSV194°68.70%45.10%
CMYK68.70%16.52%0.00%
54.90%

Color #246073 in popluar number systems.

HEX246073
Decimal3696115
Binary10010011000001110011
Octal44140163

Shades and tints

Shades of #246073

#246073
(36,96,115)
#215869
(33,88,105)
#1E505F
(30,80,95)
#1B4855
(27,72,85)
#18404B
(24,64,75)
#153841
(21,56,65)
#123037
(18,48,55)
#0F282D
(15,40,45)
#0C2023
(12,32,35)
#091819
(9,24,25)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #246073

#246073
(36,96,115)
#376E7F
(55,110,127)
#4A7C8B
(74,124,139)
#5D8A97
(93,138,151)
#7098A3
(112,152,163)
#83A6AF
(131,166,175)
#96B4BB
(150,180,187)
#A9C2C7
(169,194,199)
#BCD0D3
(188,208,211)
#CFDEDF
(207,222,223)
#E2ECEB
(226,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246073 color. Also use rgb(36,96,115) instead hex code.

Text Font Color

.myTextColor { color: #246073; }

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

This text font color is #246073.


Background Color

.myBgColor { background-color: #246073; }

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

This div background color is #246073.


Border color

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

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

This div border color is #246073.


Opacity

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

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

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

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

This text has shadow with #246073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246073 on black background.


Color preview on white background

This text has color #246073 on white background.



Black color preview on #246073 background

This text has black color on #246073 background.


White color preview on #246073 background

This text has white color on #246073 background.