COLOR #053643

HEX: #053643
RGB: (5,54,67)

Color info

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

RGB color model

#053643 color RGB value is (5,54,67).

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

RGB channels and saturation

R 5 of 255 = 2%
G 54 of 255 = 21%
B 67 of 255 = 26%

5
54
67

R + G + B ~ 16%. #053643 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 54 + 67 = 126 (100%)
R 5 of 126 ~ 3.97%
G 54 of 126 ~ 42.86%
B 67 of 126 ~ 53.17%

%42.86
%53.17

CMYK color model

#053643 color CMYK value is (93,19,0,74).

  • cyan value is 92.54%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(93,19,0,74)
C93M19Y0K74 
(93%,19%,0%,74%)
(0.93/0.19/0.00/0.74)	

CMYK percentages

%92.54
%19.4
%0
%73.73

Codes

Color #053643 in popluar color models

053643
RGB55467
HSL193°86.11%14.12%
HSB/HSV193°92.54%26.27%
CMYK92.54%19.40%0.00%
73.73%

Color #053643 in popluar number systems.

HEX053643
Decimal55467
Binary1011101101000011
Octal566103

Shades and tints

Shades of #053643

#053643
(5,54,67)
#05323D
(5,50,61)
#052E37
(5,46,55)
#052A31
(5,42,49)
#05262B
(5,38,43)
#052225
(5,34,37)
#051E1F
(5,30,31)
#051A19
(5,26,25)
#051613
(5,22,19)
#05120D
(5,18,13)
#050E07
(5,14,7)
#000000
(0,0,0)

Tints of #053643

#053643
(5,54,67)
#1B4854
(27,72,84)
#315A65
(49,90,101)
#476C76
(71,108,118)
#5D7E87
(93,126,135)
#739098
(115,144,152)
#89A2A9
(137,162,169)
#9FB4BA
(159,180,186)
#B5C6CB
(181,198,203)
#CBD8DC
(203,216,220)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053643; }

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

This text font color is #053643.


Background Color

.myBgColor { background-color: #053643; }

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

This div background color is #053643.


Border color

.myBorderColor { border: 1px solid #053643; }

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

This div border color is #053643.


Opacity

.myOpacity80 { color: #053643; opacity: 0.8; }

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

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

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

This text has shadow with #053643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053643 on black background.


Color preview on white background

This text has color #053643 on white background.



Black color preview on #053643 background

This text has black color on #053643 background.


White color preview on #053643 background

This text has white color on #053643 background.