Color Hex Logo

#854933 Color Hex

#854933
(133,73,51)
0 Favorites   0 Comments

Color spaces of #854933

RGB 1337351
HSL0.040.450.36
HSV16°62°52°
CMYK 0.000.450.62   0.48
XYZ12.65309.99064.3935
Yxy9.99060.46800.3695
Hunter Lab31.607916.141713.8842
CIE-Lab37.825623.295824.2044

#854933 color RGB value is (133,73,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001001 00110011
Octal 205 111 63
Decimal 133 73 51
Hex 85 49 33

RGB Percentages of Color #854933

%51.75
%28.40
%19.84

CMYK Percentages of Color #854933

%0
%45
%62
%48

Triadic Colors of #854933

#854933 #338549 #493385

Analogous Colors of #854933

#854933 #857233 #853346

Monochromatic Colors of #854933

#854933

Complementary Color

#854933 #336f85

#854933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854933 Color CSS Codes

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

#854933 Text Font Color

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

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


#854933 Background Color

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

This div background color is #854933


#854933 Border Color

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

This div border color is #854933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854933


Comments

No comments written yet.

Please login to write comment.