COLOR #053140

HEX: #053140
RGB: (5,49,64)

Color info

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

RGB color model

#053140 color RGB value is (5,49,64).

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

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 64 of 255 = 25%

5
49
64

R + G + B ~ 15%. #053140 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 64 = 118 (100%)
R 5 of 118 ~ 4.24%
G 49 of 118 ~ 41.53%
B 64 of 118 ~ 54.24%

%41.53
%54.24

CMYK color model

#053140 color CMYK value is (92,23,0,75).

  • cyan value is 92.19%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(92,23,0,75)
C92M23Y0K75 
(92%,23%,0%,75%)
(0.92/0.23/0.00/0.75)	

CMYK percentages

%92.19
%23.44
%0
%74.9

Codes

Color #053140 in popluar color models

053140
RGB54964
HSL195°85.51%13.53%
HSB/HSV195°92.19%25.10%
CMYK92.19%23.44%0.00%
74.90%

Color #053140 in popluar number systems.

HEX053140
Decimal54964
Binary1011100011000000
Octal561100

Shades and tints

Shades of #053140

#053140
(5,49,64)
#052D3B
(5,45,59)
#052936
(5,41,54)
#052531
(5,37,49)
#05212C
(5,33,44)
#051D27
(5,29,39)
#051922
(5,25,34)
#05151D
(5,21,29)
#051118
(5,17,24)
#050D13
(5,13,19)
#05090E
(5,9,14)
#000000
(0,0,0)

Tints of #053140

#053140
(5,49,64)
#1B4351
(27,67,81)
#315562
(49,85,98)
#476773
(71,103,115)
#5D7984
(93,121,132)
#738B95
(115,139,149)
#899DA6
(137,157,166)
#9FAFB7
(159,175,183)
#B5C1C8
(181,193,200)
#CBD3D9
(203,211,217)
#E1E5EA
(225,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053140; }

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

This text font color is #053140.


Background Color

.myBgColor { background-color: #053140; }

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

This div background color is #053140.


Border color

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

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

This div border color is #053140.


Opacity

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

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

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

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

This text has shadow with #053140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053140 on black background.


Color preview on white background

This text has color #053140 on white background.



Black color preview on #053140 background

This text has black color on #053140 background.


White color preview on #053140 background

This text has white color on #053140 background.