Color Hex Logo

#48473e Color Hex

#48473E
(72,71,62)
0 Favorites   0 Comments

Color spaces of #48473e

RGB 727162
HSL0.150.070.26
HSV54°14°28°
CMYK 0.000.010.14   0.72
XYZ5.79526.23205.4549
Yxy6.23200.33150.3565
Hunter Lab24.9640-2.24954.5193
CIE-Lab29.9904-1.43985.5647

#48473e color RGB value is (72,71,62).

#48473e hex color red value is 72, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #48473e hue: 0.15 , saturation: 0.07 and the lightness value of 48473e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 00111110
Octal 110 107 76
Decimal 72 71 62
Hex 48 47 3E

RGB Percentages of Color #48473e

%35.12
%34.63
%30.24

CMYK Percentages of Color #48473e

%0
%1
%14
%72

Triadic Colors of #48473e

#48473e #3e4847 #473e48

Analogous Colors of #48473e

#48473e #44483e #48423e

Monochromatic Colors of #48473e

#48473e

Complementary Color

#48473e #3e3f48

#48473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48473e Color CSS Codes

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

#48473e Text Font Color

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

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


#48473e Background Color

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

This div background color is #48473e


#48473e Border Color

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

This div border color is #48473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48473e

#48473e Color Palettes


Comments

No comments written yet.

Please login to write comment.