Color Hex Logo

#895033 Color Hex

#895033
(137,80,51)
0 Favorites   0 Comments

Color spaces of #895033

RGB 1378051
HSL0.060.460.37
HSV20°63°54°
CMYK 0.000.420.63   0.46
XYZ13.782711.29474.5856
Yxy11.29470.46460.3808
Hunter Lab33.607614.390815.4355
CIE-Lab40.072520.993427.0928

#895033 color RGB value is (137,80,51).

#895033 hex color red value is 137, green value is 80 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #895033 hue: 0.06 , saturation: 0.46 and the lightness value of 895033 is 0.37.

The process color (four color CMYK) of #895033 color hex is 0.00, 0.42, 0.63, 0.46. Web safe color of #895033 is #996633. Color #895033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010000 00110011
Octal 211 120 63
Decimal 137 80 51
Hex 89 50 33

RGB Percentages of Color #895033

%51.12
%29.85
%19.03

CMYK Percentages of Color #895033

%0
%42
%63
%46

Triadic Colors of #895033

#895033 #338950 #503389

Analogous Colors of #895033

#895033 #897b33 #893341

Monochromatic Colors of #895033

#895033

Complementary Color

#895033 #336c89

#895033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895033 Color CSS Codes

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

#895033 Text Font Color

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

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


#895033 Background Color

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

This div background color is #895033


#895033 Border Color

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

This div border color is #895033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895033


Comments

No comments written yet.

Please login to write comment.