Color Hex Logo

#053402 Color Hex

#053402
(5,52,2)
0 Favorites   0 Comments

Color spaces of #053402

RGB 5522
HSL0.320.930.11
HSV116°96°20°
CMYK 0.900.000.96   0.80
XYZ1.30152.49260.4700
Yxy2.49260.30520.5846
Hunter Lab15.7880-12.91419.2865
CIE-Lab17.8851-26.436124.1138

#053402 color RGB value is (5,52,2).

#053402 hex color red value is 5, green value is 52 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #053402 hue: 0.32 , saturation: 0.93 and the lightness value of 053402 is 0.11.

The process color (four color CMYK) of #053402 color hex is 0.90, 0.00, 0.96, 0.80. Web safe color of #053402 is #003300. Color #053402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110100 00000010
Octal 5 64 2
Decimal 5 52 2
Hex 5 34 2

RGB Percentages of Color #053402

%8.47
%88.14
%3.39

CMYK Percentages of Color #053402

%90
%0
%96
%80

Triadic Colors of #053402

#053402 #020534 #340205

Analogous Colors of #053402

#053402 #023418 #1e3402

Monochromatic Colors of #053402

#053402

Complementary Color

#053402 #310234

#053402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053402 Color CSS Codes

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

#053402 Text Font Color

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

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


#053402 Background Color

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

This div background color is #053402


#053402 Border Color

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

This div border color is #053402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053402


Comments

No comments written yet.

Please login to write comment.