Color Hex Logo

#537748 Color Hex

#537748
(83,119,72)
0 Favorites   0 Comments

Color spaces of #537748

RGB 8311972
HSL0.290.250.37
HSV106°39°47°
CMYK 0.300.000.39   0.53
XYZ11.333815.50058.5254
Yxy15.50050.32050.4384
Hunter Lab39.3707-17.513114.7207
CIE-Lab46.3122-22.484821.8727

#537748 color RGB value is (83,119,72).

#537748 hex color red value is 83, green value is 119 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #537748 hue: 0.29 , saturation: 0.25 and the lightness value of 537748 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 01001000
Octal 123 167 110
Decimal 83 119 72
Hex 53 77 48

RGB Percentages of Color #537748

%30.29
%43.43
%26.28

CMYK Percentages of Color #537748

%30
%0
%39
%53

Triadic Colors of #537748

#537748 #485377 #774853

Analogous Colors of #537748

#537748 #487755 #6b7748

Monochromatic Colors of #537748

#537748

Complementary Color

#537748 #6c4877

#537748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537748 Color CSS Codes

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

#537748 Text Font Color

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

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


#537748 Background Color

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

This div background color is #537748


#537748 Border Color

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

This div border color is #537748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537748


Comments

No comments written yet.

Please login to write comment.