COLOR #052613

HEX: #052613
RGB: (5,38,19)

Color info

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

RGB color model

#052613 color RGB value is (5,38,19).

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

RGB channels and saturation

R 5 of 255 = 2%
G 38 of 255 = 15%
B 19 of 255 = 7%

5
38
19

R + G + B ~ 8%. #052613 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 38 + 19 = 62 (100%)
R 5 of 62 ~ 8.06%
G 38 of 62 ~ 61.29%
B 19 of 62 ~ 30.65%

%61.29
%30.65

CMYK color model

#052613 color CMYK value is (87,0,50,85).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 85.10%
CMYK:
(87,0,50,85)
C87M0Y50K85 
(87%,0%,50%,85%)
(0.87/0.00/0.50/0.85)	

CMYK percentages

%86.84
%0
%50
%85.1

Codes

Color #052613 in popluar color models

052613
RGB53819
HSL145°76.74%8.43%
HSB/HSV145°86.84%14.90%
CMYK86.84%0.00%50.00%
85.10%

Color #052613 in popluar number systems.

HEX052613
Decimal53819
Binary10110011010011
Octal54623

Shades and tints

Shades of #052613

#052613
(5,38,19)
#052312
(5,35,18)
#052011
(5,32,17)
#051D10
(5,29,16)
#051A0F
(5,26,15)
#05170E
(5,23,14)
#05140D
(5,20,13)
#05110C
(5,17,12)
#050E0B
(5,14,11)
#050B0A
(5,11,10)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #052613

#052613
(5,38,19)
#1B3928
(27,57,40)
#314C3D
(49,76,61)
#475F52
(71,95,82)
#5D7267
(93,114,103)
#73857C
(115,133,124)
#899891
(137,152,145)
#9FABA6
(159,171,166)
#B5BEBB
(181,190,187)
#CBD1D0
(203,209,208)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052613; }

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

This text font color is #052613.


Background Color

.myBgColor { background-color: #052613; }

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

This div background color is #052613.


Border color

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

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

This div border color is #052613.


Opacity

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

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

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

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

This text has shadow with #052613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052613 on black background.


Color preview on white background

This text has color #052613 on white background.



Black color preview on #052613 background

This text has black color on #052613 background.


White color preview on #052613 background

This text has white color on #052613 background.