Color Hex Logo

#994029 Color Hex

#994029
(153,64,41)
1 Favorites   0 Comments

Color spaces of #994029

RGB 1536441
HSL0.030.580.38
HSV12°73°60°
CMYK 0.000.580.73   0.40
XYZ15.370510.59923.3336
Yxy10.59920.52450.3617
Hunter Lab32.556427.299516.7185
CIE-Lab38.897135.782832.0827

#994029 color RGB value is (153,64,41).

#994029 hex color red value is 153, green value is 64 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #994029 hue: 0.03 , saturation: 0.58 and the lightness value of 994029 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000000 00101001
Octal 231 100 51
Decimal 153 64 41
Hex 99 40 29

RGB Percentages of Color #994029

%59.30
%24.81
%15.89

CMYK Percentages of Color #994029

%0
%58
%73
%40

Triadic Colors of #994029

#994029 #299940 #402999

Analogous Colors of #994029

#994029 #997829 #99294a

Monochromatic Colors of #994029

#994029

Complementary Color

#994029 #298299

#994029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994029 Color CSS Codes

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

#994029 Text Font Color

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

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


#994029 Background Color

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

This div background color is #994029


#994029 Border Color

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

This div border color is #994029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994029

#994029 Color Palettes


Comments

No comments written yet.

Please login to write comment.