COLOR #053D4B

HEX: #053D4B
RGB: (5,61,75)

Color info

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

RGB color model

#053D4B color RGB value is (5,61,75).

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

RGB channels and saturation

R 5 of 255 = 2%
G 61 of 255 = 24%
B 75 of 255 = 29%

5
61
75

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

Portions of RGB colors in percentages

R + G + B =
5 + 61 + 75 = 141 (100%)
R 5 of 141 ~ 3.55%
G 61 of 141 ~ 43.26%
B 75 of 141 ~ 53.19%

%43.26
%53.19

CMYK color model

#053D4B color CMYK value is (93,19,0,71).

  • cyan value is 93.33%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(93,19,0,71)
C93M19Y0K71 
(93%,19%,0%,71%)
(0.93/0.19/0.00/0.71)	

CMYK percentages

%93.33
%18.67
%0
%70.59

Codes

Color #053D4B in popluar color models

053D4B
RGB56175
HSL192°87.50%15.69%
HSB/HSV192°93.33%29.41%
CMYK93.33%18.67%0.00%
70.59%

Color #053D4B in popluar number systems.

HEX053D4B
Decimal56175
Binary1011111011001011
Octal575113

Shades and tints

Shades of #053D4B

#053D4B
(5,61,75)
#053845
(5,56,69)
#05333F
(5,51,63)
#052E39
(5,46,57)
#052933
(5,41,51)
#05242D
(5,36,45)
#051F27
(5,31,39)
#051A21
(5,26,33)
#05151B
(5,21,27)
#051015
(5,16,21)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #053D4B

#053D4B
(5,61,75)
#1B4E5B
(27,78,91)
#315F6B
(49,95,107)
#47707B
(71,112,123)
#5D818B
(93,129,139)
#73929B
(115,146,155)
#89A3AB
(137,163,171)
#9FB4BB
(159,180,187)
#B5C5CB
(181,197,203)
#CBD6DB
(203,214,219)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053D4B; }

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

This text font color is #053D4B.


Background Color

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

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

This div background color is #053D4B.


Border color

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

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

This div border color is #053D4B.


Opacity

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

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

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

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

This text has shadow with #053D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053D4B on black background.


Color preview on white background

This text has color #053D4B on white background.



Black color preview on #053D4B background

This text has black color on #053D4B background.


White color preview on #053D4B background

This text has white color on #053D4B background.