Color Hex Logo

#480d1e Color Hex

#480D1E
(72,13,30)
0 Favorites   0 Comments

Color spaces of #480d1e

RGB 721330
HSL0.950.690.17
HSV343°82°28°
CMYK 0.000.820.58   0.72
XYZ3.05081.75931.4071
Yxy1.75930.49070.2830
Hunter Lab13.263917.84482.9949
CIE-Lab14.169728.85985.0830

#480d1e color RGB value is (72,13,30).

#480d1e hex color red value is 72, green value is 13 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #480d1e hue: 0.95 , saturation: 0.69 and the lightness value of 480d1e is 0.17.

The process color (four color CMYK) of #480d1e color hex is 0.00, 0.82, 0.58, 0.72. Web safe color of #480d1e is #330033. Color #480d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001101 00011110
Octal 110 15 36
Decimal 72 13 30
Hex 48 D 1E

RGB Percentages of Color #480d1e

%62.61
%11.30
%26.09

CMYK Percentages of Color #480d1e

%0
%82
%58
%72

Triadic Colors of #480d1e

#480d1e #1e480d #0d1e48

Analogous Colors of #480d1e

#480d1e #481a0d #480d3c

Monochromatic Colors of #480d1e

#480d1e

Complementary Color

#480d1e #0d4837

#480d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#480d1e Color CSS Codes

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

#480d1e Text Font Color

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

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


#480d1e Background Color

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

This div background color is #480d1e


#480d1e Border Color

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

This div border color is #480d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,13,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #480d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #480d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #480d1e;
  box-shadow:         1px 1px 3px 2px #480d1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480d1e


Comments

No comments written yet.

Please login to write comment.