Color Hex Logo

#994241 Color Hex

#994241
(153,66,65)
0 Favorites   0 Comments

Color spaces of #994241

RGB 1536665
HSL0.000.400.43
HSV58°60°
CMYK 0.000.570.58   0.40
XYZ16.039211.05046.2886
Yxy11.05040.48050.3311
Hunter Lab33.242127.951812.0533
CIE-Lab39.665236.366118.6659

#994241 color RGB value is (153,66,65).

#994241 hex color red value is 153, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #994241 hue: 0.00 , saturation: 0.40 and the lightness value of 994241 is 0.43.

The process color (four color CMYK) of #994241 color hex is 0.00, 0.57, 0.58, 0.40. Web safe color of #994241 is #993333. Color #994241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 01000001
Octal 231 102 101
Decimal 153 66 65
Hex 99 42 41

RGB Percentages of Color #994241

%53.87
%23.24
%22.89

CMYK Percentages of Color #994241

%0
%57
%58
%40

Triadic Colors of #994241

#994241 #419942 #424199

Analogous Colors of #994241

#994241 #996e41 #99416c

Monochromatic Colors of #994241

#994241

Complementary Color

#994241 #419899

#994241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994241 Color CSS Codes

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

#994241 Text Font Color

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

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


#994241 Background Color

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

This div background color is #994241


#994241 Border Color

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

This div border color is #994241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994241


Comments

No comments written yet.

Please login to write comment.