Color Hex Logo

#48775f Color Hex

#48775F
(72,119,95)
0 Favorites   0 Comments

Color spaces of #48775f

RGB 7211995
HSL0.410.250.37
HSV149°39°47°
CMYK 0.390.000.20   0.53
XYZ11.334915.397613.2011
Yxy15.39760.28380.3856
Hunter Lab39.2398-17.10777.5214
CIE-Lab46.1740-21.88128.2092

#48775f color RGB value is (72,119,95).

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

The process color (four color CMYK) of #48775f color hex is 0.39, 0.00, 0.20, 0.53. Web safe color of #48775f is #336666. Color #48775f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110111 01011111
Octal 110 167 137
Decimal 72 119 95
Hex 48 77 5F

RGB Percentages of Color #48775f

%25.17
%41.61
%33.22

CMYK Percentages of Color #48775f

%39
%0
%20
%53

Triadic Colors of #48775f

#48775f #5f4877 #775f48

Analogous Colors of #48775f

#48775f #487777 #497748

Monochromatic Colors of #48775f

#48775f

Complementary Color

#48775f #774860

#48775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48775f Color CSS Codes

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

#48775f Text Font Color

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

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


#48775f Background Color

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

This div background color is #48775f


#48775f Border Color

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

This div border color is #48775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48775f


Comments

No comments written yet.

Please login to write comment.