Color Hex Logo

#994347 Color Hex

#994347
(153,67,71)
0 Favorites   0 Comments

Color spaces of #994347

RGB 1536771
HSL0.990.390.43
HSV357°56°60°
CMYK 0.000.560.54   0.40
XYZ16.281411.24157.2729
Yxy11.24150.46790.3231
Hunter Lab33.528328.005210.6088
CIE-Lab39.984336.374815.3764

#994347 color RGB value is (153,67,71).

#994347 hex color red value is 153, green value is 67 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #994347 hue: 0.99 , saturation: 0.39 and the lightness value of 994347 is 0.43.

The process color (four color CMYK) of #994347 color hex is 0.00, 0.56, 0.54, 0.40. Web safe color of #994347 is #993333. Color #994347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000011 01000111
Octal 231 103 107
Decimal 153 67 71
Hex 99 43 47

RGB Percentages of Color #994347

%52.58
%23.02
%24.40

CMYK Percentages of Color #994347

%0
%56
%54
%40

Triadic Colors of #994347

#994347 #479943 #434799

Analogous Colors of #994347

#994347 #996a43 #994372

Monochromatic Colors of #994347

#994347

Complementary Color

#994347 #439995

#994347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994347 Color CSS Codes

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

#994347 Text Font Color

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

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


#994347 Background Color

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

This div background color is #994347


#994347 Border Color

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

This div border color is #994347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994347


Comments

No comments written yet.

Please login to write comment.