Color Hex Logo

#48513e Color Hex

#48513E
(72,81,62)
0 Favorites   0 Comments

Color spaces of #48513e

RGB 728162
HSL0.250.130.28
HSV88°23°32°
CMYK 0.110.000.23   0.68
XYZ6.48447.61045.6846
Yxy7.61040.32780.3848
Hunter Lab27.5870-6.32027.0935
CIE-Lab33.1580-7.582110.0053

#48513e color RGB value is (72,81,62).

#48513e hex color red value is 72, green value is 81 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #48513e hue: 0.25 , saturation: 0.13 and the lightness value of 48513e is 0.28.

The process color (four color CMYK) of #48513e color hex is 0.11, 0.00, 0.23, 0.68. Web safe color of #48513e is #336633. Color #48513e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010001 00111110
Octal 110 121 76
Decimal 72 81 62
Hex 48 51 3E

RGB Percentages of Color #48513e

%33.49
%37.67
%28.84

CMYK Percentages of Color #48513e

%11
%0
%23
%68

Triadic Colors of #48513e

#48513e #3e4851 #513e48

Analogous Colors of #48513e

#48513e #3f513e #51513e

Monochromatic Colors of #48513e

#48513e

Complementary Color

#48513e #473e51

#48513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48513e Color CSS Codes

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

#48513e Text Font Color

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

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


#48513e Background Color

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

This div background color is #48513e


#48513e Border Color

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

This div border color is #48513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48513e

#48513e Color Palettes


Comments

No comments written yet.

Please login to write comment.