COLOR #053046

HEX: #053046
RGB: (5,48,70)

Color info

#053046 contains mainly green and blue colors. Web safe color of #053046 is #003333 (or #033).

RGB color model

#053046 color RGB value is (5,48,70).

  • red value is 5;
  • green value is 48;
  • blue value is 70.
RGB:
(5,48,70)
(2%,19%,27%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 70 of 255 = 27%

5
48
70

R + G + B ~ 16%. #053046 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 70 = 123 (100%)
R 5 of 123 ~ 4.07%
G 48 of 123 ~ 39.02%
B 70 of 123 ~ 56.91%

%39.02
%56.91

CMYK color model

#053046 color CMYK value is (93,31,0,73).

  • cyan value is 92.86%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(93,31,0,73)
C93M31Y0K73 
(93%,31%,0%,73%)
(0.93/0.31/0.00/0.73)	

CMYK percentages

%92.86
%31.43
%0
%72.55

Codes

Color #053046 in popluar color models

053046
RGB54870
HSL200°86.67%14.71%
HSB/HSV200°92.86%27.45%
CMYK92.86%31.43%0.00%
72.55%

Color #053046 in popluar number systems.

HEX053046
Decimal54870
Binary1011100001000110
Octal560106

Shades and tints

Shades of #053046

#053046
(5,48,70)
#052C40
(5,44,64)
#05283A
(5,40,58)
#052434
(5,36,52)
#05202E
(5,32,46)
#051C28
(5,28,40)
#051822
(5,24,34)
#05141C
(5,20,28)
#051016
(5,16,22)
#050C10
(5,12,16)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #053046

#053046
(5,48,70)
#1B4256
(27,66,86)
#315466
(49,84,102)
#476676
(71,102,118)
#5D7886
(93,120,134)
#738A96
(115,138,150)
#899CA6
(137,156,166)
#9FAEB6
(159,174,182)
#B5C0C6
(181,192,198)
#CBD2D6
(203,210,214)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053046 color. Also use rgb(5,48,70) instead hex code.

Text Font Color

.myTextColor { color: #053046; }

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

This text font color is #053046.


Background Color

.myBgColor { background-color: #053046; }

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

This div background color is #053046.


Border color

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

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

This div border color is #053046.


Opacity

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

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

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

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

This text has shadow with #053046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053046 on black background.


Color preview on white background

This text has color #053046 on white background.



Black color preview on #053046 background

This text has black color on #053046 background.


White color preview on #053046 background

This text has white color on #053046 background.