Color Hex Logo

#938380 Color Hex

#938380
(147,131,128)
0 Favorites   0 Comments

Color spaces of #938380

RGB 147131128
HSL0.030.080.54
HSV13°58°
CMYK 0.000.110.13   0.42
XYZ24.045223.994223.7861
Yxy23.99420.33480.3341
Hunter Lab48.98391.90035.4981
CIE-Lab56.08205.52953.8263

#938380 color RGB value is (147,131,128).

#938380 hex color red value is 147, green value is 131 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #938380 hue: 0.03 , saturation: 0.08 and the lightness value of 938380 is 0.54.

The process color (four color CMYK) of #938380 color hex is 0.00, 0.11, 0.13, 0.42. Web safe color of #938380 is #999999. Color #938380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 10000000
Octal 223 203 200
Decimal 147 131 128
Hex 93 83 80

RGB Percentages of Color #938380

%36.21
%32.27
%31.53

CMYK Percentages of Color #938380

%0
%11
%13
%42

Triadic Colors of #938380

#938380 #809383 #838093

Analogous Colors of #938380

#938380 #938d80 #938087

Monochromatic Colors of #938380

#938380

Complementary Color

#938380 #809093

#938380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938380 Color CSS Codes

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

#938380 Text Font Color

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

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


#938380 Background Color

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

This div background color is #938380


#938380 Border Color

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

This div border color is #938380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #938380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938380


Comments

No comments written yet.

Please login to write comment.