Color Hex Logo

#53682d Color Hex

#53682D
(83,104,45)
0 Favorites   0 Comments

Color spaces of #53682d

RGB 8310445
HSL0.230.400.29
HSV81°57°41°
CMYK 0.200.000.57   0.59
XYZ8.991211.92914.3113
Yxy11.92910.35630.4728
Hunter Lab34.5385-13.974616.7760
CIE-Lab41.1032-18.312130.2860

#53682d color RGB value is (83,104,45).

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

The process color (four color CMYK) of #53682d color hex is 0.20, 0.00, 0.57, 0.59. Web safe color of #53682d is #666633. Color #53682d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 00101101
Octal 123 150 55
Decimal 83 104 45
Hex 53 68 2D

RGB Percentages of Color #53682d

%35.78
%44.83
%19.40

CMYK Percentages of Color #53682d

%20
%0
%57
%59

Triadic Colors of #53682d

#53682d #2d5368 #682d53

Analogous Colors of #53682d

#53682d #36682d #68602d

Monochromatic Colors of #53682d

#53682d

Complementary Color

#53682d #422d68

#53682d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53682d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53682d Color CSS Codes

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

#53682d Text Font Color

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

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


#53682d Background Color

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

This div background color is #53682d


#53682d Border Color

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

This div border color is #53682d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,104,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53682d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53682d;
  -webkit-box-shadow: 1px 1px 3px 2px #53682d;
  box-shadow:         1px 1px 3px 2px #53682d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,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 #53682d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53682d

#53682d Color Palettes


Comments

No comments written yet.

Please login to write comment.