Color Hex Logo

#854834 Color Hex

#854834
(133,72,52)
0 Favorites   0 Comments

Color spaces of #854834

RGB 1337252
HSL0.040.440.36
HSV15°61°52°
CMYK 0.000.460.61   0.48
XYZ12.61019.86924.4891
Yxy9.86920.46760.3660
Hunter Lab31.415316.673213.5184
CIE-Lab37.606623.950523.3329

#854834 color RGB value is (133,72,52).

#854834 hex color red value is 133, green value is 72 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #854834 hue: 0.04 , saturation: 0.44 and the lightness value of 854834 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 00110100
Octal 205 110 64
Decimal 133 72 52
Hex 85 48 34

RGB Percentages of Color #854834

%51.75
%28.02
%20.23

CMYK Percentages of Color #854834

%0
%46
%61
%48

Triadic Colors of #854834

#854834 #348548 #483485

Analogous Colors of #854834

#854834 #857134 #853448

Monochromatic Colors of #854834

#854834

Complementary Color

#854834 #347185

#854834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854834 Color CSS Codes

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

#854834 Text Font Color

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

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


#854834 Background Color

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

This div background color is #854834


#854834 Border Color

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

This div border color is #854834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854834


Comments

No comments written yet.

Please login to write comment.