Color Hex Logo

#854640 Color Hex

#854640
(133,70,64)
0 Favorites   0 Comments

Color spaces of #854640

RGB 1337064
HSL0.010.350.39
HSV52°52°
CMYK 0.000.470.52   0.48
XYZ12.78849.73706.0559
Yxy9.73700.44740.3407
Hunter Lab31.204218.547310.3363
CIE-Lab37.366226.183115.6677

#854640 color RGB value is (133,70,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000110 01000000
Octal 205 106 100
Decimal 133 70 64
Hex 85 46 40

RGB Percentages of Color #854640

%49.81
%26.22
%23.97

CMYK Percentages of Color #854640

%0
%47
%52
%48

Triadic Colors of #854640

#854640 #408546 #464085

Analogous Colors of #854640

#854640 #856940 #85405c

Monochromatic Colors of #854640

#854640

Complementary Color

#854640 #407f85

#854640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854640 Color CSS Codes

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

#854640 Text Font Color

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

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


#854640 Background Color

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

This div background color is #854640


#854640 Border Color

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

This div border color is #854640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854640


Comments

No comments written yet.

Please login to write comment.