Color Hex Logo

#53966a Color Hex

#53966A
(83,150,106)
0 Favorites   0 Comments

Color spaces of #53966a

RGB 83150106
HSL0.390.290.46
HSV141°45°59°
CMYK 0.450.000.29   0.41
XYZ17.075124.692317.5018
Yxy24.69230.28810.4166
Hunter Lab49.6913-25.623113.9014
CIE-Lab56.7744-31.555516.7293

#53966a color RGB value is (83,150,106).

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

The process color (four color CMYK) of #53966a color hex is 0.45, 0.00, 0.29, 0.41. Web safe color of #53966a is #669966. Color #53966a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010110 01101010
Octal 123 226 152
Decimal 83 150 106
Hex 53 96 6A

RGB Percentages of Color #53966a

%24.48
%44.25
%31.27

CMYK Percentages of Color #53966a

%45
%0
%29
%41

Triadic Colors of #53966a

#53966a #6a5396 #966a53

Analogous Colors of #53966a

#53966a #53968c #5e9653

Monochromatic Colors of #53966a

#53966a

Complementary Color

#53966a #96537f

#53966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53966a Color CSS Codes

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

#53966a Text Font Color

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

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


#53966a Background Color

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

This div background color is #53966a


#53966a Border Color

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

This div border color is #53966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53966a


Comments

No comments written yet.

Please login to write comment.