Color Hex Logo

#854849 Color Hex

#854849
(133,72,73)
0 Favorites   0 Comments

Color spaces of #854849

RGB 1337273
HSL1.000.300.40
HSV359°46°52°
CMYK 0.000.460.45   0.48
XYZ13.192810.10237.5579
Yxy10.10230.42760.3274
Hunter Lab31.784118.46878.1504
CIE-Lab38.025426.014410.9526

#854849 color RGB value is (133,72,73).

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

The process color (four color CMYK) of #854849 color hex is 0.00, 0.46, 0.45, 0.48. Web safe color of #854849 is #993333. Color #854849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01001001
Octal 205 110 111
Decimal 133 72 73
Hex 85 48 49

RGB Percentages of Color #854849

%47.84
%25.90
%26.26

CMYK Percentages of Color #854849

%0
%46
%45
%48

Triadic Colors of #854849

#854849 #498548 #484985

Analogous Colors of #854849

#854849 #856648 #854868

Monochromatic Colors of #854849

#854849

Complementary Color

#854849 #488584

#854849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854849 Color CSS Codes

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

#854849 Text Font Color

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

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


#854849 Background Color

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

This div background color is #854849


#854849 Border Color

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

This div border color is #854849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854849


Comments

No comments written yet.

Please login to write comment.