Color Hex Logo

#526317 Color Hex

#526317
(82,99,23)
0 Favorites   0 Comments

Color spaces of #526317

RGB 829923
HSL0.200.620.24
HSV73°77°39°
CMYK 0.170.000.77   0.61
XYZ8.096210.77942.4645
Yxy10.77940.37940.5051
Hunter Lab32.8320-13.438818.5319
CIE-Lab39.2064-17.961238.6091

#526317 color RGB value is (82,99,23).

#526317 hex color red value is 82, green value is 99 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #526317 hue: 0.20 , saturation: 0.62 and the lightness value of 526317 is 0.24.

The process color (four color CMYK) of #526317 color hex is 0.17, 0.00, 0.77, 0.61. Web safe color of #526317 is #666600. Color #526317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00010111
Octal 122 143 27
Decimal 82 99 23
Hex 52 63 17

RGB Percentages of Color #526317

%40.20
%48.53
%11.27

CMYK Percentages of Color #526317

%17
%0
%77
%61

Triadic Colors of #526317

#526317 #175263 #631752

Analogous Colors of #526317

#526317 #2c6317 #634e17

Monochromatic Colors of #526317

#526317

Complementary Color

#526317 #281763

#526317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526317 Color CSS Codes

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

#526317 Text Font Color

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

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


#526317 Background Color

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

This div background color is #526317


#526317 Border Color

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

This div border color is #526317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526317


Comments

No comments written yet.

Please login to write comment.