Color Hex Logo

#052d03 Color Hex

#052D03
(5,45,3)
0 Favorites   0 Comments

Color spaces of #052d03

RGB 5453
HSL0.330.880.09
HSV117°93°18°
CMYK 0.890.000.93   0.82
XYZ1.01741.91560.4023
Yxy1.91560.30500.5743
Hunter Lab13.8405-11.09967.9650
CIE-Lab15.0379-23.591120.1732

#052d03 color RGB value is (5,45,3).

#052d03 hex color red value is 5, green value is 45 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #052d03 hue: 0.33 , saturation: 0.88 and the lightness value of 052d03 is 0.09.

The process color (four color CMYK) of #052d03 color hex is 0.89, 0.00, 0.93, 0.82. Web safe color of #052d03 is #003300. Color #052d03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101101 00000011
Octal 5 55 3
Decimal 5 45 3
Hex 5 2D 3

RGB Percentages of Color #052d03

%9.43
%84.91
%5.66

CMYK Percentages of Color #052d03

%89
%0
%93
%82

Triadic Colors of #052d03

#052d03 #03052d #2d0305

Analogous Colors of #052d03

#052d03 #032d16 #1a2d03

Monochromatic Colors of #052d03

#052d03

Complementary Color

#052d03 #2b032d

#052d03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052d03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052d03 Color CSS Codes

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

#052d03 Text Font Color

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

This sample text font color is #052d03
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.


#052d03 Background Color

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

This div background color is #052d03


#052d03 Border Color

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

This div border color is #052d03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052d03


Comments

No comments written yet.

Please login to write comment.