Color Hex Logo

#48473b Color Hex

#48473B
(72,71,59)
0 Favorites   0 Comments

Color spaces of #48473b

RGB 727159
HSL0.150.100.26
HSV55°18°28°
CMYK 0.000.010.18   0.72
XYZ5.71516.20005.0332
Yxy6.20000.33720.3658
Hunter Lab24.8998-2.60465.4451
CIE-Lab29.9115-2.01087.3798

#48473b color RGB value is (72,71,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 00111011
Octal 110 107 73
Decimal 72 71 59
Hex 48 47 3B

RGB Percentages of Color #48473b

%35.64
%35.15
%29.21

CMYK Percentages of Color #48473b

%0
%1
%18
%72

Triadic Colors of #48473b

#48473b #3b4847 #473b48

Analogous Colors of #48473b

#48473b #43483b #48413b

Monochromatic Colors of #48473b

#48473b

Complementary Color

#48473b #3b3c48

#48473b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48473b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48473b Color CSS Codes

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

#48473b Text Font Color

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

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


#48473b Background Color

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

This div background color is #48473b


#48473b Border Color

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

This div border color is #48473b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48473b


Comments

No comments written yet.

Please login to write comment.