Color Hex Logo

#48735f Color Hex

#48735F
(72,115,95)
0 Favorites   0 Comments

Color spaces of #48735f

RGB 7211595
HSL0.420.230.37
HSV152°37°45°
CMYK 0.370.000.17   0.55
XYZ10.868814.465413.0457
Yxy14.46540.28320.3769
Hunter Lab38.0334-15.54856.2865
CIE-Lab44.8931-19.78076.3906

#48735f color RGB value is (72,115,95).

#48735f hex color red value is 72, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #48735f hue: 0.42 , saturation: 0.23 and the lightness value of 48735f is 0.37.

The process color (four color CMYK) of #48735f color hex is 0.37, 0.00, 0.17, 0.55. Web safe color of #48735f is #336666. Color #48735f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 01011111
Octal 110 163 137
Decimal 72 115 95
Hex 48 73 5F

RGB Percentages of Color #48735f

%25.53
%40.78
%33.69

CMYK Percentages of Color #48735f

%37
%0
%17
%55

Triadic Colors of #48735f

#48735f #5f4873 #735f48

Analogous Colors of #48735f

#48735f #487273 #48734a

Monochromatic Colors of #48735f

#48735f

Complementary Color

#48735f #73485c

#48735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48735f Color CSS Codes

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

#48735f Text Font Color

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

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


#48735f Background Color

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

This div background color is #48735f


#48735f Border Color

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

This div border color is #48735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48735f


Comments

No comments written yet.

Please login to write comment.