Color Hex Logo

#526742 Color Hex

#526742
(82,103,66)
0 Favorites   0 Comments

Color spaces of #526742

RGB 8210366
HSL0.260.220.33
HSV94°36°40°
CMYK 0.200.000.36   0.60
XYZ9.313311.88776.9579
Yxy11.88770.33070.4222
Hunter Lab34.4785-12.121312.1700
CIE-Lab41.0371-15.338418.3804

#526742 color RGB value is (82,103,66).

#526742 hex color red value is 82, green value is 103 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #526742 hue: 0.26 , saturation: 0.22 and the lightness value of 526742 is 0.33.

The process color (four color CMYK) of #526742 color hex is 0.20, 0.00, 0.36, 0.60. Web safe color of #526742 is #666633. Color #526742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 01000010
Octal 122 147 102
Decimal 82 103 66
Hex 52 67 42

RGB Percentages of Color #526742

%32.67
%41.04
%26.29

CMYK Percentages of Color #526742

%20
%0
%36
%60

Triadic Colors of #526742

#526742 #425267 #674252

Analogous Colors of #526742

#526742 #426745 #656742

Monochromatic Colors of #526742

#526742

Complementary Color

#526742 #574267

#526742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526742 Color CSS Codes

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

#526742 Text Font Color

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

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


#526742 Background Color

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

This div background color is #526742


#526742 Border Color

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

This div border color is #526742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526742

#526742 Color Palettes


Comments

No comments written yet.

Please login to write comment.