COLOR #053340

HEX: #053340
RGB: (5,51,64)

Color info

#053340 contains red, green and blue colors in about the same proportion. Web safe color of #053340 is #003333 (or #033).

RGB color model

#053340 color RGB value is (5,51,64).

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

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 64 of 255 = 25%

5
51
64

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

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 64 = 120 (100%)
R 5 of 120 ~ 4.17%
G 51 of 120 ~ 42.5%
B 64 of 120 ~ 53.33%

%42.5
%53.33

CMYK color model

#053340 color CMYK value is (92,20,0,75).

  • cyan value is 92.19%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(92,20,0,75)
C92M20Y0K75 
(92%,20%,0%,75%)
(0.92/0.20/0.00/0.75)	

CMYK percentages

%92.19
%20.31
%0
%74.9

Codes

Color #053340 in popluar color models

053340
RGB55164
HSL193°85.51%13.53%
HSB/HSV193°92.19%25.10%
CMYK92.19%20.31%0.00%
74.90%

Color #053340 in popluar number systems.

HEX053340
Decimal55164
Binary1011100111000000
Octal563100

Shades and tints

Shades of #053340

#053340
(5,51,64)
#052F3B
(5,47,59)
#052B36
(5,43,54)
#052731
(5,39,49)
#05232C
(5,35,44)
#051F27
(5,31,39)
#051B22
(5,27,34)
#05171D
(5,23,29)
#051318
(5,19,24)
#050F13
(5,15,19)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #053340

#053340
(5,51,64)
#1B4551
(27,69,81)
#315762
(49,87,98)
#476973
(71,105,115)
#5D7B84
(93,123,132)
#738D95
(115,141,149)
#899FA6
(137,159,166)
#9FB1B7
(159,177,183)
#B5C3C8
(181,195,200)
#CBD5D9
(203,213,217)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053340; }

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

This text font color is #053340.


Background Color

.myBgColor { background-color: #053340; }

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

This div background color is #053340.


Border color

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

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

This div border color is #053340.


Opacity

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

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

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

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

This text has shadow with #053340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053340 on black background.


Color preview on white background

This text has color #053340 on white background.



Black color preview on #053340 background

This text has black color on #053340 background.


White color preview on #053340 background

This text has white color on #053340 background.