Color Hex Logo

#994327 Color Hex

#994327
(153,67,39)
0 Favorites   0 Comments

Color spaces of #994327

RGB 1536739
HSL0.040.590.38
HSV15°75°60°
CMYK 0.000.560.75   0.40
XYZ15.510210.93313.2123
Yxy10.93310.52300.3687
Hunter Lab33.065225.866417.3856
CIE-Lab39.467634.146533.8347

#994327 color RGB value is (153,67,39).

#994327 hex color red value is 153, green value is 67 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #994327 hue: 0.04 , saturation: 0.59 and the lightness value of 994327 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000011 00100111
Octal 231 103 47
Decimal 153 67 39
Hex 99 43 27

RGB Percentages of Color #994327

%59.07
%25.87
%15.06

CMYK Percentages of Color #994327

%0
%56
%75
%40

Triadic Colors of #994327

#994327 #279943 #432799

Analogous Colors of #994327

#994327 #997c27 #992744

Monochromatic Colors of #994327

#994327

Complementary Color

#994327 #277d99

#994327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994327 Color CSS Codes

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

#994327 Text Font Color

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

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


#994327 Background Color

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

This div background color is #994327


#994327 Border Color

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

This div border color is #994327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994327


Comments

No comments written yet.

Please login to write comment.