Color Hex Logo

#896058 Color Hex

#896058
(137,96,88)
0 Favorites   0 Comments

Color spaces of #896058

RGB 1379688
HSL0.030.220.44
HSV10°36°54°
CMYK 0.000.300.36   0.46
XYZ16.260914.388711.1528
Yxy14.38870.38900.3442
Hunter Lab37.932410.13779.1204
CIE-Lab44.785315.564111.2248

#896058 color RGB value is (137,96,88).

#896058 hex color red value is 137, green value is 96 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #896058 hue: 0.03 , saturation: 0.22 and the lightness value of 896058 is 0.44.

The process color (four color CMYK) of #896058 color hex is 0.00, 0.30, 0.36, 0.46. Web safe color of #896058 is #996666. Color #896058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 01011000
Octal 211 140 130
Decimal 137 96 88
Hex 89 60 58

RGB Percentages of Color #896058

%42.68
%29.91
%27.41

CMYK Percentages of Color #896058

%0
%30
%36
%46

Triadic Colors of #896058

#896058 #588960 #605889

Analogous Colors of #896058

#896058 #897958 #895869

Monochromatic Colors of #896058

#896058

Complementary Color

#896058 #588189

#896058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896058 Color CSS Codes

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

#896058 Text Font Color

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

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


#896058 Background Color

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

This div background color is #896058


#896058 Border Color

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

This div border color is #896058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,96,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 #896058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896058


Comments

No comments written yet.

Please login to write comment.