Color Hex Logo

#52631c Color Hex

#52631C
(82,99,28)
0 Favorites   0 Comments

Color spaces of #52631c

RGB 829928
HSL0.210.560.25
HSV74°72°39°
CMYK 0.170.000.72   0.61
XYZ8.151110.80142.7539
Yxy10.80140.37550.4976
Hunter Lab32.8655-13.244118.0377
CIE-Lab39.2439-17.626936.5408

#52631c color RGB value is (82,99,28).

#52631c hex color red value is 82, green value is 99 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #52631c hue: 0.21 , saturation: 0.56 and the lightness value of 52631c is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00011100
Octal 122 143 34
Decimal 82 99 28
Hex 52 63 1C

RGB Percentages of Color #52631c

%39.23
%47.37
%13.40

CMYK Percentages of Color #52631c

%17
%0
%72
%61

Triadic Colors of #52631c

#52631c #1c5263 #631c52

Analogous Colors of #52631c

#52631c #2f631c #63511c

Monochromatic Colors of #52631c

#52631c

Complementary Color

#52631c #2d1c63

#52631c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52631c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52631c Color CSS Codes

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

#52631c Text Font Color

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

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


#52631c Background Color

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

This div background color is #52631c


#52631c Border Color

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

This div border color is #52631c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52631c


Comments

No comments written yet.

Please login to write comment.