Color Hex Logo

#526b41 Color Hex

#526B41
(82,107,65)
0 Favorites   0 Comments

Color spaces of #526b41

RGB 8210765
HSL0.270.240.34
HSV96°39°42°
CMYK 0.230.000.39   0.58
XYZ9.691512.69096.9398
Yxy12.69090.33050.4328
Hunter Lab35.6243-13.782013.3870
CIE-Lab42.2938-17.676320.6165

#526b41 color RGB value is (82,107,65).

#526b41 hex color red value is 82, green value is 107 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #526b41 hue: 0.27 , saturation: 0.24 and the lightness value of 526b41 is 0.34.

The process color (four color CMYK) of #526b41 color hex is 0.23, 0.00, 0.39, 0.58. Web safe color of #526b41 is #666633. Color #526b41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101011 01000001
Octal 122 153 101
Decimal 82 107 65
Hex 52 6B 41

RGB Percentages of Color #526b41

%32.28
%42.13
%25.59

CMYK Percentages of Color #526b41

%23
%0
%39
%58

Triadic Colors of #526b41

#526b41 #41526b #6b4152

Analogous Colors of #526b41

#526b41 #416b45 #676b41

Monochromatic Colors of #526b41

#526b41

Complementary Color

#526b41 #5a416b

#526b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526b41 Color CSS Codes

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

#526b41 Text Font Color

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

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


#526b41 Background Color

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

This div background color is #526b41


#526b41 Border Color

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

This div border color is #526b41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,107,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526b41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526b41;
  -webkit-box-shadow: 1px 1px 3px 2px #526b41;
  box-shadow:         1px 1px 3px 2px #526b41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526b41


Comments

No comments written yet.

Please login to write comment.