Color Hex Logo

#984421 Color Hex

#984421
(152,68,33)
0 Favorites   0 Comments

Color spaces of #984421

RGB 1526833
HSL0.050.640.36
HSV18°78°60°
CMYK 0.000.550.78   0.40
XYZ15.290510.91942.7406
Yxy10.91940.52820.3772
Hunter Lab33.044524.768418.2138
CIE-Lab39.444432.950236.9811

#984421 color RGB value is (152,68,33).

#984421 hex color red value is 152, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #984421 hue: 0.05 , saturation: 0.64 and the lightness value of 984421 is 0.36.

The process color (four color CMYK) of #984421 color hex is 0.00, 0.55, 0.78, 0.40. Web safe color of #984421 is #993333. Color #984421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000100 00100001
Octal 230 104 41
Decimal 152 68 33
Hex 98 44 21

RGB Percentages of Color #984421

%60.08
%26.88
%13.04

CMYK Percentages of Color #984421

%0
%55
%78
%40

Triadic Colors of #984421

#984421 #219844 #442198

Analogous Colors of #984421

#984421 #988021 #982139

Monochromatic Colors of #984421

#984421

Complementary Color

#984421 #217598

#984421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984421 Color CSS Codes

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

#984421 Text Font Color

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

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


#984421 Background Color

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

This div background color is #984421


#984421 Border Color

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

This div border color is #984421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,68,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984421;
  -webkit-box-shadow: 1px 1px 3px 2px #984421;
  box-shadow:         1px 1px 3px 2px #984421; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,68,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984421


Comments

No comments written yet.

Please login to write comment.