Color Hex Logo

#53827e Color Hex

#53827E
(83,130,126)
0 Favorites   0 Comments

Color spaces of #53827e

RGB 83130126
HSL0.490.220.42
HSV175°36°51°
CMYK 0.360.000.03   0.49
XYZ15.315819.310622.6588
Yxy19.31060.26740.3371
Hunter Lab43.9438-14.68890.1889
CIE-Lab51.0486-16.9182-2.9182

#53827e color RGB value is (83,130,126).

#53827e hex color red value is 83, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #53827e hue: 0.49 , saturation: 0.22 and the lightness value of 53827e is 0.42.

The process color (four color CMYK) of #53827e color hex is 0.36, 0.00, 0.03, 0.49. Web safe color of #53827e is #669966. Color #53827e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 01111110
Octal 123 202 176
Decimal 83 130 126
Hex 53 82 7E

RGB Percentages of Color #53827e

%24.48
%38.35
%37.17

CMYK Percentages of Color #53827e

%36
%0
%3
%49

Triadic Colors of #53827e

#53827e #7e5382 #827e53

Analogous Colors of #53827e

#53827e #536f82 #538267

Monochromatic Colors of #53827e

#53827e

Complementary Color

#53827e #825357

#53827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53827e Color CSS Codes

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

#53827e Text Font Color

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

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


#53827e Background Color

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

This div background color is #53827e


#53827e Border Color

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

This div border color is #53827e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53827e


Comments

No comments written yet.

Please login to write comment.