Color Hex Logo

#538616 Color Hex

#538616
(83,134,22)
0 Favorites   0 Comments

Color spaces of #538616

RGB 8313422
HSL0.240.720.31
HSV87°84°53°
CMYK 0.380.000.84   0.47
XYZ12.237218.94713.7712
Yxy18.94710.35010.5420
Hunter Lab43.5283-25.992425.3330
CIE-Lab50.6253-34.703149.6778

#538616 color RGB value is (83,134,22).

#538616 hex color red value is 83, green value is 134 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #538616 hue: 0.24 , saturation: 0.72 and the lightness value of 538616 is 0.31.

The process color (four color CMYK) of #538616 color hex is 0.38, 0.00, 0.84, 0.47. Web safe color of #538616 is #669900. Color #538616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000110 00010110
Octal 123 206 26
Decimal 83 134 22
Hex 53 86 16

RGB Percentages of Color #538616

%34.73
%56.07
%9.21

CMYK Percentages of Color #538616

%38
%0
%84
%47

Triadic Colors of #538616

#538616 #165386 #861653

Analogous Colors of #538616

#538616 #1b8616 #868116

Monochromatic Colors of #538616

#538616

Complementary Color

#538616 #491686

#538616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538616 Color CSS Codes

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

#538616 Text Font Color

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

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


#538616 Background Color

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

This div background color is #538616


#538616 Border Color

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

This div border color is #538616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538616


Comments

No comments written yet.

Please login to write comment.