Color Hex Logo

#53807a Color Hex

#53807A
(83,128,122)
0 Favorites   0 Comments

Color spaces of #53807a

RGB 83128122
HSL0.480.210.41
HSV172°35°50°
CMYK 0.350.000.05   0.50
XYZ14.799318.682521.2384
Yxy18.68250.27050.3414
Hunter Lab43.2233-14.52371.1232
CIE-Lab50.3137-16.8438-1.6552

#53807a color RGB value is (83,128,122).

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

The process color (four color CMYK) of #53807a color hex is 0.35, 0.00, 0.05, 0.50. Web safe color of #53807a is #669966. Color #53807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01111010
Octal 123 200 172
Decimal 83 128 122
Hex 53 80 7A

RGB Percentages of Color #53807a

%24.92
%38.44
%36.64

CMYK Percentages of Color #53807a

%35
%0
%5
%50

Triadic Colors of #53807a

#53807a #7a5380 #807a53

Analogous Colors of #53807a

#53807a #537080 #538064

Monochromatic Colors of #53807a

#53807a

Complementary Color

#53807a #805359

#53807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53807a Color CSS Codes

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

#53807a Text Font Color

<p style="color:#53807a">Text here</p>

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


#53807a Background Color

<div style="background-color:#53807a">
Div content here</div>

This div background color is #53807a


#53807a Border Color

<div style="border:3px solid #53807a">
Div here</div>

This div border color is #53807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53807a


Comments

No comments written yet.

Please login to write comment.