Color Hex Logo

#854344 Color Hex

#854344
(133,67,68)
0 Favorites   0 Comments

Color spaces of #854344

RGB 1336768
HSL1.000.330.39
HSV359°50°52°
CMYK 0.000.500.49   0.48
XYZ12.72349.41826.6161
Yxy9.41820.44240.3275
Hunter Lab30.689120.29858.7003
CIE-Lab36.777328.286712.3674

#854344 color RGB value is (133,67,68).

#854344 hex color red value is 133, green value is 67 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #854344 hue: 1.00 , saturation: 0.33 and the lightness value of 854344 is 0.39.

The process color (four color CMYK) of #854344 color hex is 0.00, 0.50, 0.49, 0.48. Web safe color of #854344 is #993333. Color #854344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 01000100
Octal 205 103 104
Decimal 133 67 68
Hex 85 43 44

RGB Percentages of Color #854344

%49.63
%25.00
%25.37

CMYK Percentages of Color #854344

%0
%50
%49
%48

Triadic Colors of #854344

#854344 #448543 #434485

Analogous Colors of #854344

#854344 #856343 #854365

Monochromatic Colors of #854344

#854344

Complementary Color

#854344 #438584

#854344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854344 Color CSS Codes

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

#854344 Text Font Color

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

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


#854344 Background Color

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

This div background color is #854344


#854344 Border Color

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

This div border color is #854344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854344


Comments

No comments written yet.

Please login to write comment.