Color Hex Logo

#994334 Color Hex

#994334
(153,67,52)
0 Favorites   0 Comments

Color spaces of #994334

RGB 1536752
HSL0.020.490.40
HSV66°60°
CMYK 0.000.560.66   0.40
XYZ15.763911.03454.5478
Yxy11.03450.50290.3520
Hunter Lab33.218226.576315.1355
CIE-Lab39.638534.891326.5363

#994334 color RGB value is (153,67,52).

#994334 hex color red value is 153, green value is 67 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #994334 hue: 0.02 , saturation: 0.49 and the lightness value of 994334 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000011 00110100
Octal 231 103 64
Decimal 153 67 52
Hex 99 43 34

RGB Percentages of Color #994334

%56.25
%24.63
%19.12

CMYK Percentages of Color #994334

%0
%56
%66
%40

Triadic Colors of #994334

#994334 #349943 #433499

Analogous Colors of #994334

#994334 #997634 #993457

Monochromatic Colors of #994334

#994334

Complementary Color

#994334 #348a99

#994334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994334 Color CSS Codes

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

#994334 Text Font Color

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

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


#994334 Background Color

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

This div background color is #994334


#994334 Border Color

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

This div border color is #994334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994334


Comments

No comments written yet.

Please login to write comment.