Color Hex Logo

#53837d Color Hex

#53837D
(83,131,125)
0 Favorites   0 Comments

Color spaces of #53837d

RGB 83131125
HSL0.480.220.42
HSV173°37°51°
CMYK 0.370.000.05   0.49
XYZ15.385219.552322.3651
Yxy19.55230.26850.3412
Hunter Lab44.2180-15.27420.9642
CIE-Lab51.3272-17.7087-1.9236

#53837d color RGB value is (83,131,125).

#53837d hex color red value is 83, green value is 131 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #53837d hue: 0.48 , saturation: 0.22 and the lightness value of 53837d is 0.42.

The process color (four color CMYK) of #53837d color hex is 0.37, 0.00, 0.05, 0.49. Web safe color of #53837d is #669966. Color #53837d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 01111101
Octal 123 203 175
Decimal 83 131 125
Hex 53 83 7D

RGB Percentages of Color #53837d

%24.48
%38.64
%36.87

CMYK Percentages of Color #53837d

%37
%0
%5
%49

Triadic Colors of #53837d

#53837d #7d5383 #837d53

Analogous Colors of #53837d

#53837d #537183 #538365

Monochromatic Colors of #53837d

#53837d

Complementary Color

#53837d #835359

#53837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53837d Color CSS Codes

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

#53837d Text Font Color

<p style="color:#53837d">Text here</p>

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


#53837d Background Color

<div style="background-color:#53837d">
Div content here</div>

This div background color is #53837d


#53837d Border Color

<div style="border:3px solid #53837d">
Div here</div>

This div border color is #53837d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,131,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53837d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53837d;
  -webkit-box-shadow: 1px 1px 3px 2px #53837d;
  box-shadow:         1px 1px 3px 2px #53837d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53837d


Comments

No comments written yet.

Please login to write comment.