COLOR #053E4C

HEX: #053E4C RGB: (5,62,76)

Color info

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

RGB color model

#053E4C color RGB value is (5,62,76).

RGB: (5,62,76) (2%, 24%, 30%)

RGB channels and saturation

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

5
62
76

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

Portions of RGB colors in percentages

R + G + B = 5 + 62 + 76 = 143 (100%)
R 5 of 143 ~ 3.5%
G 62 of 143 ~ 43.36%
B 76 of 143 ~ 53.15'%

%43.36
%53.15

CMYK color model

#053E4C color CMYK value is (93,18,0,70).

  • cyan value is 93.42%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (93,18,0,70)
C93M18Y0K70 (93%, 18%, 0%, 70%)
(0.93 / 0.18 / 0.00 / 0.70)

CMYK percentages

%93.42
%18.42
%0
%70.2

Codes

Color #053E4C in popluar color models

05 3E 4C
RGB 5 62 76
HSL 192° 87.65% 15.88%
HSB/HSV 192° 93.42% 29.80%
CMYK 93.42% 18.42% 0.00%
70.20%

Color #053E4C in popluar number systems.

HEX 05 3E 4C
Decimal 5 62 76
Binary 101 111110 1001100
Octal 5 76 114

Shades and tints

Shades of #053E4C

#053E4C
(5,62,76)
#053946
(5,57,70)
#053440
(5,52,64)
#052F3A
(5,47,58)
#052A34
(5,42,52)
#05252E
(5,37,46)
#052028
(5,32,40)
#051B22
(5,27,34)
#05161C
(5,22,28)
#051116
(5,17,22)
#050C10
(5,12,16)
#000000
(0,0,0)

Tints of #053E4C

#053E4C
(5,62,76)
#1B4F5C
(27,79,92)
#31606C
(49,96,108)
#47717C
(71,113,124)
#5D828C
(93,130,140)
#73939C
(115,147,156)
#89A4AC
(137,164,172)
#9FB5BC
(159,181,188)
#B5C6CC
(181,198,204)
#CBD7DC
(203,215,220)
#E1E8EC
(225,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053E4C; }

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

This text font color is #053E4C.

Background Color

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

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

This div background color is #053E4C.

Border color

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

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

This div border color is #053E4C.

Opacity

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

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

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

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

This text has shadow with #053E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053E4C.

Preview

Color preview on black background

This text has color #053E4C on black background.


Color preview on white background

This text has color #053E4C on white background.


Black color preview on #053E4C background

This text has black color on #053E4C background.


White color preview on #053E4C background

This text has white color on #053E4C background.


Related colors

Complementary color

Complementary color for #hex is #FAC1B3.


I love getcolorcode.com

Triadic colors

1 #4C053E and #3E4C05 with #053E4C are triadic colors.

2 #4C3E05 and #3E054C with #053E4C are triadic colors.