Color Hex Logo

#52621c Color Hex

#52621C
(82,98,28)
0 Favorites   0 Comments

Color spaces of #52621c

RGB 829828
HSL0.200.560.25
HSV74°71°38°
CMYK 0.160.000.71   0.62
XYZ8.057010.61302.7225
Yxy10.61300.37660.4961
Hunter Lab32.5776-12.864717.8495
CIE-Lab38.9209-17.086136.2078

#52621c color RGB value is (82,98,28).

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

The process color (four color CMYK) of #52621c color hex is 0.16, 0.00, 0.71, 0.62. Web safe color of #52621c is #666633. Color #52621c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 00011100
Octal 122 142 34
Decimal 82 98 28
Hex 52 62 1C

RGB Percentages of Color #52621c

%39.42
%47.12
%13.46

CMYK Percentages of Color #52621c

%16
%0
%71
%62

Triadic Colors of #52621c

#52621c #1c5262 #621c52

Analogous Colors of #52621c

#52621c #2f621c #624f1c

Monochromatic Colors of #52621c

#52621c

Complementary Color

#52621c #2c1c62

#52621c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52621c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52621c Color CSS Codes

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

#52621c Text Font Color

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

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


#52621c Background Color

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

This div background color is #52621c


#52621c Border Color

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

This div border color is #52621c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,98,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 #52621c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52621c


Comments

No comments written yet.

Please login to write comment.