Color Hex Logo

#53866e Color Hex

#53866E
(83,134,110)
0 Favorites   0 Comments

Color spaces of #53866e

RGB 83134110
HSL0.420.240.43
HSV152°38°53°
CMYK 0.380.000.18   0.47
XYZ14.906820.015017.8295
Yxy20.01500.28260.3794
Hunter Lab44.7381-18.81537.6878
CIE-Lab51.8542-22.83427.5717

#53866e color RGB value is (83,134,110).

#53866e hex color red value is 83, green value is 134 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53866e hue: 0.42 , saturation: 0.24 and the lightness value of 53866e is 0.43.

The process color (four color CMYK) of #53866e color hex is 0.38, 0.00, 0.18, 0.47. Web safe color of #53866e is #669966. Color #53866e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000110 01101110
Octal 123 206 156
Decimal 83 134 110
Hex 53 86 6E

RGB Percentages of Color #53866e

%25.38
%40.98
%33.64

CMYK Percentages of Color #53866e

%38
%0
%18
%47

Triadic Colors of #53866e

#53866e #6e5386 #866e53

Analogous Colors of #53866e

#53866e #538586 #538655

Monochromatic Colors of #53866e

#53866e

Complementary Color

#53866e #86536b

#53866e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53866e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53866e Color CSS Codes

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

#53866e Text Font Color

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

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


#53866e Background Color

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

This div background color is #53866e


#53866e Border Color

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

This div border color is #53866e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53866e


Comments

No comments written yet.

Please login to write comment.