Color Hex Logo

#48966c Color Hex

#48966C
(72,150,108)
0 Favorites   0 Comments

Color spaces of #48966c

RGB 72150108
HSL0.410.350.44
HSV148°52°59°
CMYK 0.520.000.28   0.41
XYZ16.285624.273118.0142
Yxy24.27310.27800.4144
Hunter Lab49.2677-27.214812.8087
CIE-Lab56.3602-34.187214.9642

#48966c color RGB value is (72,150,108).

#48966c hex color red value is 72, green value is 150 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #48966c hue: 0.41 , saturation: 0.35 and the lightness value of 48966c is 0.44.

The process color (four color CMYK) of #48966c color hex is 0.52, 0.00, 0.28, 0.41. Web safe color of #48966c is #339966. Color #48966c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010110 01101100
Octal 110 226 154
Decimal 72 150 108
Hex 48 96 6C

RGB Percentages of Color #48966c

%21.82
%45.45
%32.73

CMYK Percentages of Color #48966c

%52
%0
%28
%41

Triadic Colors of #48966c

#48966c #6c4896 #966c48

Analogous Colors of #48966c

#48966c #489693 #4b9648

Monochromatic Colors of #48966c

#48966c

Complementary Color

#48966c #964872

#48966c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48966c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48966c Color CSS Codes

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

#48966c Text Font Color

<p style="color:#48966c">Text here</p>

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


#48966c Background Color

<div style="background-color:#48966c">
Div content here</div>

This div background color is #48966c


#48966c Border Color

<div style="border:3px solid #48966c">
Div here</div>

This div border color is #48966c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,150,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48966c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48966c;
  -webkit-box-shadow: 1px 1px 3px 2px #48966c;
  box-shadow:         1px 1px 3px 2px #48966c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48966c


Comments

No comments written yet.

Please login to write comment.