Color Hex Logo

#998380 Color Hex

#998380
(153,131,128)
0 Favorites   0 Comments

Color spaces of #998380

RGB 153131128
HSL0.020.110.55
HSV16°60°
CMYK 0.000.140.16   0.40
XYZ25.149524.563423.8378
Yxy24.56340.34190.3340
Hunter Lab49.56153.84556.1761
CIE-Lab56.64757.86064.7141

#998380 color RGB value is (153,131,128).

#998380 hex color red value is 153, green value is 131 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #998380 hue: 0.02 , saturation: 0.11 and the lightness value of 998380 is 0.55.

The process color (four color CMYK) of #998380 color hex is 0.00, 0.14, 0.16, 0.40. Web safe color of #998380 is #999999. Color #998380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000011 10000000
Octal 231 203 200
Decimal 153 131 128
Hex 99 83 80

RGB Percentages of Color #998380

%37.14
%31.80
%31.07

CMYK Percentages of Color #998380

%0
%14
%16
%40

Triadic Colors of #998380

#998380 #809983 #838099

Analogous Colors of #998380

#998380 #999080 #99808a

Monochromatic Colors of #998380

#998380

Complementary Color

#998380 #809699

#998380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998380 Color CSS Codes

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

#998380 Text Font Color

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

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


#998380 Background Color

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

This div background color is #998380


#998380 Border Color

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

This div border color is #998380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998380


Comments

No comments written yet.

Please login to write comment.