Color Hex Logo

#538120 Color Hex

#538120
(83,129,32)
0 Favorites   0 Comments

Color spaces of #538120

RGB 8312932
HSL0.250.600.32
HSV88°75°51°
CMYK 0.360.000.75   0.49
XYZ11.678217.64384.1566
Yxy17.64380.34880.5270
Hunter Lab42.0045-23.880923.5361
CIE-Lab49.0612-31.865944.8320

#538120 color RGB value is (83,129,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 00100000
Octal 123 201 40
Decimal 83 129 32
Hex 53 81 20

RGB Percentages of Color #538120

%34.02
%52.87
%13.11

CMYK Percentages of Color #538120

%36
%0
%75
%49

Triadic Colors of #538120

#538120 #205381 #812053

Analogous Colors of #538120

#538120 #228120 #817f20

Monochromatic Colors of #538120

#538120

Complementary Color

#538120 #4e2081

#538120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538120 Color CSS Codes

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

#538120 Text Font Color

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

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


#538120 Background Color

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

This div background color is #538120


#538120 Border Color

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

This div border color is #538120


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,129,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 #538120">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538120


Comments

No comments written yet.

Please login to write comment.