Color Hex Logo

#536847 Color Hex

#536847
(83,104,71)
0 Favorites   0 Comments

Color spaces of #536847

RGB 8310471
HSL0.270.190.34
HSV98°32°41°
CMYK 0.200.000.32   0.59
XYZ9.654912.19467.8062
Yxy12.19460.32560.4112
Hunter Lab34.9208-11.759611.1908
CIE-Lab41.5237-14.651616.0938

#536847 color RGB value is (83,104,71).

#536847 hex color red value is 83, green value is 104 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #536847 hue: 0.27 , saturation: 0.19 and the lightness value of 536847 is 0.34.

The process color (four color CMYK) of #536847 color hex is 0.20, 0.00, 0.32, 0.59. Web safe color of #536847 is #666633. Color #536847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 01000111
Octal 123 150 107
Decimal 83 104 71
Hex 53 68 47

RGB Percentages of Color #536847

%32.17
%40.31
%27.52

CMYK Percentages of Color #536847

%20
%0
%32
%59

Triadic Colors of #536847

#536847 #475368 #684753

Analogous Colors of #536847

#536847 #47684c #646847

Monochromatic Colors of #536847

#536847

Complementary Color

#536847 #5c4768

#536847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536847 Color CSS Codes

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

#536847 Text Font Color

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

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


#536847 Background Color

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

This div background color is #536847


#536847 Border Color

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

This div border color is #536847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536847


Comments

No comments written yet.

Please login to write comment.