Color Hex Logo

#537933 Color Hex

#537933
(83,121,51)
0 Favorites   0 Comments

Color spaces of #537933

RGB 8312151
HSL0.260.410.34
HSV93°58°47°
CMYK 0.310.000.58   0.53
XYZ11.002215.75285.5927
Yxy15.75280.34010.4870
Hunter Lab39.6898-19.976119.4283
CIE-Lab46.6485-26.358233.6699

#537933 color RGB value is (83,121,51).

#537933 hex color red value is 83, green value is 121 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #537933 hue: 0.26 , saturation: 0.41 and the lightness value of 537933 is 0.34.

The process color (four color CMYK) of #537933 color hex is 0.31, 0.00, 0.58, 0.53. Web safe color of #537933 is #666633. Color #537933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 00110011
Octal 123 171 63
Decimal 83 121 51
Hex 53 79 33

RGB Percentages of Color #537933

%32.55
%47.45
%20.00

CMYK Percentages of Color #537933

%31
%0
%58
%53

Triadic Colors of #537933

#537933 #335379 #793353

Analogous Colors of #537933

#537933 #337936 #767933

Monochromatic Colors of #537933

#537933

Complementary Color

#537933 #593379

#537933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537933 Color CSS Codes

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

#537933 Text Font Color

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

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


#537933 Background Color

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

This div background color is #537933


#537933 Border Color

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

This div border color is #537933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537933


Comments

No comments written yet.

Please login to write comment.