Color Hex Logo

#482014 Color Hex

#482014
(72,32,20)
0 Favorites   0 Comments

Color spaces of #482014

RGB 723220
HSL0.040.570.18
HSV14°72°28°
CMYK 0.000.560.72   0.72
XYZ3.31532.46120.9622
Yxy2.46120.49200.3652
Hunter Lab15.688210.26707.3453
CIE-Lab17.742217.926616.8273

#482014 color RGB value is (72,32,20).

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

The process color (four color CMYK) of #482014 color hex is 0.00, 0.56, 0.72, 0.72. Web safe color of #482014 is #333300. Color #482014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 00010100
Octal 110 40 24
Decimal 72 32 20
Hex 48 20 14

RGB Percentages of Color #482014

%58.06
%25.81
%16.13

CMYK Percentages of Color #482014

%0
%56
%72
%72

Triadic Colors of #482014

#482014 #144820 #201448

Analogous Colors of #482014

#482014 #483a14 #481422

Monochromatic Colors of #482014

#482014

Complementary Color

#482014 #143c48

#482014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482014 Color CSS Codes

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

#482014 Text Font Color

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

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


#482014 Background Color

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

This div background color is #482014


#482014 Border Color

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

This div border color is #482014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482014


Comments

No comments written yet.

Please login to write comment.