Color Hex Logo

#538336 Color Hex

#538336
(83,131,54)
0 Favorites   0 Comments

Color spaces of #538336

RGB 8313154
HSL0.270.420.36
HSV97°59°51°
CMYK 0.370.000.59   0.49
XYZ12.349418.33796.3787
Yxy18.33790.33320.4947
Hunter Lab42.8228-23.463321.1444
CIE-Lab49.9034-30.822435.9505

#538336 color RGB value is (83,131,54).

#538336 hex color red value is 83, green value is 131 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #538336 hue: 0.27 , saturation: 0.42 and the lightness value of 538336 is 0.36.

The process color (four color CMYK) of #538336 color hex is 0.37, 0.00, 0.59, 0.49. Web safe color of #538336 is #669933. Color #538336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 00110110
Octal 123 203 66
Decimal 83 131 54
Hex 53 83 36

RGB Percentages of Color #538336

%30.97
%48.88
%20.15

CMYK Percentages of Color #538336

%37
%0
%59
%49

Triadic Colors of #538336

#538336 #365383 #833653

Analogous Colors of #538336

#538336 #368340 #7a8336

Monochromatic Colors of #538336

#538336

Complementary Color

#538336 #663683

#538336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538336 Color CSS Codes

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

#538336 Text Font Color

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

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


#538336 Background Color

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

This div background color is #538336


#538336 Border Color

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

This div border color is #538336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538336


Comments

No comments written yet.

Please login to write comment.