COLOR #05213D

HEX: #05213D
RGB: (5,33,61)

Color info

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

RGB color model

#05213D color RGB value is (5,33,61).

  • red value is 5;
  • green value is 33;
  • blue value is 61.
RGB:
(5,33,61)
(2%,13%,24%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 61 of 255 = 24%

5
33
61

R + G + B ~ 13%. #05213D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 61 = 99 (100%)
R 5 of 99 ~ 5.05%
G 33 of 99 ~ 33.33%
B 61 of 99 ~ 61.62%

%33.33
%61.62

CMYK color model

#05213D color CMYK value is (92,46,0,76).

  • cyan value is 91.80%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(92,46,0,76)
C92M46Y0K76 
(92%,46%,0%,76%)
(0.92/0.46/0.00/0.76)	

CMYK percentages

%91.8
%45.9
%0
%76.08

Codes

Color #05213D in popluar color models

05213D
RGB53361
HSL210°84.85%12.94%
HSB/HSV210°91.80%23.92%
CMYK91.80%45.90%0.00%
76.08%

Color #05213D in popluar number systems.

HEX05213D
Decimal53361
Binary101100001111101
Octal54175

Shades and tints

Shades of #05213D

#05213D
(5,33,61)
#051E38
(5,30,56)
#051B33
(5,27,51)
#05182E
(5,24,46)
#051529
(5,21,41)
#051224
(5,18,36)
#050F1F
(5,15,31)
#050C1A
(5,12,26)
#050915
(5,9,21)
#050610
(5,6,16)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #05213D

#05213D
(5,33,61)
#1B354E
(27,53,78)
#31495F
(49,73,95)
#475D70
(71,93,112)
#5D7181
(93,113,129)
#738592
(115,133,146)
#8999A3
(137,153,163)
#9FADB4
(159,173,180)
#B5C1C5
(181,193,197)
#CBD5D6
(203,213,214)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05213D color. Also use rgb(5,33,61) instead hex code.

Text Font Color

.myTextColor { color: #05213D; }

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

This text font color is #05213D.


Background Color

.myBgColor { background-color: #05213D; }

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

This div background color is #05213D.


Border color

.myBorderColor { border: 1px solid #05213D; }

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

This div border color is #05213D.


Opacity

.myOpacity80 { color: #05213D; opacity: 0.8; }

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

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

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

This text has shadow with #05213D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05213D on black background.


Color preview on white background

This text has color #05213D on white background.



Black color preview on #05213D background

This text has black color on #05213D background.


White color preview on #05213D background

This text has white color on #05213D background.