Color Hex Logo

#895435 Color Hex

#895435
(137,84,53)
0 Favorites   0 Comments

Color spaces of #895435

RGB 1378453
HSL0.060.440.37
HSV22°61°54°
CMYK 0.000.390.61   0.46
XYZ14.129511.91614.9235
Yxy11.91610.45620.3848
Hunter Lab34.519712.653615.7073
CIE-Lab41.082518.824927.1653

#895435 color RGB value is (137,84,53).

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

The process color (four color CMYK) of #895435 color hex is 0.00, 0.39, 0.61, 0.46. Web safe color of #895435 is #996633. Color #895435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 00110101
Octal 211 124 65
Decimal 137 84 53
Hex 89 54 35

RGB Percentages of Color #895435

%50.00
%30.66
%19.34

CMYK Percentages of Color #895435

%0
%39
%61
%46

Triadic Colors of #895435

#895435 #358954 #543589

Analogous Colors of #895435

#895435 #897e35 #893540

Monochromatic Colors of #895435

#895435

Complementary Color

#895435 #356a89

#895435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895435 Color CSS Codes

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

#895435 Text Font Color

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

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


#895435 Background Color

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

This div background color is #895435


#895435 Border Color

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

This div border color is #895435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895435


Comments

No comments written yet.

Please login to write comment.