Color Hex Logo

#537749 Color Hex

#537749
(83,119,73)
0 Favorites   0 Comments

Color spaces of #537749

RGB 8311973
HSL0.300.240.38
HSV107°39°47°
CMYK 0.300.000.39   0.53
XYZ11.366715.51378.6987
Yxy15.51370.31950.4360
Hunter Lab39.3874-17.415214.4770
CIE-Lab46.3299-22.323221.3274

#537749 color RGB value is (83,119,73).

#537749 hex color red value is 83, green value is 119 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #537749 hue: 0.30 , saturation: 0.24 and the lightness value of 537749 is 0.38.

The process color (four color CMYK) of #537749 color hex is 0.30, 0.00, 0.39, 0.53. Web safe color of #537749 is #666633. Color #537749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 01001001
Octal 123 167 111
Decimal 83 119 73
Hex 53 77 49

RGB Percentages of Color #537749

%30.18
%43.27
%26.55

CMYK Percentages of Color #537749

%30
%0
%39
%53

Triadic Colors of #537749

#537749 #495377 #774953

Analogous Colors of #537749

#537749 #497756 #6a7749

Monochromatic Colors of #537749

#537749

Complementary Color

#537749 #6d4977

#537749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537749 Color CSS Codes

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

#537749 Text Font Color

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

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


#537749 Background Color

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

This div background color is #537749


#537749 Border Color

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

This div border color is #537749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537749


Comments

No comments written yet.

Please login to write comment.