Color Hex Logo

#857a67 Color Hex

#857A67
(133,122,103)
0 Favorites   0 Comments

Color spaces of #857a67

RGB 133122103
HSL0.110.130.46
HSV38°23°52°
CMYK 0.000.080.23   0.48
XYZ19.080619.884915.6645
Yxy19.88490.34930.3640
Hunter Lab44.5925-1.658810.3873
CIE-Lab51.70680.926611.9389

#857a67 color RGB value is (133,122,103).

#857a67 hex color red value is 133, green value is 122 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #857a67 hue: 0.11 , saturation: 0.13 and the lightness value of 857a67 is 0.46.

The process color (four color CMYK) of #857a67 color hex is 0.00, 0.08, 0.23, 0.48. Web safe color of #857a67 is #996666. Color #857a67 contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #857a67

%37.15
%34.08
%28.77

CMYK Percentages of Color #857a67

%0
%8
%23
%48

Triadic Colors of #857a67

#857a67 #67857a #7a6785

Analogous Colors of #857a67

#857a67 #818567 #856b67

Monochromatic Colors of #857a67

#857a67

Complementary Color

#857a67 #677285

#857a67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857a67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857a67 Color CSS Codes

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

#857a67 Text Font Color

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

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


#857a67 Background Color

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

This div background color is #857a67


#857a67 Border Color

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

This div border color is #857a67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857a67


Comments

No comments written yet.

Please login to write comment.