Color Hex Logo

#856647 Color Hex

#856647
(133,102,71)
0 Favorites   0 Comments

Color spaces of #856647

RGB 13310271
HSL0.080.300.40
HSV30°47°52°
CMYK 0.000.230.47   0.48
XYZ15.561614.94428.0256
Yxy14.94420.40390.3878
Hunter Lab38.65774.203814.7514
CIE-Lab45.55778.197522.2776

#856647 color RGB value is (133,102,71).

#856647 hex color red value is 133, green value is 102 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #856647 hue: 0.08 , saturation: 0.30 and the lightness value of 856647 is 0.40.

The process color (four color CMYK) of #856647 color hex is 0.00, 0.23, 0.47, 0.48. Web safe color of #856647 is #996633. Color #856647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100110 01000111
Octal 205 146 107
Decimal 133 102 71
Hex 85 66 47

RGB Percentages of Color #856647

%43.46
%33.33
%23.20

CMYK Percentages of Color #856647

%0
%23
%47
%48

Triadic Colors of #856647

#856647 #478566 #664785

Analogous Colors of #856647

#856647 #858547 #854747

Monochromatic Colors of #856647

#856647

Complementary Color

#856647 #476685

#856647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856647 Color CSS Codes

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

#856647 Text Font Color

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

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


#856647 Background Color

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

This div background color is #856647


#856647 Border Color

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

This div border color is #856647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856647


Comments

No comments written yet.

Please login to write comment.