Color Hex Logo

#857a43 Color Hex

#857A43
(133,122,67)
0 Favorites   0 Comments

Color spaces of #857a43

RGB 13312267
HSL0.140.330.39
HSV50°50°52°
CMYK 0.000.080.50   0.48
XYZ17.645519.31098.1075
Yxy19.31090.39160.4285
Hunter Lab43.9442-5.226819.8222
CIE-Lab51.0490-3.769831.4611

#857a43 color RGB value is (133,122,67).

#857a43 hex color red value is 133, green value is 122 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #857a43 hue: 0.14 , saturation: 0.33 and the lightness value of 857a43 is 0.39.

The process color (four color CMYK) of #857a43 color hex is 0.00, 0.08, 0.50, 0.48. Web safe color of #857a43 is #996633. Color #857a43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 01000011
Octal 205 172 103
Decimal 133 122 67
Hex 85 7A 43

RGB Percentages of Color #857a43

%41.30
%37.89
%20.81

CMYK Percentages of Color #857a43

%0
%8
%50
%48

Triadic Colors of #857a43

#857a43 #43857a #7a4385

Analogous Colors of #857a43

#857a43 #6f8543 #855943

Monochromatic Colors of #857a43

#857a43

Complementary Color

#857a43 #434e85

#857a43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857a43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857a43 Color CSS Codes

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

#857a43 Text Font Color

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

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


#857a43 Background Color

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

This div background color is #857a43


#857a43 Border Color

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

This div border color is #857a43


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,122,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857a43; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857a43;
  -webkit-box-shadow: 1px 1px 3px 2px #857a43;
  box-shadow:         1px 1px 3px 2px #857a43; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857a43


Comments

No comments written yet.

Please login to write comment.