Color Hex Logo

#53932a Color Hex

#53932A
(83,147,42)
0 Favorites   0 Comments

Color spaces of #53932a

RGB 8314742
HSL0.270.560.37
HSV97°71°58°
CMYK 0.440.000.71   0.42
XYZ14.418922.87365.8456
Yxy22.87360.33420.5302
Hunter Lab47.8264-29.881126.2317
CIE-Lab54.9419-39.117946.8647

#53932a color RGB value is (83,147,42).

#53932a hex color red value is 83, green value is 147 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #53932a hue: 0.27 , saturation: 0.56 and the lightness value of 53932a is 0.37.

The process color (four color CMYK) of #53932a color hex is 0.44, 0.00, 0.71, 0.42. Web safe color of #53932a is #669933. Color #53932a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010011 00101010
Octal 123 223 52
Decimal 83 147 42
Hex 53 93 2A

RGB Percentages of Color #53932a

%30.51
%54.04
%15.44

CMYK Percentages of Color #53932a

%44
%0
%71
%42

Triadic Colors of #53932a

#53932a #2a5393 #932a53

Analogous Colors of #53932a

#53932a #2a9336 #88932a

Monochromatic Colors of #53932a

#53932a

Complementary Color

#53932a #6a2a93

#53932a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53932a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53932a Color CSS Codes

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

#53932a Text Font Color

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

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


#53932a Background Color

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

This div background color is #53932a


#53932a Border Color

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

This div border color is #53932a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53932a


Comments

No comments written yet.

Please login to write comment.