Color Hex Logo

#48420a Color Hex

#48420A
(72,66,10)
0 Favorites   0 Comments

Color spaces of #48420a

RGB 726610
HSL0.150.760.16
HSV54°86°28°
CMYK 0.000.080.86   0.72
XYZ4.67555.29611.0630
Yxy5.29610.42370.4800
Hunter Lab23.0133-4.008213.3706
CIE-Lab27.5622-4.564932.3620

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 00001010
Octal 110 102 12
Decimal 72 66 10
Hex 48 42 A

RGB Percentages of Color #48420a

%48.65
%44.59
%6.76

CMYK Percentages of Color #48420a

%0
%8
%86
%72

Triadic Colors of #48420a

#48420a #0a4842 #420a48

Analogous Colors of #48420a

#48420a #2f480a #48230a

Monochromatic Colors of #48420a

#48420a

Complementary Color

#48420a #0a1048

#48420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48420a Color CSS Codes

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

#48420a Text Font Color

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

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


#48420a Background Color

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

This div background color is #48420a


#48420a Border Color

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

This div border color is #48420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48420a


Comments

No comments written yet.

Please login to write comment.