Color Hex Logo

#526333 Color Hex

#526333
(82,99,51)
0 Favorites   0 Comments

Color spaces of #526333

RGB 829951
HSL0.230.320.29
HSV81°48°39°
CMYK 0.170.000.48   0.61
XYZ8.539110.95654.7967
Yxy10.95650.35150.4510
Hunter Lab33.1006-11.877714.5785
CIE-Lab39.5071-15.316725.0662

#526333 color RGB value is (82,99,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00110011
Octal 122 143 63
Decimal 82 99 51
Hex 52 63 33

RGB Percentages of Color #526333

%35.34
%42.67
%21.98

CMYK Percentages of Color #526333

%17
%0
%48
%61

Triadic Colors of #526333

#526333 #335263 #633352

Analogous Colors of #526333

#526333 #3a6333 #635c33

Monochromatic Colors of #526333

#526333

Complementary Color

#526333 #443363

#526333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526333 Color CSS Codes

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

#526333 Text Font Color

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

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


#526333 Background Color

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

This div background color is #526333


#526333 Border Color

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

This div border color is #526333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526333


Comments

No comments written yet.

Please login to write comment.