Color Hex Logo

#858270 Color Hex

#858270
(133,130,112)
0 Favorites   0 Comments

Color spaces of #858270

RGB 133130112
HSL0.140.090.48
HSV51°16°52°
CMYK 0.000.020.16   0.48
XYZ20.580122.121718.5145
Yxy22.12170.33620.3614
Hunter Lab47.0337-4.20449.5845
CIE-Lab54.1559-2.153010.1565

#858270 color RGB value is (133,130,112).

#858270 hex color red value is 133, green value is 130 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #858270 hue: 0.14 , saturation: 0.09 and the lightness value of 858270 is 0.48.

The process color (four color CMYK) of #858270 color hex is 0.00, 0.02, 0.16, 0.48. Web safe color of #858270 is #999966. Color #858270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000010 01110000
Octal 205 202 160
Decimal 133 130 112
Hex 85 82 70

RGB Percentages of Color #858270

%35.47
%34.67
%29.87

CMYK Percentages of Color #858270

%0
%2
%16
%48

Triadic Colors of #858270

#858270 #708582 #827085

Analogous Colors of #858270

#858270 #7e8570 #857870

Monochromatic Colors of #858270

#858270

Complementary Color

#858270 #707385

#858270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858270 Color CSS Codes

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

#858270 Text Font Color

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

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


#858270 Background Color

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

This div background color is #858270


#858270 Border Color

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

This div border color is #858270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858270


Comments

No comments written yet.

Please login to write comment.