Color Hex Logo

#537950 Color Hex

#537950
(83,121,80)
0 Favorites   0 Comments

Color spaces of #537950

RGB 8312180
HSL0.320.200.39
HSV116°34°47°
CMYK 0.310.000.34   0.53
XYZ11.852616.092910.0710
Yxy16.09290.31180.4233
Hunter Lab40.1160-17.463613.1966
CIE-Lab47.0961-22.164618.3381

#537950 color RGB value is (83,121,80).

#537950 hex color red value is 83, green value is 121 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #537950 hue: 0.32 , saturation: 0.20 and the lightness value of 537950 is 0.39.

The process color (four color CMYK) of #537950 color hex is 0.31, 0.00, 0.34, 0.53. Web safe color of #537950 is #666666. Color #537950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 01010000
Octal 123 171 120
Decimal 83 121 80
Hex 53 79 50

RGB Percentages of Color #537950

%29.23
%42.61
%28.17

CMYK Percentages of Color #537950

%31
%0
%34
%53

Triadic Colors of #537950

#537950 #505379 #795053

Analogous Colors of #537950

#537950 #507962 #687950

Monochromatic Colors of #537950

#537950

Complementary Color

#537950 #765079

#537950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537950 Color CSS Codes

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

#537950 Text Font Color

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

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


#537950 Background Color

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

This div background color is #537950


#537950 Border Color

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

This div border color is #537950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537950


Comments

No comments written yet.

Please login to write comment.