Color Hex Logo

#48996f Color Hex

#48996F
(72,153,111)
0 Favorites   0 Comments

Color spaces of #48996f

RGB 72153111
HSL0.410.360.44
HSV149°53°60°
CMYK 0.530.000.27   0.40
XYZ16.933025.307919.0314
Yxy25.30790.27640.4130
Hunter Lab50.3070-27.955212.7851
CIE-Lab57.3742-34.925714.6836

#48996f color RGB value is (72,153,111).

#48996f hex color red value is 72, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #48996f hue: 0.41 , saturation: 0.36 and the lightness value of 48996f is 0.44.

The process color (four color CMYK) of #48996f color hex is 0.53, 0.00, 0.27, 0.40. Web safe color of #48996f is #339966. Color #48996f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 01101111
Octal 110 231 157
Decimal 72 153 111
Hex 48 99 6F

RGB Percentages of Color #48996f

%21.43
%45.54
%33.04

CMYK Percentages of Color #48996f

%53
%0
%27
%40

Triadic Colors of #48996f

#48996f #6f4899 #996f48

Analogous Colors of #48996f

#48996f #489998 #4a9948

Monochromatic Colors of #48996f

#48996f

Complementary Color

#48996f #994872

#48996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48996f Color CSS Codes

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

#48996f Text Font Color

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

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


#48996f Background Color

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

This div background color is #48996f


#48996f Border Color

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

This div border color is #48996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48996f


Comments

No comments written yet.

Please login to write comment.