Color Hex Logo

#48480a Color Hex

#48480A
(72,72,10)
0 Favorites   0 Comments

Color spaces of #48480a

RGB 727210
HSL0.170.760.16
HSV60°86°28°
CMYK 0.000.000.86   0.72
XYZ5.04466.03441.1860
Yxy6.03440.41130.4920
Hunter Lab24.5650-6.332514.3330
CIE-Lab29.4991-8.214234.1126

#48480a color RGB value is (72,72,10).

#48480a hex color red value is 72, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #48480a hue: 0.17 , saturation: 0.76 and the lightness value of 48480a is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 00001010
Octal 110 110 12
Decimal 72 72 10
Hex 48 48 A

RGB Percentages of Color #48480a

%46.75
%46.75
%6.49

CMYK Percentages of Color #48480a

%0
%0
%86
%72

Triadic Colors of #48480a

#48480a #0a4848 #480a48

Analogous Colors of #48480a

#48480a #29480a #48290a

Monochromatic Colors of #48480a

#48480a

Complementary Color

#48480a #0a0a48

#48480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48480a Color CSS Codes

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

#48480a Text Font Color

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

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


#48480a Background Color

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

This div background color is #48480a


#48480a Border Color

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

This div border color is #48480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48480a


Comments

No comments written yet.

Please login to write comment.