Color Hex Logo

#526637 Color Hex

#526637
(82,102,55)
0 Favorites   0 Comments

Color spaces of #526637

RGB 8210255
HSL0.240.300.31
HSV86°46°40°
CMYK 0.200.000.46   0.60
XYZ8.920611.57245.3780
Yxy11.57240.34480.4473
Hunter Lab34.0182-12.723914.4395
CIE-Lab40.5283-16.431924.0816

#526637 color RGB value is (82,102,55).

#526637 hex color red value is 82, green value is 102 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #526637 hue: 0.24 , saturation: 0.30 and the lightness value of 526637 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100110 00110111
Octal 122 146 67
Decimal 82 102 55
Hex 52 66 37

RGB Percentages of Color #526637

%34.31
%42.68
%23.01

CMYK Percentages of Color #526637

%20
%0
%46
%60

Triadic Colors of #526637

#526637 #375266 #663752

Analogous Colors of #526637

#526637 #3b6637 #666337

Monochromatic Colors of #526637

#526637

Complementary Color

#526637 #4b3766

#526637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526637 Color CSS Codes

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

#526637 Text Font Color

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

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


#526637 Background Color

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

This div background color is #526637


#526637 Border Color

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

This div border color is #526637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526637


Comments

No comments written yet.

Please login to write comment.