COLOR #053D4D

HEX: #053D4D RGB: (5,61,77)

Color info

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

RGB color model

#053D4D color RGB value is (5,61,77).

RGB: (5,61,77) (2%, 24%, 30%)

RGB channels and saturation

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

5
61
77

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

Portions of RGB colors in percentages

R + G + B = 5 + 61 + 77 = 143 (100%)
R 5 of 143 ~ 3.5%
G 61 of 143 ~ 42.66%
B 77 of 143 ~ 53.85'%

%42.66
%53.85

CMYK color model

#053D4D color CMYK value is (94,21,0,70).

  • cyan value is 93.51%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (94,21,0,70)
C94M21Y0K70 (94%, 21%, 0%, 70%)
(0.94 / 0.21 / 0.00 / 0.70)

CMYK percentages

%93.51
%20.78
%0
%69.8

Codes

Color #053D4D in popluar color models

05 3D 4D
RGB 5 61 77
HSL 193° 87.80% 16.08%
HSB/HSV 193° 93.51% 30.20%
CMYK 93.51% 20.78% 0.00%
69.80%

Color #053D4D in popluar number systems.

HEX 05 3D 4D
Decimal 5 61 77
Binary 101 111101 1001101
Octal 5 75 115

Shades and tints

Shades of #053D4D

#053D4D
(5,61,77)
#053846
(5,56,70)
#05333F
(5,51,63)
#052E38
(5,46,56)
#052931
(5,41,49)
#05242A
(5,36,42)
#051F23
(5,31,35)
#051A1C
(5,26,28)
#051515
(5,21,21)
#05100E
(5,16,14)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #053D4D

#053D4D
(5,61,77)
#1B4E5D
(27,78,93)
#315F6D
(49,95,109)
#47707D
(71,112,125)
#5D818D
(93,129,141)
#73929D
(115,146,157)
#89A3AD
(137,163,173)
#9FB4BD
(159,180,189)
#B5C5CD
(181,197,205)
#CBD6DD
(203,214,221)
#E1E7ED
(225,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053D4D; }

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

This text font color is #053D4D.

Background Color

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

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

This div background color is #053D4D.

Border color

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

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

This div border color is #053D4D.

Opacity

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

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

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

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

This text has shadow with #053D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053D4D.

Preview

Color preview on black background

This text has color #053D4D on black background.


Color preview on white background

This text has color #053D4D on white background.


Black color preview on #053D4D background

This text has black color on #053D4D background.


White color preview on #053D4D background

This text has white color on #053D4D background.


Related colors

Complementary color

Complementary color for #hex is #FAC2B2.


I love getcolorcode.com

Triadic colors

1 #4D053D and #3D4D05 with #053D4D are triadic colors.

2 #4D3D05 and #3D054D with #053D4D are triadic colors.