Color Hex Logo

#938449 Color Hex

#938449
(147,132,73)
0 Favorites   0 Comments

Color spaces of #938449

RGB 14713273
HSL0.130.340.43
HSV48°50°58°
CMYK 0.000.100.50   0.42
XYZ21.486523.18669.6463
Yxy23.18660.39560.4269
Hunter Lab48.1525-4.616921.8293
CIE-Lab55.2640-2.584833.7103

#938449 color RGB value is (147,132,73).

#938449 hex color red value is 147, green value is 132 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #938449 hue: 0.13 , saturation: 0.34 and the lightness value of 938449 is 0.43.

The process color (four color CMYK) of #938449 color hex is 0.00, 0.10, 0.50, 0.42. Web safe color of #938449 is #999933. Color #938449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000100 01001001
Octal 223 204 111
Decimal 147 132 73
Hex 93 84 49

RGB Percentages of Color #938449

%41.76
%37.50
%20.74

CMYK Percentages of Color #938449

%0
%10
%50
%42

Triadic Colors of #938449

#938449 #499384 #844993

Analogous Colors of #938449

#938449 #7d9349 #935f49

Monochromatic Colors of #938449

#938449

Complementary Color

#938449 #495893

#938449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938449 Color CSS Codes

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

#938449 Text Font Color

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

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


#938449 Background Color

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

This div background color is #938449


#938449 Border Color

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

This div border color is #938449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938449


Comments

No comments written yet.

Please login to write comment.