#52682d

#52682d color hex

#52682d hex color information.
RGB value of #52682d is (82,104,45)
Change page background color to #52682d | Reset

#52682d rgb color chart

Color spaces of #52682d

RGB 8210445
HSL0.230.400.29
HSV82°57°41°
CMYK 0.210.000.57   0.59
XYZ8.903611.88394.3072
Yxy11.88390.35480.4736
Hunter Lab34.4730-14.225316.7232
CIE-Lab41.0310-18.743230.1831

Shades of #52682d

Tints of #52682d

RGB Percentages of Color #52682d

%35.50
%45.02
%19.48

CMYK Percentages of Color #52682d

%21
%0
%57
%59

#52682d Color Info

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

The process color (four color CMYK) of #52682d hex color is 0.21, 0.00, 0.57, 0.59. Web safe color of #52682d is #666633

Color #52682d contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 00101101
Octal 122 150 55
Decimal 82 104 45
Hexadecimal 52 68 2D

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #52682d

Triadic Colors of #52682d

#52682d #2d5168 #682d51

Analogous Colors of #52682d

#52682d #34682d #68602d

Complementary Color of #52682d

#52682d #432d68

#52682d HSL Color Chart
#52682d hsl color chart
#52682d RGB Color Chart

#52682d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52682d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52682d Color CSS Codes

.mybgcolor {background-color:#52682d; } 
.myforecolor {color:#52682d; }
.mybordercolor {border:3px solid #52682d; }
Sample text font color #52682d

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

html code
<p style="color:#52682d">Text here</p>
#52682d background color

This div background color is #52682d

<div style="background-color:#52682d">
Div content here</div>
#52682d border color

This div border color is #52682d

<div style="border:3px solid #52682d">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #52682d Color Sample
#52682dborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(82,104,45, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #52682d; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #52682d;
  -webkit-box-shadow: 1px 1px 3px 2px #52682d;
  box-shadow:         1px 1px 3px 2px #52682d; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,104,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52682d">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #52682d

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top