Color Hex Logo

#895153 Color Hex

#895153
(137,81,83)
0 Favorites   0 Comments

Color spaces of #895153

RGB 1378183
HSL0.990.260.43
HSV358°41°54°
CMYK 0.000.410.39   0.46
XYZ14.820311.82789.6855
Yxy11.82780.40790.3255
Hunter Lab34.391616.73557.3766
CIE-Lab40.941123.68228.8951

#895153 color RGB value is (137,81,83).

#895153 hex color red value is 137, green value is 81 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #895153 hue: 0.99 , saturation: 0.26 and the lightness value of 895153 is 0.43.

The process color (four color CMYK) of #895153 color hex is 0.00, 0.41, 0.39, 0.46. Web safe color of #895153 is #996666. Color #895153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01010011
Octal 211 121 123
Decimal 137 81 83
Hex 89 51 53

RGB Percentages of Color #895153

%45.51
%26.91
%27.57

CMYK Percentages of Color #895153

%0
%41
%39
%46

Triadic Colors of #895153

#895153 #538951 #515389

Analogous Colors of #895153

#895153 #896b51 #89516f

Monochromatic Colors of #895153

#895153

Complementary Color

#895153 #518987

#895153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895153 Color CSS Codes

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

#895153 Text Font Color

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

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


#895153 Background Color

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

This div background color is #895153


#895153 Border Color

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

This div border color is #895153


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,81,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895153


Comments

No comments written yet.

Please login to write comment.