Color Hex Logo

#895123 Color Hex

#895123
(137,81,35)
0 Favorites   0 Comments

Color spaces of #895123

RGB 1378135
HSL0.080.590.34
HSV27°74°54°
CMYK 0.000.410.74   0.46
XYZ13.562311.32463.0612
Yxy11.32460.48530.4052
Hunter Lab33.652013.047218.1630
CIE-Lab40.121919.372635.9474

#895123 color RGB value is (137,81,35).

#895123 hex color red value is 137, green value is 81 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #895123 hue: 0.08 , saturation: 0.59 and the lightness value of 895123 is 0.34.

The process color (four color CMYK) of #895123 color hex is 0.00, 0.41, 0.74, 0.46. Web safe color of #895123 is #996633. Color #895123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 00100011
Octal 211 121 43
Decimal 137 81 35
Hex 89 51 23

RGB Percentages of Color #895123

%54.15
%32.02
%13.83

CMYK Percentages of Color #895123

%0
%41
%74
%46

Triadic Colors of #895123

#895123 #238951 #512389

Analogous Colors of #895123

#895123 #898423 #892328

Monochromatic Colors of #895123

#895123

Complementary Color

#895123 #235b89

#895123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895123 Color CSS Codes

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

#895123 Text Font Color

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

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


#895123 Background Color

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

This div background color is #895123


#895123 Border Color

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

This div border color is #895123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895123


Comments

No comments written yet.

Please login to write comment.