Color Hex Logo

#481511 Color Hex

#481511
(72,21,17)
0 Favorites   0 Comments

Color spaces of #481511

RGB 722117
HSL0.010.620.17
HSV76°28°
CMYK 0.000.710.76   0.72
XYZ3.04181.95450.7473
Yxy1.95450.52960.3403
Hunter Lab13.980314.37196.6170
CIE-Lab15.246624.061515.5983

#481511 color RGB value is (72,21,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 00010001
Octal 110 25 21
Decimal 72 21 17
Hex 48 15 11

RGB Percentages of Color #481511

%65.45
%19.09
%15.45

CMYK Percentages of Color #481511

%0
%71
%76
%72

Triadic Colors of #481511

#481511 #114815 #151148

Analogous Colors of #481511

#481511 #483111 #481129

Monochromatic Colors of #481511

#481511

Complementary Color

#481511 #114448

#481511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481511 Color CSS Codes

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

#481511 Text Font Color

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

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


#481511 Background Color

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

This div background color is #481511


#481511 Border Color

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

This div border color is #481511


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,21,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 #481511">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481511


Comments

No comments written yet.

Please login to write comment.