Color Hex Logo

#525305 Color Hex

#525305
(82,83,5)
0 Favorites   0 Comments

Color spaces of #525305

RGB 82835
HSL0.170.890.17
HSV61°94°33°
CMYK 0.010.000.94   0.67
XYZ6.60037.99131.3382
Yxy7.99130.41430.5017
Hunter Lab28.2689-7.793916.9815
CIE-Lab33.9648-9.849639.9913

#525305 color RGB value is (82,83,5).

#525305 hex color red value is 82, green value is 83 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #525305 hue: 0.17 , saturation: 0.89 and the lightness value of 525305 is 0.17.

The process color (four color CMYK) of #525305 color hex is 0.01, 0.00, 0.94, 0.67. Web safe color of #525305 is #666600. Color #525305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 00000101
Octal 122 123 5
Decimal 82 83 5
Hex 52 53 5

RGB Percentages of Color #525305

%48.24
%48.82
%2.94

CMYK Percentages of Color #525305

%1
%0
%94
%67

Triadic Colors of #525305

#525305 #055253 #530552

Analogous Colors of #525305

#525305 #2b5305 #532d05

Monochromatic Colors of #525305

#525305

Complementary Color

#525305 #060553

#525305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525305 Color CSS Codes

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

#525305 Text Font Color

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

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


#525305 Background Color

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

This div background color is #525305


#525305 Border Color

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

This div border color is #525305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525305


Comments

No comments written yet.

Please login to write comment.