Color Hex Logo

#854740 Color Hex

#854740
(133,71,64)
0 Favorites   0 Comments

Color spaces of #854740

RGB 1337164
HSL0.020.350.39
HSV52°52°
CMYK 0.000.470.52   0.48
XYZ12.85159.86326.0769
Yxy9.86320.44640.3426
Hunter Lab31.405718.083710.5116
CIE-Lab37.595825.614315.9753

#854740 color RGB value is (133,71,64).

#854740 hex color red value is 133, green value is 71 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #854740 hue: 0.02 , saturation: 0.35 and the lightness value of 854740 is 0.39.

The process color (four color CMYK) of #854740 color hex is 0.00, 0.47, 0.52, 0.48. Web safe color of #854740 is #993333. Color #854740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 01000000
Octal 205 107 100
Decimal 133 71 64
Hex 85 47 40

RGB Percentages of Color #854740

%49.63
%26.49
%23.88

CMYK Percentages of Color #854740

%0
%47
%52
%48

Triadic Colors of #854740

#854740 #408547 #474085

Analogous Colors of #854740

#854740 #856a40 #85405c

Monochromatic Colors of #854740

#854740

Complementary Color

#854740 #407e85

#854740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854740 Color CSS Codes

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

#854740 Text Font Color

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

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


#854740 Background Color

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

This div background color is #854740


#854740 Border Color

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

This div border color is #854740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854740


Comments

No comments written yet.

Please login to write comment.