COLOR #053D44

HEX: #053D44 RGB: (5,61,68)

Color info

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

RGB color model

#053D44 color RGB value is (5,61,68).

RGB: (5,61,68) (2%, 24%, 27%)

RGB channels and saturation

R 5 of 255 = 2%
G 61 of 255 = 24%
B 68 of 255 = 27%

5
61
68

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

Portions of RGB colors in percentages

R + G + B = 5 + 61 + 68 = 134 (100%)
R 5 of 134 ~ 3.73%
G 61 of 134 ~ 45.52%
B 68 of 134 ~ 50.75'%

%45.52
%50.75

CMYK color model

#053D44 color CMYK value is (93,10,0,73).

  • cyan value is 92.65%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (93,10,0,73)
C93M10Y0K73 (93%, 10%, 0%, 73%)
(0.93 / 0.10 / 0.00 / 0.73)

CMYK percentages

%92.65
%10.29
%0
%73.33

Codes

Color #053D44 in popluar color models

05 3D 44
RGB 5 61 68
HSL 187° 86.30% 14.31%
HSB/HSV 187° 92.65% 26.67%
CMYK 92.65% 10.29% 0.00%
73.33%

Color #053D44 in popluar number systems.

HEX 05 3D 44
Decimal 5 61 68
Binary 101 111101 1000100
Octal 5 75 104

Shades and tints

Shades of #053D44

#053D44
(5,61,68)
#05383E
(5,56,62)
#053338
(5,51,56)
#052E32
(5,46,50)
#05292C
(5,41,44)
#052426
(5,36,38)
#051F20
(5,31,32)
#051A1A
(5,26,26)
#051514
(5,21,20)
#05100E
(5,16,14)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #053D44

#053D44
(5,61,68)
#1B4E55
(27,78,85)
#315F66
(49,95,102)
#477077
(71,112,119)
#5D8188
(93,129,136)
#739299
(115,146,153)
#89A3AA
(137,163,170)
#9FB4BB
(159,180,187)
#B5C5CC
(181,197,204)
#CBD6DD
(203,214,221)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053D44; }

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

This text font color is #053D44.

Background Color

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

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

This div background color is #053D44.

Border color

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

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

This div border color is #053D44.

Opacity

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

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

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

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

This text has shadow with #053D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053D44.

Preview

Color preview on black background

This text has color #053D44 on black background.


Color preview on white background

This text has color #053D44 on white background.


Black color preview on #053D44 background

This text has black color on #053D44 background.


White color preview on #053D44 background

This text has white color on #053D44 background.


Related colors

Complementary color

Complementary color for #hex is #FAC2BB.


I love getcolorcode.com

Triadic colors

1 #44053D and #3D4405 with #053D44 are triadic colors.

2 #443D05 and #3D0544 with #053D44 are triadic colors.