Color Hex Logo

#53967a Color Hex

#53967A
(83,150,122)
0 Favorites   0 Comments

Color spaces of #53967a

RGB 83150122
HSL0.430.290.46
HSV155°45°59°
CMYK 0.450.000.19   0.41
XYZ17.986525.056822.3008
Yxy25.05680.27530.3835
Hunter Lab50.0568-23.46048.6254
CIE-Lab57.1307-28.15868.1957

#53967a color RGB value is (83,150,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010110 01111010
Octal 123 226 172
Decimal 83 150 122
Hex 53 96 7A

RGB Percentages of Color #53967a

%23.38
%42.25
%34.37

CMYK Percentages of Color #53967a

%45
%0
%19
%41

Triadic Colors of #53967a

#53967a #7a5396 #967a53

Analogous Colors of #53967a

#53967a #539196 #539659

Monochromatic Colors of #53967a

#53967a

Complementary Color

#53967a #96536f

#53967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53967a Color CSS Codes

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

#53967a Text Font Color

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

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


#53967a Background Color

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

This div background color is #53967a


#53967a Border Color

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

This div border color is #53967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53967a


Comments

No comments written yet.

Please login to write comment.