Color Hex Logo

#052013 Color Hex

#052013
(5,32,19)
0 Favorites   0 Comments

Color spaces of #052013

RGB 53219
HSL0.420.730.07
HSV151°84°13°
CMYK 0.840.000.41   0.87
XYZ0.69661.11230.7941
Yxy1.11230.26760.4273
Hunter Lab10.5466-6.66662.9184
CIE-Lab9.8940-14.11095.7002

#052013 color RGB value is (5,32,19).

#052013 hex color red value is 5, green value is 32 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #052013 hue: 0.42 , saturation: 0.73 and the lightness value of 052013 is 0.07.

The process color (four color CMYK) of #052013 color hex is 0.84, 0.00, 0.41, 0.87. Web safe color of #052013 is #003300. Color #052013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 00010011
Octal 5 40 23
Decimal 5 32 19
Hex 5 20 13

RGB Percentages of Color #052013

%8.93
%57.14
%33.93

CMYK Percentages of Color #052013

%84
%0
%41
%87

Triadic Colors of #052013

#052013 #130520 #201305

Analogous Colors of #052013

#052013 #052020 #052006

Monochromatic Colors of #052013

#052013

Complementary Color

#052013 #200512

#052013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052013 Color CSS Codes

.mybgcolor {background-color:#052013; } 
.myforecolor {color:#052013; }
.mybordercolor {border:3px solid #052013; }

#052013 Text Font Color

<p style="color:#052013">Text here</p>

This sample text font color is #052013
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#052013 Background Color

<div style="background-color:#052013">
Div content here</div>

This div background color is #052013


#052013 Border Color

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

This div border color is #052013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,32,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052013;
  -webkit-box-shadow: 1px 1px 3px 2px #052013;
  box-shadow:         1px 1px 3px 2px #052013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,32,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #052013">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #052013;
  -webkit-box-shadow: 1px 1px 3px 2px #052013;
  box-shadow:         1px 1px 3px 2px #052013;">
Div content here</div>

This div box has shadow with color #052013


Comments

No comments written yet.

Please login to write comment.