Color Hex Logo

#849393 Color Hex

#849393
(132,147,147)
0 Favorites   0 Comments

Color spaces of #849393

RGB 132147147
HSL0.500.060.55
HSV180°10°58°
CMYK 0.100.000.00   0.42
XYZ25.215927.879631.6560
Yxy27.87960.29750.3290
Hunter Lab52.8011-7.15691.4145
CIE-Lab59.7798-5.3583-1.8389

#849393 color RGB value is (132,147,147).

#849393 hex color red value is 132, green value is 147 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #849393 hue: 0.50 , saturation: 0.06 and the lightness value of 849393 is 0.55.

The process color (four color CMYK) of #849393 color hex is 0.10, 0.00, 0.00, 0.42. Web safe color of #849393 is #999999. Color #849393 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010011 10010011
Octal 204 223 223
Decimal 132 147 147
Hex 84 93 93

RGB Percentages of Color #849393

%30.99
%34.51
%34.51

CMYK Percentages of Color #849393

%10
%0
%0
%42

Triadic Colors of #849393

#849393 #938493 #939384

Analogous Colors of #849393

#849393 #848c93 #84938c

Monochromatic Colors of #849393

#849393

Complementary Color

#849393 #938484

#849393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849393 Color CSS Codes

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

#849393 Text Font Color

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

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


#849393 Background Color

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

This div background color is #849393


#849393 Border Color

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

This div border color is #849393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849393


Comments

No comments written yet.

Please login to write comment.