COLOR #053343

HEX: #053343
RGB: (5,51,67)

Color info

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

RGB color model

#053343 color RGB value is (5,51,67).

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

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 67 of 255 = 26%

5
51
67

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

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 67 = 123 (100%)
R 5 of 123 ~ 4.07%
G 51 of 123 ~ 41.46%
B 67 of 123 ~ 54.47%

%41.46
%54.47

CMYK color model

#053343 color CMYK value is (93,24,0,74).

  • cyan value is 92.54%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(93,24,0,74)
C93M24Y0K74 
(93%,24%,0%,74%)
(0.93/0.24/0.00/0.74)	

CMYK percentages

%92.54
%23.88
%0
%73.73

Codes

Color #053343 in popluar color models

053343
RGB55167
HSL195°86.11%14.12%
HSB/HSV195°92.54%26.27%
CMYK92.54%23.88%0.00%
73.73%

Color #053343 in popluar number systems.

HEX053343
Decimal55167
Binary1011100111000011
Octal563103

Shades and tints

Shades of #053343

#053343
(5,51,67)
#052F3D
(5,47,61)
#052B37
(5,43,55)
#052731
(5,39,49)
#05232B
(5,35,43)
#051F25
(5,31,37)
#051B1F
(5,27,31)
#051719
(5,23,25)
#051313
(5,19,19)
#050F0D
(5,15,13)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #053343

#053343
(5,51,67)
#1B4554
(27,69,84)
#315765
(49,87,101)
#476976
(71,105,118)
#5D7B87
(93,123,135)
#738D98
(115,141,152)
#899FA9
(137,159,169)
#9FB1BA
(159,177,186)
#B5C3CB
(181,195,203)
#CBD5DC
(203,213,220)
#E1E7ED
(225,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053343; }

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

This text font color is #053343.


Background Color

.myBgColor { background-color: #053343; }

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

This div background color is #053343.


Border color

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

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

This div border color is #053343.


Opacity

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

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

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

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

This text has shadow with #053343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053343 on black background.


Color preview on white background

This text has color #053343 on white background.



Black color preview on #053343 background

This text has black color on #053343 background.


White color preview on #053343 background

This text has white color on #053343 background.