Color Hex Logo

#48705e Color Hex

#48705E
(72,112,94)
0 Favorites   0 Comments

Color spaces of #48705e

RGB 7211294
HSL0.430.220.36
HSV153°36°44°
CMYK 0.360.000.16   0.56
XYZ10.487013.774212.6956
Yxy13.77420.28380.3727
Hunter Lab37.1136-14.51105.6980
CIE-Lab43.9074-18.40755.5811

#48705e color RGB value is (72,112,94).

#48705e hex color red value is 72, green value is 112 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #48705e hue: 0.43 , saturation: 0.22 and the lightness value of 48705e is 0.36.

The process color (four color CMYK) of #48705e color hex is 0.36, 0.00, 0.16, 0.56. Web safe color of #48705e is #336666. Color #48705e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 01011110
Octal 110 160 136
Decimal 72 112 94
Hex 48 70 5E

RGB Percentages of Color #48705e

%25.90
%40.29
%33.81

CMYK Percentages of Color #48705e

%36
%0
%16
%56

Triadic Colors of #48705e

#48705e #5e4870 #705e48

Analogous Colors of #48705e

#48705e #486e70 #48704a

Monochromatic Colors of #48705e

#48705e

Complementary Color

#48705e #70485a

#48705e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48705e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48705e Color CSS Codes

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

#48705e Text Font Color

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

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


#48705e Background Color

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

This div background color is #48705e


#48705e Border Color

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

This div border color is #48705e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48705e


Comments

No comments written yet.

Please login to write comment.