Color Hex Logo

#998073 Color Hex

#998073
(153,128,115)
0 Favorites   0 Comments

Color spaces of #998073

RGB 153128115
HSL0.060.160.53
HSV21°25°60°
CMYK 0.000.160.25   0.40
XYZ23.950623.448519.4833
Yxy23.44850.35810.3506
Hunter Lab48.42373.545710.0412
CIE-Lab55.53137.487810.6281

#998073 color RGB value is (153,128,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000000 01110011
Octal 231 200 163
Decimal 153 128 115
Hex 99 80 73

RGB Percentages of Color #998073

%38.64
%32.32
%29.04

CMYK Percentages of Color #998073

%0
%16
%25
%40

Triadic Colors of #998073

#998073 #739980 #807399

Analogous Colors of #998073

#998073 #999373 #997379

Monochromatic Colors of #998073

#998073

Complementary Color

#998073 #738c99

#998073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998073 Color CSS Codes

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

#998073 Text Font Color

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

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


#998073 Background Color

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

This div background color is #998073


#998073 Border Color

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

This div border color is #998073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998073


Comments

No comments written yet.

Please login to write comment.