Color Hex Logo

#48370c Color Hex

#48370C
(72,55,12)
0 Favorites   0 Comments

Color spaces of #48370c

RGB 725512
HSL0.120.710.16
HSV43°83°28°
CMYK 0.000.240.83   0.72
XYZ4.10504.13660.9299
Yxy4.13660.44760.4510
Hunter Lab20.33860.434511.5263
CIE-Lab24.11802.504028.2820

#48370c color RGB value is (72,55,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 00001100
Octal 110 67 14
Decimal 72 55 12
Hex 48 37 C

RGB Percentages of Color #48370c

%51.80
%39.57
%8.63

CMYK Percentages of Color #48370c

%0
%24
%83
%72

Triadic Colors of #48370c

#48370c #0c4837 #370c48

Analogous Colors of #48370c

#48370c #3b480c #48190c

Monochromatic Colors of #48370c

#48370c

Complementary Color

#48370c #0c1d48

#48370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48370c Color CSS Codes

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

#48370c Text Font Color

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

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


#48370c Background Color

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

This div background color is #48370c


#48370c Border Color

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

This div border color is #48370c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48370c


Comments

No comments written yet.

Please login to write comment.