Color Hex Logo

#53806e Color Hex

#53806E
(83,128,110)
0 Favorites   0 Comments

Color spaces of #53806e

RGB 83128110
HSL0.430.210.41
HSV156°35°50°
CMYK 0.350.000.14   0.50
XYZ14.100918.403117.5608
Yxy18.40310.28170.3676
Hunter Lab42.8988-16.39985.7586
CIE-Lab49.9814-19.71154.8953

#53806e color RGB value is (83,128,110).

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

The process color (four color CMYK) of #53806e color hex is 0.35, 0.00, 0.14, 0.50. Web safe color of #53806e is #669966. Color #53806e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01101110
Octal 123 200 156
Decimal 83 128 110
Hex 53 80 6E

RGB Percentages of Color #53806e

%25.86
%39.88
%34.27

CMYK Percentages of Color #53806e

%35
%0
%14
%50

Triadic Colors of #53806e

#53806e #6e5380 #806e53

Analogous Colors of #53806e

#53806e #537c80 #538058

Monochromatic Colors of #53806e

#53806e

Complementary Color

#53806e #805365

#53806e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53806e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53806e Color CSS Codes

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

#53806e Text Font Color

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

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


#53806e Background Color

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

This div background color is #53806e


#53806e Border Color

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

This div border color is #53806e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53806e


Comments

No comments written yet.

Please login to write comment.