COLOR #053A4C

HEX: #053A4C
RGB: (5,58,76)

Color info

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

RGB color model

#053A4C color RGB value is (5,58,76).

  • red value is 5;
  • green value is 58;
  • blue value is 76.
RGB:
(5,58,76)
(2%,23%,30%)

RGB channels and saturation

R 5 of 255 = 2%
G 58 of 255 = 23%
B 76 of 255 = 30%

5
58
76

R + G + B ~ 18%. #053A4C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 58 + 76 = 139 (100%)
R 5 of 139 ~ 3.6%
G 58 of 139 ~ 41.73%
B 76 of 139 ~ 54.68%

%41.73
%54.68

CMYK color model

#053A4C color CMYK value is (93,24,0,70).

  • cyan value is 93.42%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(93,24,0,70)
C93M24Y0K70 
(93%,24%,0%,70%)
(0.93/0.24/0.00/0.70)	

CMYK percentages

%93.42
%23.68
%0
%70.2

Codes

Color #053A4C in popluar color models

053A4C
RGB55876
HSL195°87.65%15.88%
HSB/HSV195°93.42%29.80%
CMYK93.42%23.68%0.00%
70.20%

Color #053A4C in popluar number systems.

HEX053A4C
Decimal55876
Binary1011110101001100
Octal572114

Shades and tints

Shades of #053A4C

#053A4C
(5,58,76)
#053546
(5,53,70)
#053040
(5,48,64)
#052B3A
(5,43,58)
#052634
(5,38,52)
#05212E
(5,33,46)
#051C28
(5,28,40)
#051722
(5,23,34)
#05121C
(5,18,28)
#050D16
(5,13,22)
#050810
(5,8,16)
#000000
(0,0,0)

Tints of #053A4C

#053A4C
(5,58,76)
#1B4B5C
(27,75,92)
#315C6C
(49,92,108)
#476D7C
(71,109,124)
#5D7E8C
(93,126,140)
#738F9C
(115,143,156)
#89A0AC
(137,160,172)
#9FB1BC
(159,177,188)
#B5C2CC
(181,194,204)
#CBD3DC
(203,211,220)
#E1E4EC
(225,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053A4C color. Also use rgb(5,58,76) instead hex code.

Text Font Color

.myTextColor { color: #053A4C; }

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

This text font color is #053A4C.


Background Color

.myBgColor { background-color: #053A4C; }

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

This div background color is #053A4C.


Border color

.myBorderColor { border: 1px solid #053A4C; }

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

This div border color is #053A4C.


Opacity

.myOpacity80 { color: #053A4C; opacity: 0.8; }

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

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

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

This text has shadow with #053A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053A4C on black background.


Color preview on white background

This text has color #053A4C on white background.



Black color preview on #053A4C background

This text has black color on #053A4C background.


White color preview on #053A4C background

This text has white color on #053A4C background.