Color Hex Logo

#481514 Color Hex

#481514
(72,21,20)
0 Favorites   0 Comments

Color spaces of #481514

RGB 722120
HSL0.000.570.18
HSV72°28°
CMYK 0.000.710.72   0.72
XYZ3.06691.96460.8794
Yxy1.96460.51890.3324
Hunter Lab14.016414.52846.0916
CIE-Lab15.300424.265313.8015

#481514 color RGB value is (72,21,20).

#481514 hex color red value is 72, green value is 21 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #481514 hue: 0.00 , saturation: 0.57 and the lightness value of 481514 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 00010100
Octal 110 25 24
Decimal 72 21 20
Hex 48 15 14

RGB Percentages of Color #481514

%63.72
%18.58
%17.70

CMYK Percentages of Color #481514

%0
%71
%72
%72

Triadic Colors of #481514

#481514 #144815 #151448

Analogous Colors of #481514

#481514 #482f14 #48142d

Monochromatic Colors of #481514

#481514

Complementary Color

#481514 #144748

#481514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481514 Color CSS Codes

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

#481514 Text Font Color

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

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


#481514 Background Color

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

This div background color is #481514


#481514 Border Color

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

This div border color is #481514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481514


Comments

No comments written yet.

Please login to write comment.