Color Hex Logo

#48894f Color Hex

#48894F
(72,137,79)
0 Favorites   0 Comments

Color spaces of #48894f

RGB 7213779
HSL0.350.310.41
HSV126°47°54°
CMYK 0.470.000.42   0.46
XYZ13.029419.833610.5387
Yxy19.83360.30020.4570
Hunter Lab44.5349-25.713117.1441
CIE-Lab51.6486-33.779224.8080

#48894f color RGB value is (72,137,79).

#48894f hex color red value is 72, green value is 137 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #48894f hue: 0.35 , saturation: 0.31 and the lightness value of 48894f is 0.41.

The process color (four color CMYK) of #48894f color hex is 0.47, 0.00, 0.42, 0.46. Web safe color of #48894f is #339966. Color #48894f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 01001111
Octal 110 211 117
Decimal 72 137 79
Hex 48 89 4F

RGB Percentages of Color #48894f

%25.00
%47.57
%27.43

CMYK Percentages of Color #48894f

%47
%0
%42
%46

Triadic Colors of #48894f

#48894f #4f4889 #894f48

Analogous Colors of #48894f

#48894f #488970 #628948

Monochromatic Colors of #48894f

#48894f

Complementary Color

#48894f #894882

#48894f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48894f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48894f Color CSS Codes

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

#48894f Text Font Color

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

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


#48894f Background Color

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

This div background color is #48894f


#48894f Border Color

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

This div border color is #48894f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48894f


Comments

No comments written yet.

Please login to write comment.