Color Hex Logo

#53740c Color Hex

#53740C
(83,116,12)
0 Favorites   0 Comments

Color spaces of #53740c

RGB 8311612
HSL0.220.810.25
HSV79°90°45°
CMYK 0.280.000.90   0.55
XYZ9.879014.35632.5982
Yxy14.35630.36820.5350
Hunter Lab37.8897-19.766622.4571
CIE-Lab44.7396-26.722047.1441

#53740c color RGB value is (83,116,12).

#53740c hex color red value is 83, green value is 116 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #53740c hue: 0.22 , saturation: 0.81 and the lightness value of 53740c is 0.25.

The process color (four color CMYK) of #53740c color hex is 0.28, 0.00, 0.90, 0.55. Web safe color of #53740c is #666600. Color #53740c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110100 00001100
Octal 123 164 14
Decimal 83 116 12
Hex 53 74 C

RGB Percentages of Color #53740c

%39.34
%54.98
%5.69

CMYK Percentages of Color #53740c

%28
%0
%90
%55

Triadic Colors of #53740c

#53740c #0c5374 #740c53

Analogous Colors of #53740c

#53740c #1f740c #74610c

Monochromatic Colors of #53740c

#53740c

Complementary Color

#53740c #2d0c74

#53740c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53740c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53740c Color CSS Codes

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

#53740c Text Font Color

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

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


#53740c Background Color

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

This div background color is #53740c


#53740c Border Color

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

This div border color is #53740c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53740c


Comments

No comments written yet.

Please login to write comment.