Color Hex Logo

#994020 Color Hex

#994020
(153,64,32)
0 Favorites   0 Comments

Color spaces of #994020

RGB 1536432
HSL0.040.650.36
HSV16°79°60°
CMYK 0.000.580.79   0.40
XYZ15.231010.54342.5988
Yxy10.54340.53680.3716
Hunter Lab32.470626.905517.9841
CIE-Lab38.800535.372136.8998

#994020 color RGB value is (153,64,32).

#994020 hex color red value is 153, green value is 64 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #994020 hue: 0.04 , saturation: 0.65 and the lightness value of 994020 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000000 00100000
Octal 231 100 40
Decimal 153 64 32
Hex 99 40 20

RGB Percentages of Color #994020

%61.45
%25.70
%12.85

CMYK Percentages of Color #994020

%0
%58
%79
%40

Triadic Colors of #994020

#994020 #209940 #402099

Analogous Colors of #994020

#994020 #997d20 #99203d

Monochromatic Colors of #994020

#994020

Complementary Color

#994020 #207999

#994020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994020 Color CSS Codes

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

#994020 Text Font Color

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

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


#994020 Background Color

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

This div background color is #994020


#994020 Border Color

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

This div border color is #994020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994020


Comments

No comments written yet.

Please login to write comment.