Color Hex Logo

#53742c Color Hex

#53742C
(83,116,44)
0 Favorites   0 Comments

Color spaces of #53742c

RGB 8311644
HSL0.240.450.31
HSV88°62°45°
CMYK 0.280.000.62   0.55
XYZ10.267314.51164.6428
Yxy14.51160.34900.4932
Hunter Lab38.0941-18.554519.4398
CIE-Lab44.9579-24.622135.2277

#53742c color RGB value is (83,116,44).

#53742c hex color red value is 83, green value is 116 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #53742c hue: 0.24 , saturation: 0.45 and the lightness value of 53742c is 0.31.

The process color (four color CMYK) of #53742c color hex is 0.28, 0.00, 0.62, 0.55. Web safe color of #53742c is #666633. Color #53742c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110100 00101100
Octal 123 164 54
Decimal 83 116 44
Hex 53 74 2C

RGB Percentages of Color #53742c

%34.16
%47.74
%18.11

CMYK Percentages of Color #53742c

%28
%0
%62
%55

Triadic Colors of #53742c

#53742c #2c5374 #742c53

Analogous Colors of #53742c

#53742c #2f742c #74712c

Monochromatic Colors of #53742c

#53742c

Complementary Color

#53742c #4d2c74

#53742c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53742c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53742c Color CSS Codes

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

#53742c Text Font Color

<p style="color:#53742c">Text here</p>

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


#53742c Background Color

<div style="background-color:#53742c">
Div content here</div>

This div background color is #53742c


#53742c Border Color

<div style="border:3px solid #53742c">
Div here</div>

This div border color is #53742c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,116,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53742c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53742c;
  -webkit-box-shadow: 1px 1px 3px 2px #53742c;
  box-shadow:         1px 1px 3px 2px #53742c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53742c


Comments

No comments written yet.

Please login to write comment.