COLOR #053045

HEX: #053045
RGB: (5,48,69)

Color info

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

RGB color model

#053045 color RGB value is (5,48,69).

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

RGB channels and saturation

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

5
48
69

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

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 69 = 122 (100%)
R 5 of 122 ~ 4.1%
G 48 of 122 ~ 39.34%
B 69 of 122 ~ 56.56%

%39.34
%56.56

CMYK color model

#053045 color CMYK value is (93,30,0,73).

  • cyan value is 92.75%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(93,30,0,73)
C93M30Y0K73 
(93%,30%,0%,73%)
(0.93/0.30/0.00/0.73)	

CMYK percentages

%92.75
%30.43
%0
%72.94

Codes

Color #053045 in popluar color models

053045
RGB54869
HSL200°86.49%14.51%
HSB/HSV200°92.75%27.06%
CMYK92.75%30.43%0.00%
72.94%

Color #053045 in popluar number systems.

HEX053045
Decimal54869
Binary1011100001000101
Octal560105

Shades and tints

Shades of #053045

#053045
(5,48,69)
#052C3F
(5,44,63)
#052839
(5,40,57)
#052433
(5,36,51)
#05202D
(5,32,45)
#051C27
(5,28,39)
#051821
(5,24,33)
#05141B
(5,20,27)
#051015
(5,16,21)
#050C0F
(5,12,15)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #053045

#053045
(5,48,69)
#1B4255
(27,66,85)
#315465
(49,84,101)
#476675
(71,102,117)
#5D7885
(93,120,133)
#738A95
(115,138,149)
#899CA5
(137,156,165)
#9FAEB5
(159,174,181)
#B5C0C5
(181,192,197)
#CBD2D5
(203,210,213)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053045; }

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

This text font color is #053045.


Background Color

.myBgColor { background-color: #053045; }

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

This div background color is #053045.


Border color

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

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

This div border color is #053045.


Opacity

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

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

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

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

This text has shadow with #053045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053045 on black background.


Color preview on white background

This text has color #053045 on white background.



Black color preview on #053045 background

This text has black color on #053045 background.


White color preview on #053045 background

This text has white color on #053045 background.