Color Hex Logo

#48340c Color Hex

#48340C
(72,52,12)
0 Favorites   0 Comments

Color spaces of #48340c

RGB 725212
HSL0.110.710.16
HSV40°83°28°
CMYK 0.000.280.83   0.72
XYZ3.96683.86020.8839
Yxy3.86020.45540.4431
Hunter Lab19.64741.656111.0858
CIE-Lab23.20384.453427.3637

#48340c color RGB value is (72,52,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 00001100
Octal 110 64 14
Decimal 72 52 12
Hex 48 34 C

RGB Percentages of Color #48340c

%52.94
%38.24
%8.82

CMYK Percentages of Color #48340c

%0
%28
%83
%72

Triadic Colors of #48340c

#48340c #0c4834 #340c48

Analogous Colors of #48340c

#48340c #3e480c #48160c

Monochromatic Colors of #48340c

#48340c

Complementary Color

#48340c #0c2048

#48340c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48340c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48340c Color CSS Codes

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

#48340c Text Font Color

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

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


#48340c Background Color

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

This div background color is #48340c


#48340c Border Color

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

This div border color is #48340c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48340c


Comments

No comments written yet.

Please login to write comment.