Color Hex Logo

#898269 Color Hex

#898269
(137,130,105)
0 Favorites   0 Comments

Color spaces of #898269

RGB 137130105
HSL0.130.130.47
HSV47°23°54°
CMYK 0.000.050.23   0.46
XYZ20.849022.303516.5708
Yxy22.30350.34910.3734
Hunter Lab47.2266-3.844612.2550
CIE-Lab54.3476-1.677114.5086

#898269 color RGB value is (137,130,105).

#898269 hex color red value is 137, green value is 130 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #898269 hue: 0.13 , saturation: 0.13 and the lightness value of 898269 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 01101001
Octal 211 202 151
Decimal 137 130 105
Hex 89 82 69

RGB Percentages of Color #898269

%36.83
%34.95
%28.23

CMYK Percentages of Color #898269

%0
%5
%23
%46

Triadic Colors of #898269

#898269 #698982 #826989

Analogous Colors of #898269

#898269 #808969 #897269

Monochromatic Colors of #898269

#898269

Complementary Color

#898269 #697089

#898269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898269 Color CSS Codes

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

#898269 Text Font Color

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

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


#898269 Background Color

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

This div background color is #898269


#898269 Border Color

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

This div border color is #898269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898269


Comments

No comments written yet.

Please login to write comment.