Color Hex Logo

#821e18 Color Hex

#821E18
(130,30,24)
0 Favorites   0 Comments

Color spaces of #821e18

RGB 1303024
HSL0.010.690.30
HSV82°51°
CMYK 0.000.770.82   0.49
XYZ9.83515.74031.4538
Yxy5.74030.57750.3371
Hunter Lab23.958931.345913.1736
CIE-Lab28.747641.860529.7037

#821e18 color RGB value is (130,30,24).

#821e18 hex color red value is 130, green value is 30 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #821e18 hue: 0.01 , saturation: 0.69 and the lightness value of 821e18 is 0.30.

The process color (four color CMYK) of #821e18 color hex is 0.00, 0.77, 0.82, 0.49. Web safe color of #821e18 is #993300. Color #821e18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 00011000
Octal 202 36 30
Decimal 130 30 24
Hex 82 1E 18

RGB Percentages of Color #821e18

%70.65
%16.30
%13.04

CMYK Percentages of Color #821e18

%0
%77
%82
%49

Triadic Colors of #821e18

#821e18 #18821e #1e1882

Analogous Colors of #821e18

#821e18 #825318 #821847

Monochromatic Colors of #821e18

#821e18

Complementary Color

#821e18 #187c82

#821e18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821e18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821e18 Color CSS Codes

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

#821e18 Text Font Color

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

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


#821e18 Background Color

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

This div background color is #821e18


#821e18 Border Color

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

This div border color is #821e18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,30,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821e18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821e18;
  -webkit-box-shadow: 1px 1px 3px 2px #821e18;
  box-shadow:         1px 1px 3px 2px #821e18; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,30,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821e18


Comments

No comments written yet.

Please login to write comment.