COLOR #053E43

HEX: #053E43
RGB: (5,62,67)

Color info

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

RGB color model

#053E43 color RGB value is (5,62,67).

  • red value is 5;
  • green value is 62;
  • blue value is 67.
RGB:
(5,62,67)
(2%,24%,26%)

RGB channels and saturation

R 5 of 255 = 2%
G 62 of 255 = 24%
B 67 of 255 = 26%

5
62
67

R + G + B ~ 17%. #053E43 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 62 + 67 = 134 (100%)
R 5 of 134 ~ 3.73%
G 62 of 134 ~ 46.27%
B 67 of 134 ~ 50%

%46.27
%50

CMYK color model

#053E43 color CMYK value is (93,7,0,74).

  • cyan value is 92.54%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(93,7,0,74)
C93M7Y0K74 
(93%,7%,0%,74%)
(0.93/0.07/0.00/0.74)	

CMYK percentages

%92.54
%7.46
%0
%73.73

Codes

Color #053E43 in popluar color models

053E43
RGB56267
HSL185°86.11%14.12%
HSB/HSV185°92.54%26.27%
CMYK92.54%7.46%0.00%
73.73%

Color #053E43 in popluar number systems.

HEX053E43
Decimal56267
Binary1011111101000011
Octal576103

Shades and tints

Shades of #053E43

#053E43
(5,62,67)
#05393D
(5,57,61)
#053437
(5,52,55)
#052F31
(5,47,49)
#052A2B
(5,42,43)
#052525
(5,37,37)
#05201F
(5,32,31)
#051B19
(5,27,25)
#051613
(5,22,19)
#05110D
(5,17,13)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #053E43

#053E43
(5,62,67)
#1B4F54
(27,79,84)
#316065
(49,96,101)
#477176
(71,113,118)
#5D8287
(93,130,135)
#739398
(115,147,152)
#89A4A9
(137,164,169)
#9FB5BA
(159,181,186)
#B5C6CB
(181,198,203)
#CBD7DC
(203,215,220)
#E1E8ED
(225,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053E43; }

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

This text font color is #053E43.


Background Color

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

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

This div background color is #053E43.


Border color

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

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

This div border color is #053E43.


Opacity

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

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

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

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

This text has shadow with #053E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053E43 on black background.


Color preview on white background

This text has color #053E43 on white background.



Black color preview on #053E43 background

This text has black color on #053E43 background.


White color preview on #053E43 background

This text has white color on #053E43 background.