Color Hex Logo

#898275 Color Hex

#898275
(137,130,117)
0 Favorites   0 Comments

Color spaces of #898275

RGB 137130117
HSL0.110.080.50
HSV39°15°54°
CMYK 0.000.050.15   0.46
XYZ21.510022.568020.0520
Yxy22.56800.33540.3519
Hunter Lab47.5058-2.31278.2280
CIE-Lab54.62450.28267.9786

#898275 color RGB value is (137,130,117).

#898275 hex color red value is 137, green value is 130 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #898275 hue: 0.11 , saturation: 0.08 and the lightness value of 898275 is 0.50.

The process color (four color CMYK) of #898275 color hex is 0.00, 0.05, 0.15, 0.46. Web safe color of #898275 is #999966. Color #898275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 01110101
Octal 211 202 165
Decimal 137 130 117
Hex 89 82 75

RGB Percentages of Color #898275

%35.68
%33.85
%30.47

CMYK Percentages of Color #898275

%0
%5
%15
%46

Triadic Colors of #898275

#898275 #758982 #827589

Analogous Colors of #898275

#898275 #868975 #897875

Monochromatic Colors of #898275

#898275

Complementary Color

#898275 #757c89

#898275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898275 Color CSS Codes

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

#898275 Text Font Color

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

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


#898275 Background Color

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

This div background color is #898275


#898275 Border Color

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

This div border color is #898275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898275


Comments

No comments written yet.

Please login to write comment.