Color Hex Logo

#94494c Color Hex

#94494C
(148,73,76)
0 Favorites   0 Comments

Color spaces of #94494c

RGB 1487376
HSL0.990.340.43
HSV358°51°58°
CMYK 0.000.510.49   0.42
XYZ15.899811.58288.2352
Yxy11.58280.44520.3243
Hunter Lab34.033523.83319.4769
CIE-Lab40.545231.770312.9117

#94494c color RGB value is (148,73,76).

#94494c hex color red value is 148, green value is 73 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #94494c hue: 0.99 , saturation: 0.34 and the lightness value of 94494c is 0.43.

The process color (four color CMYK) of #94494c color hex is 0.00, 0.51, 0.49, 0.42. Web safe color of #94494c is #993333. Color #94494c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001001 01001100
Octal 224 111 114
Decimal 148 73 76
Hex 94 49 4C

RGB Percentages of Color #94494c

%49.83
%24.58
%25.59

CMYK Percentages of Color #94494c

%0
%51
%49
%42

Triadic Colors of #94494c

#94494c #4c9449 #494c94

Analogous Colors of #94494c

#94494c #946c49 #944972

Monochromatic Colors of #94494c

#94494c

Complementary Color

#94494c #499491

#94494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#94494c Color CSS Codes

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

#94494c Text Font Color

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

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


#94494c Background Color

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

This div background color is #94494c


#94494c Border Color

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

This div border color is #94494c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,73,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94494c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94494c;
  -webkit-box-shadow: 1px 1px 3px 2px #94494c;
  box-shadow:         1px 1px 3px 2px #94494c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94494c


Comments

No comments written yet.

Please login to write comment.