Color Hex Logo

#48493f Color Hex

#48493F
(72,73,63)
0 Favorites   0 Comments

Color spaces of #48493f

RGB 727363
HSL0.180.070.27
HSV66°14°29°
CMYK 0.010.000.14   0.71
XYZ5.95226.50175.6439
Yxy6.50170.32890.3593
Hunter Lab25.4984-2.95434.7255
CIE-Lab30.6445-2.49785.8506

#48493f color RGB value is (72,73,63).

#48493f hex color red value is 72, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #48493f hue: 0.18 , saturation: 0.07 and the lightness value of 48493f is 0.27.

The process color (four color CMYK) of #48493f color hex is 0.01, 0.00, 0.14, 0.71. Web safe color of #48493f is #333333. Color #48493f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 00111111
Octal 110 111 77
Decimal 72 73 63
Hex 48 49 3F

RGB Percentages of Color #48493f

%34.62
%35.10
%30.29

CMYK Percentages of Color #48493f

%1
%0
%14
%71

Triadic Colors of #48493f

#48493f #3f4849 #493f48

Analogous Colors of #48493f

#48493f #43493f #49453f

Monochromatic Colors of #48493f

#48493f

Complementary Color

#48493f #403f49

#48493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48493f Color CSS Codes

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

#48493f Text Font Color

<p style="color:#48493f">Text here</p>

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


#48493f Background Color

<div style="background-color:#48493f">
Div content here</div>

This div background color is #48493f


#48493f Border Color

<div style="border:3px solid #48493f">
Div here</div>

This div border color is #48493f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,73,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48493f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48493f;
  -webkit-box-shadow: 1px 1px 3px 2px #48493f;
  box-shadow:         1px 1px 3px 2px #48493f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48493f


Comments

No comments written yet.

Please login to write comment.