Color Hex Logo

#526339 Color Hex

#526339
(82,99,57)
0 Favorites   0 Comments

Color spaces of #526339

RGB 829957
HSL0.230.270.31
HSV84°42°39°
CMYK 0.170.000.42   0.61
XYZ8.680011.01295.5391
Yxy11.01290.34400.4365
Hunter Lab33.1857-11.386813.3338
CIE-Lab39.6022-14.501621.7593

#526339 color RGB value is (82,99,57).

#526339 hex color red value is 82, green value is 99 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #526339 hue: 0.23 , saturation: 0.27 and the lightness value of 526339 is 0.31.

The process color (four color CMYK) of #526339 color hex is 0.17, 0.00, 0.42, 0.61. Web safe color of #526339 is #666633. Color #526339 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00111001
Octal 122 143 71
Decimal 82 99 57
Hex 52 63 39

RGB Percentages of Color #526339

%34.45
%41.60
%23.95

CMYK Percentages of Color #526339

%17
%0
%42
%61

Triadic Colors of #526339

#526339 #395263 #633952

Analogous Colors of #526339

#526339 #3d6339 #635f39

Monochromatic Colors of #526339

#526339

Complementary Color

#526339 #4a3963

#526339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526339 Color CSS Codes

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

#526339 Text Font Color

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

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


#526339 Background Color

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

This div background color is #526339


#526339 Border Color

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

This div border color is #526339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526339


Comments

No comments written yet.

Please login to write comment.