Color Hex Logo

#538040 Color Hex

#538040
(83,128,64)
0 Favorites   0 Comments

Color spaces of #538040

RGB 8312864
HSL0.280.330.38
HSV102°50°50°
CMYK 0.350.000.50   0.50
XYZ12.211917.64757.6132
Yxy17.64750.32590.4709
Hunter Lab42.0089-21.626118.6612
CIE-Lab49.0657-28.155229.7877

#538040 color RGB value is (83,128,64).

#538040 hex color red value is 83, green value is 128 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #538040 hue: 0.28 , saturation: 0.33 and the lightness value of 538040 is 0.38.

The process color (four color CMYK) of #538040 color hex is 0.35, 0.00, 0.50, 0.50. Web safe color of #538040 is #669933. Color #538040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01000000
Octal 123 200 100
Decimal 83 128 64
Hex 53 80 40

RGB Percentages of Color #538040

%30.18
%46.55
%23.27

CMYK Percentages of Color #538040

%35
%0
%50
%50

Triadic Colors of #538040

#538040 #405380 #804053

Analogous Colors of #538040

#538040 #40804d #738040

Monochromatic Colors of #538040

#538040

Complementary Color

#538040 #6d4080

#538040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538040 Color CSS Codes

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

#538040 Text Font Color

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

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


#538040 Background Color

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

This div background color is #538040


#538040 Border Color

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

This div border color is #538040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538040


Comments

No comments written yet.

Please login to write comment.