Color Hex Logo

#857112 Color Hex

#857112
(133,113,18)
0 Favorites   0 Comments

Color spaces of #857112

RGB 13311318
HSL0.140.760.30
HSV50°86°52°
CMYK 0.000.150.86   0.48
XYZ15.687216.84052.9960
Yxy16.84050.44160.4741
Hunter Lab41.0372-3.580224.3974
CIE-Lab48.0584-1.847750.0659

#857112 color RGB value is (133,113,18).

#857112 hex color red value is 133, green value is 113 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #857112 hue: 0.14 , saturation: 0.76 and the lightness value of 857112 is 0.30.

The process color (four color CMYK) of #857112 color hex is 0.00, 0.15, 0.86, 0.48. Web safe color of #857112 is #996600. Color #857112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110001 00010010
Octal 205 161 22
Decimal 133 113 18
Hex 85 71 12

RGB Percentages of Color #857112

%50.38
%42.80
%6.82

CMYK Percentages of Color #857112

%0
%15
%86
%48

Triadic Colors of #857112

#857112 #128571 #711285

Analogous Colors of #857112

#857112 #608512 #853812

Monochromatic Colors of #857112

#857112

Complementary Color

#857112 #122685

#857112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857112 Color CSS Codes

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

#857112 Text Font Color

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

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


#857112 Background Color

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

This div background color is #857112


#857112 Border Color

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

This div border color is #857112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857112


Comments

No comments written yet.

Please login to write comment.