Color Hex Logo

#53855e Color Hex

#53855E
(83,133,94)
0 Favorites   0 Comments

Color spaces of #53855e

RGB 8313394
HSL0.370.230.42
HSV133°38°52°
CMYK 0.380.000.29   0.48
XYZ13.975219.422213.6020
Yxy19.42220.29730.4132
Hunter Lab44.0706-20.519612.5501
CIE-Lab51.1775-25.656115.8439

#53855e color RGB value is (83,133,94).

#53855e hex color red value is 83, green value is 133 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53855e hue: 0.37 , saturation: 0.23 and the lightness value of 53855e is 0.42.

The process color (four color CMYK) of #53855e color hex is 0.38, 0.00, 0.29, 0.48. Web safe color of #53855e is #669966. Color #53855e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000101 01011110
Octal 123 205 136
Decimal 83 133 94
Hex 53 85 5E

RGB Percentages of Color #53855e

%26.77
%42.90
%30.32

CMYK Percentages of Color #53855e

%38
%0
%29
%48

Triadic Colors of #53855e

#53855e #5e5385 #855e53

Analogous Colors of #53855e

#53855e #538577 #618553

Monochromatic Colors of #53855e

#53855e

Complementary Color

#53855e #85537a

#53855e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53855e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53855e Color CSS Codes

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

#53855e Text Font Color

<p style="color:#53855e">Text here</p>

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


#53855e Background Color

<div style="background-color:#53855e">
Div content here</div>

This div background color is #53855e


#53855e Border Color

<div style="border:3px solid #53855e">
Div here</div>

This div border color is #53855e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,133,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53855e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53855e;
  -webkit-box-shadow: 1px 1px 3px 2px #53855e;
  box-shadow:         1px 1px 3px 2px #53855e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53855e


Comments

No comments written yet.

Please login to write comment.