Color Hex Logo

#998476 Color Hex

#998476
(153,132,118)
0 Favorites   0 Comments

Color spaces of #998476

RGB 153132118
HSL0.070.150.53
HSV24°23°60°
CMYK 0.000.140.23   0.40
XYZ24.658124.582820.5849
Yxy24.58280.35310.3521
Hunter Lab49.58102.006410.0909
CIE-Lab56.66665.673810.5003

#998476 color RGB value is (153,132,118).

#998476 hex color red value is 153, green value is 132 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #998476 hue: 0.07 , saturation: 0.15 and the lightness value of 998476 is 0.53.

The process color (four color CMYK) of #998476 color hex is 0.00, 0.14, 0.23, 0.40. Web safe color of #998476 is #999966. Color #998476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 01110110
Octal 231 204 166
Decimal 153 132 118
Hex 99 84 76

RGB Percentages of Color #998476

%37.97
%32.75
%29.28

CMYK Percentages of Color #998476

%0
%14
%23
%40

Triadic Colors of #998476

#998476 #769984 #847699

Analogous Colors of #998476

#998476 #999676 #99767a

Monochromatic Colors of #998476

#998476

Complementary Color

#998476 #768b99

#998476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998476 Color CSS Codes

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

#998476 Text Font Color

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

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


#998476 Background Color

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

This div background color is #998476


#998476 Border Color

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

This div border color is #998476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998476


Comments

No comments written yet.

Please login to write comment.