Color Hex Logo

#481211 Color Hex

#481211
(72,18,17)
0 Favorites   0 Comments

Color spaces of #481211

RGB 721817
HSL0.000.620.17
HSV76°28°
CMYK 0.000.750.76   0.72
XYZ2.99001.85080.7300
Yxy1.85080.53670.3322
Hunter Lab13.604415.42336.3416
CIE-Lab14.683925.580614.8756

#481211 color RGB value is (72,18,17).

#481211 hex color red value is 72, green value is 18 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #481211 hue: 0.00 , saturation: 0.62 and the lightness value of 481211 is 0.17.

The process color (four color CMYK) of #481211 color hex is 0.00, 0.75, 0.76, 0.72. Web safe color of #481211 is #330000. Color #481211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 00010001
Octal 110 22 21
Decimal 72 18 17
Hex 48 12 11

RGB Percentages of Color #481211

%67.29
%16.82
%15.89

CMYK Percentages of Color #481211

%0
%75
%76
%72

Triadic Colors of #481211

#481211 #114812 #121148

Analogous Colors of #481211

#481211 #482e11 #48112c

Monochromatic Colors of #481211

#481211

Complementary Color

#481211 #114748

#481211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481211 Color CSS Codes

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

#481211 Text Font Color

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

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


#481211 Background Color

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

This div background color is #481211


#481211 Border Color

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

This div border color is #481211


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,18,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481211; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481211;
  -webkit-box-shadow: 1px 1px 3px 2px #481211;
  box-shadow:         1px 1px 3px 2px #481211; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,18,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481211


Comments

No comments written yet.

Please login to write comment.