Color Hex Logo

#53915e Color Hex

#53915E
(83,145,94)
0 Favorites   0 Comments

Color spaces of #53915e

RGB 8314594
HSL0.360.270.45
HSV131°43°57°
CMYK 0.430.000.35   0.43
XYZ15.713122.897914.1813
Yxy22.89790.29760.4337
Hunter Lab47.8518-25.126415.9251
CIE-Lab54.9670-31.475220.9778

#53915e color RGB value is (83,145,94).

#53915e hex color red value is 83, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53915e hue: 0.36 , saturation: 0.27 and the lightness value of 53915e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010001 01011110
Octal 123 221 136
Decimal 83 145 94
Hex 53 91 5E

RGB Percentages of Color #53915e

%25.78
%45.03
%29.19

CMYK Percentages of Color #53915e

%43
%0
%35
%43

Triadic Colors of #53915e

#53915e #5e5391 #915e53

Analogous Colors of #53915e

#53915e #53917d #679153

Monochromatic Colors of #53915e

#53915e

Complementary Color

#53915e #915386

#53915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53915e Color CSS Codes

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

#53915e Text Font Color

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

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


#53915e Background Color

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

This div background color is #53915e


#53915e Border Color

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

This div border color is #53915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53915e


Comments

No comments written yet.

Please login to write comment.