Color Hex Logo

#526137 Color Hex

#526137
(82,97,55)
0 Favorites   0 Comments

Color spaces of #526137

RGB 829755
HSL0.230.280.30
HSV81°43°38°
CMYK 0.150.000.43   0.62
XYZ8.444010.61915.2191
Yxy10.61910.34770.4373
Hunter Lab32.5870-10.773913.3150
CIE-Lab38.9314-13.669622.0582

#526137 color RGB value is (82,97,55).

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

The process color (four color CMYK) of #526137 color hex is 0.15, 0.00, 0.43, 0.62. Web safe color of #526137 is #666633. Color #526137 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100001 00110111
Octal 122 141 67
Decimal 82 97 55
Hex 52 61 37

RGB Percentages of Color #526137

%35.04
%41.45
%23.50

CMYK Percentages of Color #526137

%15
%0
%43
%62

Triadic Colors of #526137

#526137 #375261 #613752

Analogous Colors of #526137

#526137 #3d6137 #615b37

Monochromatic Colors of #526137

#526137

Complementary Color

#526137 #463761

#526137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526137 Color CSS Codes

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

#526137 Text Font Color

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

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


#526137 Background Color

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

This div background color is #526137


#526137 Border Color

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

This div border color is #526137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526137


Comments

No comments written yet.

Please login to write comment.