Color Hex Logo

#53711e Color Hex

#53711E
(83,113,30)
0 Favorites   0 Comments

Color spaces of #53711e

RGB 8311330
HSL0.230.580.28
HSV82°73°44°
CMYK 0.270.000.73   0.56
XYZ9.706813.74303.3694
Yxy13.74300.36190.5124
Hunter Lab37.0716-18.136920.5613
CIE-Lab43.8621-24.313440.4200

#53711e color RGB value is (83,113,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 00011110
Octal 123 161 36
Decimal 83 113 30
Hex 53 71 1E

RGB Percentages of Color #53711e

%36.73
%50.00
%13.27

CMYK Percentages of Color #53711e

%27
%0
%73
%56

Triadic Colors of #53711e

#53711e #1e5371 #711e53

Analogous Colors of #53711e

#53711e #2a711e #71661e

Monochromatic Colors of #53711e

#53711e

Complementary Color

#53711e #3c1e71

#53711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53711e Color CSS Codes

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

#53711e Text Font Color

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

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


#53711e Background Color

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

This div background color is #53711e


#53711e Border Color

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

This div border color is #53711e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53711e


Comments

No comments written yet.

Please login to write comment.