Color Hex Logo

#535502 Color Hex

#535502
(83,85,2)
0 Favorites   0 Comments

Color spaces of #535502

RGB 83852
HSL0.170.950.17
HSV61°98°33°
CMYK 0.020.000.98   0.67
XYZ6.82678.34041.3075
Yxy8.34040.41440.5063
Hunter Lab28.8798-8.345117.5315
CIE-Lab34.6820-10.617641.5836

#535502 color RGB value is (83,85,2).

#535502 hex color red value is 83, green value is 85 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #535502 hue: 0.17 , saturation: 0.95 and the lightness value of 535502 is 0.17.

The process color (four color CMYK) of #535502 color hex is 0.02, 0.00, 0.98, 0.67. Web safe color of #535502 is #666600. Color #535502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010101 00000010
Octal 123 125 2
Decimal 83 85 2
Hex 53 55 2

RGB Percentages of Color #535502

%48.82
%50.00
%1.18

CMYK Percentages of Color #535502

%2
%0
%98
%67

Triadic Colors of #535502

#535502 #025355 #550253

Analogous Colors of #535502

#535502 #2a5502 #552d02

Monochromatic Colors of #535502

#535502

Complementary Color

#535502 #040255

#535502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535502 Color CSS Codes

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

#535502 Text Font Color

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

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


#535502 Background Color

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

This div background color is #535502


#535502 Border Color

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

This div border color is #535502


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,85,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 #535502">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535502


Comments

No comments written yet.

Please login to write comment.