Color Hex Logo

#526304 Color Hex

#526304
(82,99,4)
0 Favorites   0 Comments

Color spaces of #526304

RGB 82994
HSL0.200.920.20
HSV71°96°39°
CMYK 0.170.000.96   0.61
XYZ7.963410.72631.7655
Yxy10.72630.38930.5244
Hunter Lab32.7510-13.912119.7296
CIE-Lab39.1156-18.779444.4057

#526304 color RGB value is (82,99,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00000100
Octal 122 143 4
Decimal 82 99 4
Hex 52 63 4

RGB Percentages of Color #526304

%44.32
%53.51
%2.16

CMYK Percentages of Color #526304

%17
%0
%96
%61

Triadic Colors of #526304

#526304 #045263 #630452

Analogous Colors of #526304

#526304 #236304 #634504

Monochromatic Colors of #526304

#526304

Complementary Color

#526304 #150463

#526304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526304 Color CSS Codes

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

#526304 Text Font Color

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

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


#526304 Background Color

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

This div background color is #526304


#526304 Border Color

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

This div border color is #526304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526304


Comments

No comments written yet.

Please login to write comment.