Color Hex Logo

#52683a Color Hex

#52683A
(82,104,58)
0 Favorites   0 Comments

Color spaces of #52683a

RGB 8210458
HSL0.250.280.32
HSV89°44°41°
CMYK 0.210.000.44   0.59
XYZ9.193712.00005.8347
Yxy12.00000.34010.4440
Hunter Lab34.6410-13.248014.2623
CIE-Lab41.2161-17.101223.2465

#52683a color RGB value is (82,104,58).

#52683a hex color red value is 82, green value is 104 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #52683a hue: 0.25 , saturation: 0.28 and the lightness value of 52683a is 0.32.

The process color (four color CMYK) of #52683a color hex is 0.21, 0.00, 0.44, 0.59. Web safe color of #52683a is #666633. Color #52683a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 00111010
Octal 122 150 72
Decimal 82 104 58
Hex 52 68 3A

RGB Percentages of Color #52683a

%33.61
%42.62
%23.77

CMYK Percentages of Color #52683a

%21
%0
%44
%59

Triadic Colors of #52683a

#52683a #3a5268 #683a52

Analogous Colors of #52683a

#52683a #3b683a #68673a

Monochromatic Colors of #52683a

#52683a

Complementary Color

#52683a #503a68

#52683a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52683a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52683a Color CSS Codes

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

#52683a Text Font Color

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

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


#52683a Background Color

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

This div background color is #52683a


#52683a Border Color

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

This div border color is #52683a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52683a


Comments

No comments written yet.

Please login to write comment.