Color Hex Logo

#53803c Color Hex

#53803C
(83,128,60)
0 Favorites   0 Comments

Color spaces of #53803c

RGB 8312860
HSL0.280.360.37
HSV100°53°50°
CMYK 0.350.000.53   0.50
XYZ12.102117.60367.0350
Yxy17.60360.32940.4791
Hunter Lab41.9566-21.937119.4283
CIE-Lab49.0117-28.680931.8356

#53803c color RGB value is (83,128,60).

#53803c hex color red value is 83, green value is 128 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #53803c hue: 0.28 , saturation: 0.36 and the lightness value of 53803c is 0.37.

The process color (four color CMYK) of #53803c color hex is 0.35, 0.00, 0.53, 0.50. Web safe color of #53803c is #669933. Color #53803c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 00111100
Octal 123 200 74
Decimal 83 128 60
Hex 53 80 3C

RGB Percentages of Color #53803c

%30.63
%47.23
%22.14

CMYK Percentages of Color #53803c

%35
%0
%53
%50

Triadic Colors of #53803c

#53803c #3c5380 #803c53

Analogous Colors of #53803c

#53803c #3c8047 #75803c

Monochromatic Colors of #53803c

#53803c

Complementary Color

#53803c #693c80

#53803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53803c Color CSS Codes

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

#53803c Text Font Color

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

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


#53803c Background Color

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

This div background color is #53803c


#53803c Border Color

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

This div border color is #53803c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53803c


Comments

No comments written yet.

Please login to write comment.