Color Hex Logo

#48472e Color Hex

#48472E
(72,71,46)
0 Favorites   0 Comments

Color spaces of #48472e

RGB 727146
HSL0.160.220.23
HSV58°36°28°
CMYK 0.000.010.36   0.72
XYZ5.41896.08153.4730
Yxy6.08150.36190.4062
Hunter Lab24.6607-3.93298.9126
CIE-Lab29.6172-4.186215.2227

#48472e color RGB value is (72,71,46).

#48472e hex color red value is 72, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #48472e hue: 0.16 , saturation: 0.22 and the lightness value of 48472e is 0.23.

The process color (four color CMYK) of #48472e color hex is 0.00, 0.01, 0.36, 0.72. Web safe color of #48472e is #333333. Color #48472e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 00101110
Octal 110 107 56
Decimal 72 71 46
Hex 48 47 2E

RGB Percentages of Color #48472e

%38.10
%37.57
%24.34

CMYK Percentages of Color #48472e

%0
%1
%36
%72

Triadic Colors of #48472e

#48472e #2e4847 #472e48

Analogous Colors of #48472e

#48472e #3c482e #483a2e

Monochromatic Colors of #48472e

#48472e

Complementary Color

#48472e #2e2f48

#48472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48472e Color CSS Codes

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

#48472e Text Font Color

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

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


#48472e Background Color

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

This div background color is #48472e


#48472e Border Color

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

This div border color is #48472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48472e


Comments

No comments written yet.

Please login to write comment.