Color Hex Logo

#53763c Color Hex

#53763C
(83,118,60)
0 Favorites   0 Comments

Color spaces of #53763c

RGB 8311860
HSL0.270.330.35
HSV96°49°46°
CMYK 0.300.000.49   0.54
XYZ10.861315.12216.6214
Yxy15.12210.33310.4638
Hunter Lab38.8871-18.196917.1256
CIE-Lab45.8010-23.749827.9044

#53763c color RGB value is (83,118,60).

#53763c hex color red value is 83, green value is 118 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #53763c hue: 0.27 , saturation: 0.33 and the lightness value of 53763c is 0.35.

The process color (four color CMYK) of #53763c color hex is 0.30, 0.00, 0.49, 0.54. Web safe color of #53763c is #666633. Color #53763c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 00111100
Octal 123 166 74
Decimal 83 118 60
Hex 53 76 3C

RGB Percentages of Color #53763c

%31.80
%45.21
%22.99

CMYK Percentages of Color #53763c

%30
%0
%49
%54

Triadic Colors of #53763c

#53763c #3c5376 #763c53

Analogous Colors of #53763c

#53763c #3c7642 #70763c

Monochromatic Colors of #53763c

#53763c

Complementary Color

#53763c #5f3c76

#53763c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53763c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53763c Color CSS Codes

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

#53763c Text Font Color

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

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


#53763c Background Color

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

This div background color is #53763c


#53763c Border Color

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

This div border color is #53763c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,118,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 #53763c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53763c


Comments

No comments written yet.

Please login to write comment.