COLOR #053D4C

HEX: #053D4C
RGB: (5,61,76)

Color info

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

RGB color model

#053D4C color RGB value is (5,61,76).

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

RGB channels and saturation

R 5 of 255 = 2%
G 61 of 255 = 24%
B 76 of 255 = 30%

5
61
76

R + G + B ~ 19%. #053D4C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 61 + 76 = 142 (100%)
R 5 of 142 ~ 3.52%
G 61 of 142 ~ 42.96%
B 76 of 142 ~ 53.52%

%42.96
%53.52

CMYK color model

#053D4C color CMYK value is (93,20,0,70).

  • cyan value is 93.42%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(93,20,0,70)
C93M20Y0K70 
(93%,20%,0%,70%)
(0.93/0.20/0.00/0.70)	

CMYK percentages

%93.42
%19.74
%0
%70.2

Codes

Color #053D4C in popluar color models

053D4C
RGB56176
HSL193°87.65%15.88%
HSB/HSV193°93.42%29.80%
CMYK93.42%19.74%0.00%
70.20%

Color #053D4C in popluar number systems.

HEX053D4C
Decimal56176
Binary1011111011001100
Octal575114

Shades and tints

Shades of #053D4C

#053D4C
(5,61,76)
#053846
(5,56,70)
#053340
(5,51,64)
#052E3A
(5,46,58)
#052934
(5,41,52)
#05242E
(5,36,46)
#051F28
(5,31,40)
#051A22
(5,26,34)
#05151C
(5,21,28)
#051016
(5,16,22)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #053D4C

#053D4C
(5,61,76)
#1B4E5C
(27,78,92)
#315F6C
(49,95,108)
#47707C
(71,112,124)
#5D818C
(93,129,140)
#73929C
(115,146,156)
#89A3AC
(137,163,172)
#9FB4BC
(159,180,188)
#B5C5CC
(181,197,204)
#CBD6DC
(203,214,220)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053D4C; }

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

This text font color is #053D4C.


Background Color

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

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

This div background color is #053D4C.


Border color

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

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

This div border color is #053D4C.


Opacity

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

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

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

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

This text has shadow with #053D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053D4C on black background.


Color preview on white background

This text has color #053D4C on white background.



Black color preview on #053D4C background

This text has black color on #053D4C background.


White color preview on #053D4C background

This text has white color on #053D4C background.