Color Hex Logo

#896234 Color Hex

#896234
(137,98,52)
0 Favorites   0 Comments

Color spaces of #896234

RGB 1379852
HSL0.090.450.37
HSV32°62°54°
CMYK 0.000.280.62   0.46
XYZ15.304014.30175.2027
Yxy14.30170.43970.4109
Hunter Lab37.81766.054518.3156
CIE-Lab44.662510.538132.0157

#896234 color RGB value is (137,98,52).

#896234 hex color red value is 137, green value is 98 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #896234 hue: 0.09 , saturation: 0.45 and the lightness value of 896234 is 0.37.

The process color (four color CMYK) of #896234 color hex is 0.00, 0.28, 0.62, 0.46. Web safe color of #896234 is #996633. Color #896234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100010 00110100
Octal 211 142 64
Decimal 137 98 52
Hex 89 62 34

RGB Percentages of Color #896234

%47.74
%34.15
%18.12

CMYK Percentages of Color #896234

%0
%28
%62
%46

Triadic Colors of #896234

#896234 #348962 #623489

Analogous Colors of #896234

#896234 #868934 #893834

Monochromatic Colors of #896234

#896234

Complementary Color

#896234 #345b89

#896234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896234 Color CSS Codes

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

#896234 Text Font Color

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

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


#896234 Background Color

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

This div background color is #896234


#896234 Border Color

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

This div border color is #896234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896234


Comments

No comments written yet.

Please login to write comment.