Color Hex Logo

#998271 Color Hex

#998271
(153,130,113)
0 Favorites   0 Comments

Color spaces of #998271

RGB 153130113
HSL0.070.160.52
HSV26°26°60°
CMYK 0.000.150.26   0.40
XYZ24.100123.929818.9715
Yxy23.92980.35970.3572
Hunter Lab48.91812.333611.2487
CIE-Lab56.01746.048312.4618

#998271 color RGB value is (153,130,113).

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

The process color (four color CMYK) of #998271 color hex is 0.00, 0.15, 0.26, 0.40. Web safe color of #998271 is #999966. Color #998271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 01110001
Octal 231 202 161
Decimal 153 130 113
Hex 99 82 71

RGB Percentages of Color #998271

%38.64
%32.83
%28.54

CMYK Percentages of Color #998271

%0
%15
%26
%40

Triadic Colors of #998271

#998271 #719982 #827199

Analogous Colors of #998271

#998271 #999671 #997174

Monochromatic Colors of #998271

#998271

Complementary Color

#998271 #718899

#998271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998271 Color CSS Codes

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

#998271 Text Font Color

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

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


#998271 Background Color

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

This div background color is #998271


#998271 Border Color

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

This div border color is #998271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998271


Comments

No comments written yet.

Please login to write comment.