Color Hex Logo

#53965e Color Hex

#53965E
(83,150,94)
0 Favorites   0 Comments

Color spaces of #53965e

RGB 8315094
HSL0.360.290.46
HSV130°45°59°
CMYK 0.450.000.37   0.41
XYZ16.494024.459814.4416
Yxy24.45980.29780.4415
Hunter Lab49.4568-27.019217.3069
CIE-Lab56.5452-33.805323.0823

#53965e color RGB value is (83,150,94).

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

The process color (four color CMYK) of #53965e color hex is 0.45, 0.00, 0.37, 0.41. Web safe color of #53965e is #669966. Color #53965e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010110 01011110
Octal 123 226 136
Decimal 83 150 94
Hex 53 96 5E

RGB Percentages of Color #53965e

%25.38
%45.87
%28.75

CMYK Percentages of Color #53965e

%45
%0
%37
%41

Triadic Colors of #53965e

#53965e #5e5396 #965e53

Analogous Colors of #53965e

#53965e #539680 #6a9653

Monochromatic Colors of #53965e

#53965e

Complementary Color

#53965e #96538b

#53965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53965e Color CSS Codes

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

#53965e Text Font Color

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

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


#53965e Background Color

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

This div background color is #53965e


#53965e Border Color

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

This div border color is #53965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53965e


Comments

No comments written yet.

Please login to write comment.