Color Hex Logo

#48340e Color Hex

#48340E
(72,52,14)
0 Favorites   0 Comments

Color spaces of #48340e

RGB 725214
HSL0.110.670.17
HSV39°81°28°
CMYK 0.000.280.81   0.72
XYZ3.97973.86540.9518
Yxy3.86540.45240.4394
Hunter Lab19.66061.725910.8921
CIE-Lab23.22144.565426.4229

#48340e color RGB value is (72,52,14).

#48340e hex color red value is 72, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #48340e hue: 0.11 , saturation: 0.67 and the lightness value of 48340e is 0.17.

The process color (four color CMYK) of #48340e color hex is 0.00, 0.28, 0.81, 0.72. Web safe color of #48340e is #333300. Color #48340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 00001110
Octal 110 64 16
Decimal 72 52 14
Hex 48 34 E

RGB Percentages of Color #48340e

%52.17
%37.68
%10.14

CMYK Percentages of Color #48340e

%0
%28
%81
%72

Triadic Colors of #48340e

#48340e #0e4834 #340e48

Analogous Colors of #48340e

#48340e #3f480e #48170e

Monochromatic Colors of #48340e

#48340e

Complementary Color

#48340e #0e2248

#48340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48340e Color CSS Codes

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

#48340e Text Font Color

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

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


#48340e Background Color

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

This div background color is #48340e


#48340e Border Color

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

This div border color is #48340e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48340e


Comments

No comments written yet.

Please login to write comment.