Color Hex Logo

#994600 Color Hex

#994600
(153,70,0)
1 Favorites   0 Comments

Color spaces of #994600

RGB 153700
HSL0.081.000.30
HSV27°100°60°
CMYK 0.000.541.00   0.40
XYZ15.327011.15261.3448
Yxy11.15260.55080.4008
Hunter Lab33.395523.481120.9893
CIE-Lab39.836331.477050.0389

#994600 color RGB value is (153,70,0).

#994600 hex color red value is 153, green value is 70 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #994600 hue: 0.08 , saturation: 1.00 and the lightness value of 994600 is 0.30.

The process color (four color CMYK) of #994600 color hex is 0.00, 0.54, 1.00, 0.40. Web safe color of #994600 is #993300. Color #994600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000110 00000000
Octal 231 106 0
Decimal 153 70 0
Hex 99 46 0

RGB Percentages of Color #994600

%68.61
%31.39
%0.00

CMYK Percentages of Color #994600

%0
%54
%100
%40

Triadic Colors of #994600

#994600 #009946 #460099

Analogous Colors of #994600

#994600 #999300 #990007

Monochromatic Colors of #994600

#994600

Complementary Color

#994600 #005399

#994600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994600 Color CSS Codes

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

#994600 Text Font Color

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

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


#994600 Background Color

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

This div background color is #994600


#994600 Border Color

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

This div border color is #994600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994600


Comments

No comments written yet.

Please login to write comment.