Color Hex Logo

#994215 Color Hex

#994215
(153,66,21)
0 Favorites   0 Comments

Color spaces of #994215

RGB 1536621
HSL0.060.760.34
HSV20°86°60°
CMYK 0.000.570.86   0.40
XYZ15.220410.72291.9770
Yxy10.72290.54510.3841
Hunter Lab32.745825.662319.3425
CIE-Lab39.109833.976242.4500

#994215 color RGB value is (153,66,21).

#994215 hex color red value is 153, green value is 66 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #994215 hue: 0.06 , saturation: 0.76 and the lightness value of 994215 is 0.34.

The process color (four color CMYK) of #994215 color hex is 0.00, 0.57, 0.86, 0.40. Web safe color of #994215 is #993300. Color #994215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 00010101
Octal 231 102 25
Decimal 153 66 21
Hex 99 42 15

RGB Percentages of Color #994215

%63.75
%27.50
%8.75

CMYK Percentages of Color #994215

%0
%57
%86
%40

Triadic Colors of #994215

#994215 #159942 #421599

Analogous Colors of #994215

#994215 #998415 #99152a

Monochromatic Colors of #994215

#994215

Complementary Color

#994215 #156c99

#994215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994215 Color CSS Codes

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

#994215 Text Font Color

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

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


#994215 Background Color

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

This div background color is #994215


#994215 Border Color

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

This div border color is #994215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994215


Comments

No comments written yet.

Please login to write comment.