Color Hex Logo

#526711 Color Hex

#526711
(82,103,17)
0 Favorites   0 Comments

Color spaces of #526711

RGB 8210317
HSL0.210.720.24
HSV75°83°40°
CMYK 0.200.000.83   0.60
XYZ8.431111.53482.3124
Yxy11.53480.37840.5178
Hunter Lab33.9629-15.123519.7372
CIE-Lab40.4670-20.402341.9712

#526711 color RGB value is (82,103,17).

#526711 hex color red value is 82, green value is 103 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #526711 hue: 0.21 , saturation: 0.72 and the lightness value of 526711 is 0.24.

The process color (four color CMYK) of #526711 color hex is 0.20, 0.00, 0.83, 0.60. Web safe color of #526711 is #666600. Color #526711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 00010001
Octal 122 147 21
Decimal 82 103 17
Hex 52 67 11

RGB Percentages of Color #526711

%40.59
%50.99
%8.42

CMYK Percentages of Color #526711

%20
%0
%83
%60

Triadic Colors of #526711

#526711 #115267 #671152

Analogous Colors of #526711

#526711 #276711 #675111

Monochromatic Colors of #526711

#526711

Complementary Color

#526711 #261167

#526711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526711 Color CSS Codes

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

#526711 Text Font Color

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

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


#526711 Background Color

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

This div background color is #526711


#526711 Border Color

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

This div border color is #526711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526711


Comments

No comments written yet.

Please login to write comment.