Color Hex Logo

#525307 Color Hex

#525307
(82,83,7)
0 Favorites   0 Comments

Color spaces of #525307

RGB 82837
HSL0.170.840.18
HSV61°92°33°
CMYK 0.010.000.92   0.67
XYZ6.61137.99571.3959
Yxy7.99570.41310.4996
Hunter Lab28.2767-7.749516.8668
CIE-Lab33.9739-9.775039.3531

#525307 color RGB value is (82,83,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 00000111
Octal 122 123 7
Decimal 82 83 7
Hex 52 53 7

RGB Percentages of Color #525307

%47.67
%48.26
%4.07

CMYK Percentages of Color #525307

%1
%0
%92
%67

Triadic Colors of #525307

#525307 #075253 #530752

Analogous Colors of #525307

#525307 #2c5307 #532e07

Monochromatic Colors of #525307

#525307

Complementary Color

#525307 #080753

#525307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525307 Color CSS Codes

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

#525307 Text Font Color

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

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


#525307 Background Color

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

This div background color is #525307


#525307 Border Color

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

This div border color is #525307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525307


Comments

No comments written yet.

Please login to write comment.