Color Hex Logo

#854425 Color Hex

#854425
(133,68,37)
0 Favorites   0 Comments

Color spaces of #854425

RGB 1336837
HSL0.050.560.33
HSV19°72°52°
CMYK 0.000.490.72   0.48
XYZ12.07399.25442.9002
Yxy9.25440.49830.3820
Hunter Lab30.421017.608615.6423
CIE-Lab36.469625.184730.7357

#854425 color RGB value is (133,68,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000100 00100101
Octal 205 104 45
Decimal 133 68 37
Hex 85 44 25

RGB Percentages of Color #854425

%55.88
%28.57
%15.55

CMYK Percentages of Color #854425

%0
%49
%72
%48

Triadic Colors of #854425

#854425 #258544 #442585

Analogous Colors of #854425

#854425 #857425 #852536

Monochromatic Colors of #854425

#854425

Complementary Color

#854425 #256685

#854425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854425 Color CSS Codes

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

#854425 Text Font Color

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

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


#854425 Background Color

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

This div background color is #854425


#854425 Border Color

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

This div border color is #854425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854425


Comments

No comments written yet.

Please login to write comment.