Color Hex Logo

#855747 Color Hex

#855747
(133,87,71)
0 Favorites   0 Comments

Color spaces of #855747

RGB 1338771
HSL0.040.300.40
HSV15°47°52°
CMYK 0.000.350.47   0.48
XYZ14.218412.25797.5778
Yxy12.25790.41750.3600
Hunter Lab35.011311.220711.6752
CIE-Lab41.623117.048917.0834

#855747 color RGB value is (133,87,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 01000111
Octal 205 127 107
Decimal 133 87 71
Hex 85 57 47

RGB Percentages of Color #855747

%45.70
%29.90
%24.40

CMYK Percentages of Color #855747

%0
%35
%47
%48

Triadic Colors of #855747

#855747 #478557 #574785

Analogous Colors of #855747

#855747 #857647 #854756

Monochromatic Colors of #855747

#855747

Complementary Color

#855747 #477585

#855747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855747 Color CSS Codes

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

#855747 Text Font Color

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

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


#855747 Background Color

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

This div background color is #855747


#855747 Border Color

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

This div border color is #855747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855747


Comments

No comments written yet.

Please login to write comment.