Color Hex Logo

#538132 Color Hex

#538132
(83,129,50)
0 Favorites   0 Comments

Color spaces of #538132

RGB 8312950
HSL0.260.440.35
HSV95°61°51°
CMYK 0.360.000.61   0.49
XYZ11.993317.76985.8154
Yxy17.76980.33710.4995
Hunter Lab42.1542-22.984921.3286
CIE-Lab49.2157-30.316137.1221

#538132 color RGB value is (83,129,50).

#538132 hex color red value is 83, green value is 129 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #538132 hue: 0.26 , saturation: 0.44 and the lightness value of 538132 is 0.35.

The process color (four color CMYK) of #538132 color hex is 0.36, 0.00, 0.61, 0.49. Web safe color of #538132 is #669933. Color #538132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 00110010
Octal 123 201 62
Decimal 83 129 50
Hex 53 81 32

RGB Percentages of Color #538132

%31.68
%49.24
%19.08

CMYK Percentages of Color #538132

%36
%0
%61
%49

Triadic Colors of #538132

#538132 #325381 #813253

Analogous Colors of #538132

#538132 #328139 #7b8132

Monochromatic Colors of #538132

#538132

Complementary Color

#538132 #603281

#538132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538132 Color CSS Codes

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

#538132 Text Font Color

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

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


#538132 Background Color

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

This div background color is #538132


#538132 Border Color

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

This div border color is #538132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,129,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538132;
  -webkit-box-shadow: 1px 1px 3px 2px #538132;
  box-shadow:         1px 1px 3px 2px #538132; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538132


Comments

No comments written yet.

Please login to write comment.