Color Hex Logo

#538920 Color Hex

#538920
(83,137,32)
0 Favorites   0 Comments

Color spaces of #538920

RGB 8313732
HSL0.250.620.33
HSV91°77°54°
CMYK 0.390.000.77   0.46
XYZ12.773719.83464.5217
Yxy19.83460.34400.5342
Hunter Lab44.5361-26.741225.1556
CIE-Lab51.6497-35.481847.3782

#538920 color RGB value is (83,137,32).

#538920 hex color red value is 83, green value is 137 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #538920 hue: 0.25 , saturation: 0.62 and the lightness value of 538920 is 0.33.

The process color (four color CMYK) of #538920 color hex is 0.39, 0.00, 0.77, 0.46. Web safe color of #538920 is #669933. Color #538920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001001 00100000
Octal 123 211 40
Decimal 83 137 32
Hex 53 89 20

RGB Percentages of Color #538920

%32.94
%54.37
%12.70

CMYK Percentages of Color #538920

%39
%0
%77
%46

Triadic Colors of #538920

#538920 #205389 #892053

Analogous Colors of #538920

#538920 #208922 #888920

Monochromatic Colors of #538920

#538920

Complementary Color

#538920 #562089

#538920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538920 Color CSS Codes

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

#538920 Text Font Color

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

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


#538920 Background Color

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

This div background color is #538920


#538920 Border Color

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

This div border color is #538920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538920


Comments

No comments written yet.

Please login to write comment.