Color Hex Logo

#998172 Color Hex

#998172
(153,129,114)
0 Favorites   0 Comments

Color spaces of #998172

RGB 153129114
HSL0.060.160.52
HSV23°25°60°
CMYK 0.000.160.25   0.40
XYZ24.024423.687719.2256
Yxy23.68770.35890.3539
Hunter Lab48.67002.938310.6483
CIE-Lab55.77376.767011.5451

#998172 color RGB value is (153,129,114).

#998172 hex color red value is 153, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #998172 hue: 0.06 , saturation: 0.16 and the lightness value of 998172 is 0.52.

The process color (four color CMYK) of #998172 color hex is 0.00, 0.16, 0.25, 0.40. Web safe color of #998172 is #999966. Color #998172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000001 01110010
Octal 231 201 162
Decimal 153 129 114
Hex 99 81 72

RGB Percentages of Color #998172

%38.64
%32.58
%28.79

CMYK Percentages of Color #998172

%0
%16
%25
%40

Triadic Colors of #998172

#998172 #729981 #817299

Analogous Colors of #998172

#998172 #999572 #997277

Monochromatic Colors of #998172

#998172

Complementary Color

#998172 #728a99

#998172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998172 Color CSS Codes

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

#998172 Text Font Color

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

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


#998172 Background Color

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

This div background color is #998172


#998172 Border Color

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

This div border color is #998172


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,129,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998172; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998172;
  -webkit-box-shadow: 1px 1px 3px 2px #998172;
  box-shadow:         1px 1px 3px 2px #998172; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,129,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998172


Comments

No comments written yet.

Please login to write comment.