Color Hex Logo

#53711d Color Hex

#53711D
(83,113,29)
0 Favorites   0 Comments

Color spaces of #53711d

RGB 8311329
HSL0.230.590.28
HSV81°74°44°
CMYK 0.270.000.74   0.56
XYZ9.694213.73803.3032
Yxy13.73800.36260.5139
Hunter Lab37.0648-18.177220.6615
CIE-Lab43.8548-24.383340.8214

#53711d color RGB value is (83,113,29).

#53711d hex color red value is 83, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #53711d hue: 0.23 , saturation: 0.59 and the lightness value of 53711d is 0.28.

The process color (four color CMYK) of #53711d color hex is 0.27, 0.00, 0.74, 0.56. Web safe color of #53711d is #666633. Color #53711d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 00011101
Octal 123 161 35
Decimal 83 113 29
Hex 53 71 1D

RGB Percentages of Color #53711d

%36.89
%50.22
%12.89

CMYK Percentages of Color #53711d

%27
%0
%74
%56

Triadic Colors of #53711d

#53711d #1d5371 #711d53

Analogous Colors of #53711d

#53711d #29711d #71651d

Monochromatic Colors of #53711d

#53711d

Complementary Color

#53711d #3b1d71

#53711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53711d Color CSS Codes

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

#53711d Text Font Color

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

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


#53711d Background Color

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

This div background color is #53711d


#53711d Border Color

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

This div border color is #53711d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,113,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53711d


Comments

No comments written yet.

Please login to write comment.