Color Hex Logo

#53633f Color Hex

#53633F
(83,99,63)
0 Favorites   0 Comments

Color spaces of #53633f

RGB 839963
HSL0.240.220.32
HSV87°36°39°
CMYK 0.160.000.36   0.61
XYZ8.926311.12166.3788
Yxy11.12160.33780.4208
Hunter Lab33.3491-10.583112.0037
CIE-Lab39.7845-13.177618.5037

#53633f color RGB value is (83,99,63).

#53633f hex color red value is 83, green value is 99 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #53633f hue: 0.24 , saturation: 0.22 and the lightness value of 53633f is 0.32.

The process color (four color CMYK) of #53633f color hex is 0.16, 0.00, 0.36, 0.61. Web safe color of #53633f is #666633. Color #53633f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 00111111
Octal 123 143 77
Decimal 83 99 63
Hex 53 63 3F

RGB Percentages of Color #53633f

%33.88
%40.41
%25.71

CMYK Percentages of Color #53633f

%16
%0
%36
%61

Triadic Colors of #53633f

#53633f #3f5363 #633f53

Analogous Colors of #53633f

#53633f #41633f #63613f

Monochromatic Colors of #53633f

#53633f

Complementary Color

#53633f #4f3f63

#53633f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53633f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53633f Color CSS Codes

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

#53633f Text Font Color

<p style="color:#53633f">Text here</p>

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


#53633f Background Color

<div style="background-color:#53633f">
Div content here</div>

This div background color is #53633f


#53633f Border Color

<div style="border:3px solid #53633f">
Div here</div>

This div border color is #53633f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,99,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53633f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53633f;
  -webkit-box-shadow: 1px 1px 3px 2px #53633f;
  box-shadow:         1px 1px 3px 2px #53633f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53633f


Comments

No comments written yet.

Please login to write comment.