COLOR #052113

HEX: #052113
RGB: (5,33,19)

Color info

#052113 contains red, green and blue colors in about the same proportion. Web safe color of #052113 is #003300 (or #030).

RGB color model

#052113 color RGB value is (5,33,19).

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

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 19 of 255 = 7%

5
33
19

R + G + B ~ 7%. #052113 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 19 = 57 (100%)
R 5 of 57 ~ 8.77%
G 33 of 57 ~ 57.89%
B 19 of 57 ~ 33.33%

%57.89
%33.33

CMYK color model

#052113 color CMYK value is (85,0,42,87).

  • cyan value is 84.85%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(85,0,42,87)
C85M0Y42K87 
(85%,0%,42%,87%)
(0.85/0.00/0.42/0.87)	

CMYK percentages

%84.85
%0
%42.42
%87.06

Codes

Color #052113 in popluar color models

052113
RGB53319
HSL150°73.68%7.45%
HSB/HSV150°84.85%12.94%
CMYK84.85%0.00%42.42%
87.06%

Color #052113 in popluar number systems.

HEX052113
Decimal53319
Binary10110000110011
Octal54123

Shades and tints

Shades of #052113

#052113
(5,33,19)
#051E12
(5,30,18)
#051B11
(5,27,17)
#051810
(5,24,16)
#05150F
(5,21,15)
#05120E
(5,18,14)
#050F0D
(5,15,13)
#050C0C
(5,12,12)
#05090B
(5,9,11)
#05060A
(5,6,10)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #052113

#052113
(5,33,19)
#1B3528
(27,53,40)
#31493D
(49,73,61)
#475D52
(71,93,82)
#5D7167
(93,113,103)
#73857C
(115,133,124)
#899991
(137,153,145)
#9FADA6
(159,173,166)
#B5C1BB
(181,193,187)
#CBD5D0
(203,213,208)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052113; }

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

This text font color is #052113.


Background Color

.myBgColor { background-color: #052113; }

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

This div background color is #052113.


Border color

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

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

This div border color is #052113.


Opacity

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

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

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

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

This text has shadow with #052113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052113 on black background.


Color preview on white background

This text has color #052113 on white background.



Black color preview on #052113 background

This text has black color on #052113 background.


White color preview on #052113 background

This text has white color on #052113 background.