Color Hex Logo

#48342a Color Hex

#48342A
(72,52,42)
0 Favorites   0 Comments

Color spaces of #48342a

RGB 725242
HSL0.060.260.22
HSV20°42°28°
CMYK 0.000.280.42   0.72
XYZ4.31844.00092.7351
Yxy4.00090.39060.3619
Hunter Lab20.00223.53345.8943
CIE-Lab23.67447.40469.8307

#48342a color RGB value is (72,52,42).

#48342a hex color red value is 72, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #48342a hue: 0.06 , saturation: 0.26 and the lightness value of 48342a is 0.22.

The process color (four color CMYK) of #48342a color hex is 0.00, 0.28, 0.42, 0.72. Web safe color of #48342a is #333333. Color #48342a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 00101010
Octal 110 64 52
Decimal 72 52 42
Hex 48 34 2A

RGB Percentages of Color #48342a

%43.37
%31.33
%25.30

CMYK Percentages of Color #48342a

%0
%28
%42
%72

Triadic Colors of #48342a

#48342a #2a4834 #342a48

Analogous Colors of #48342a

#48342a #48432a #482a2f

Monochromatic Colors of #48342a

#48342a

Complementary Color

#48342a #2a3e48

#48342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48342a Color CSS Codes

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

#48342a Text Font Color

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

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


#48342a Background Color

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

This div background color is #48342a


#48342a Border Color

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

This div border color is #48342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48342a


Comments

No comments written yet.

Please login to write comment.