Color Hex Logo

#480c3e Color Hex

#480C3E
(72,12,62)
0 Favorites   0 Comments

Color spaces of #480c3e

RGB 721262
HSL0.860.710.16
HSV310°83°28°
CMYK 0.000.830.14   0.72
XYZ3.67351.98854.7476
Yxy1.98850.35290.1910
Hunter Lab14.101421.8228-10.0905
CIE-Lab15.426833.5905-16.2097

#480c3e color RGB value is (72,12,62).

#480c3e hex color red value is 72, green value is 12 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #480c3e hue: 0.86 , saturation: 0.71 and the lightness value of 480c3e is 0.16.

The process color (four color CMYK) of #480c3e color hex is 0.00, 0.83, 0.14, 0.72. Web safe color of #480c3e is #330033. Color #480c3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001100 00111110
Octal 110 14 76
Decimal 72 12 62
Hex 48 C 3E

RGB Percentages of Color #480c3e

%49.32
%8.22
%42.47

CMYK Percentages of Color #480c3e

%0
%83
%14
%72

Triadic Colors of #480c3e

#480c3e #3e480c #0c3e48

Analogous Colors of #480c3e

#480c3e #480c20 #340c48

Monochromatic Colors of #480c3e

#480c3e

Complementary Color

#480c3e #0c4816

#480c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#480c3e Color CSS Codes

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

#480c3e Text Font Color

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

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


#480c3e Background Color

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

This div background color is #480c3e


#480c3e Border Color

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

This div border color is #480c3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480c3e


Comments

No comments written yet.

Please login to write comment.