Color Hex Logo

#535847 Color Hex

#535847
(83,88,71)
0 Favorites   0 Comments

Color spaces of #535847

RGB 838871
HSL0.220.110.31
HSV78°19°35°
CMYK 0.060.000.19   0.65
XYZ8.19439.27347.3193
Yxy9.27340.33060.3741
Hunter Lab30.4523-5.25957.0660
CIE-Lab36.5054-5.43419.2062

#535847 color RGB value is (83,88,71).

#535847 hex color red value is 83, green value is 88 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #535847 hue: 0.22 , saturation: 0.11 and the lightness value of 535847 is 0.31.

The process color (four color CMYK) of #535847 color hex is 0.06, 0.00, 0.19, 0.65. Web safe color of #535847 is #666633. Color #535847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011000 01000111
Octal 123 130 107
Decimal 83 88 71
Hex 53 58 47

RGB Percentages of Color #535847

%34.30
%36.36
%29.34

CMYK Percentages of Color #535847

%6
%0
%19
%65

Triadic Colors of #535847

#535847 #475358 #584753

Analogous Colors of #535847

#535847 #4b5847 #585547

Monochromatic Colors of #535847

#535847

Complementary Color

#535847 #4c4758

#535847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535847 Color CSS Codes

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

#535847 Text Font Color

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

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


#535847 Background Color

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

This div background color is #535847


#535847 Border Color

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

This div border color is #535847


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,88,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 #535847">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535847


Comments

No comments written yet.

Please login to write comment.