Color Hex Logo

#856458 Color Hex

#856458
(133,100,88)
0 Favorites   0 Comments

Color spaces of #856458

RGB 13310088
HSL0.040.200.43
HSV16°34°52°
CMYK 0.000.250.34   0.48
XYZ15.991514.805511.2474
Yxy14.80550.38030.3521
Hunter Lab38.47796.84869.6036
CIE-Lab45.366611.516911.9633

#856458 color RGB value is (133,100,88).

#856458 hex color red value is 133, green value is 100 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #856458 hue: 0.04 , saturation: 0.20 and the lightness value of 856458 is 0.43.

The process color (four color CMYK) of #856458 color hex is 0.00, 0.25, 0.34, 0.48. Web safe color of #856458 is #996666. Color #856458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100100 01011000
Octal 205 144 130
Decimal 133 100 88
Hex 85 64 58

RGB Percentages of Color #856458

%41.43
%31.15
%27.41

CMYK Percentages of Color #856458

%0
%25
%34
%48

Triadic Colors of #856458

#856458 #588564 #645885

Analogous Colors of #856458

#856458 #857b58 #855863

Monochromatic Colors of #856458

#856458

Complementary Color

#856458 #587985

#856458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856458 Color CSS Codes

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

#856458 Text Font Color

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

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


#856458 Background Color

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

This div background color is #856458


#856458 Border Color

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

This div border color is #856458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856458

#856458 Color Palettes


Comments

No comments written yet.

Please login to write comment.