Color Hex Logo

#994230 Color Hex

#994230
(153,66,48)
0 Favorites   0 Comments

Color spaces of #994230

RGB 1536648
HSL0.030.520.39
HSV10°69°60°
CMYK 0.000.570.69   0.40
XYZ15.618610.88214.0736
Yxy10.88210.51080.3559
Hunter Lab32.988026.784015.7701
CIE-Lab39.381235.153928.5935

#994230 color RGB value is (153,66,48).

#994230 hex color red value is 153, green value is 66 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #994230 hue: 0.03 , saturation: 0.52 and the lightness value of 994230 is 0.39.

The process color (four color CMYK) of #994230 color hex is 0.00, 0.57, 0.69, 0.40. Web safe color of #994230 is #993333. Color #994230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 00110000
Octal 231 102 60
Decimal 153 66 48
Hex 99 42 30

RGB Percentages of Color #994230

%57.30
%24.72
%17.98

CMYK Percentages of Color #994230

%0
%57
%69
%40

Triadic Colors of #994230

#994230 #309942 #423099

Analogous Colors of #994230

#994230 #997730 #993052

Monochromatic Colors of #994230

#994230

Complementary Color

#994230 #308799

#994230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994230 Color CSS Codes

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

#994230 Text Font Color

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

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


#994230 Background Color

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

This div background color is #994230


#994230 Border Color

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

This div border color is #994230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994230


Comments

No comments written yet.

Please login to write comment.