Color Hex Logo

#858273 Color Hex

#858273
(133,130,115)
0 Favorites   0 Comments

Color spaces of #858273

RGB 133130115
HSL0.140.070.49
HSV50°14°52°
CMYK 0.000.020.14   0.48
XYZ20.750022.189619.4090
Yxy22.18960.33280.3559
Hunter Lab47.1058-3.80648.5449
CIE-Lab54.2276-1.63818.5237

#858273 color RGB value is (133,130,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000010 01110011
Octal 205 202 163
Decimal 133 130 115
Hex 85 82 73

RGB Percentages of Color #858273

%35.19
%34.39
%30.42

CMYK Percentages of Color #858273

%0
%2
%14
%48

Triadic Colors of #858273

#858273 #738582 #827385

Analogous Colors of #858273

#858273 #7f8573 #857973

Monochromatic Colors of #858273

#858273

Complementary Color

#858273 #737685

#858273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858273 Color CSS Codes

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

#858273 Text Font Color

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

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


#858273 Background Color

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

This div background color is #858273


#858273 Border Color

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

This div border color is #858273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858273


Comments

No comments written yet.

Please login to write comment.