color codes Logo

#48976c color codes

#48976C
(72,151,108)
0 Favorites   0 Comments

Color spaces of #48976c

RGB 72151108
HSL0.410.350.44
HSV147°52°59°
CMYK 0.520.000.28   0.41
XYZ16.445924.593618.0676
Yxy24.59360.27820.4161
Hunter Lab49.5919-27.590913.1135
CIE-Lab56.6773-34.645815.4025

#48976c color RGB value is (72,151,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010111 01101100
Octal 110 227 154
Decimal 72 151 108
Hex 48 97 6C

RGB Percentages of Color #48976c

%21.75
%45.62
%32.63

CMYK Percentages of Color #48976c

%52
%0
%28
%41

Triadic Colors of #48976c

#48976c #6c4897 #976c48

Analogous Colors of #48976c

#48976c #489794 #4c9748

Monochromatic Colors of #48976c

#48976c

Complementary Color

#48976c #974873

#48976c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48976c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48976c Color CSS Codes

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

#48976c Text Font Color

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

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


#48976c Background Color

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

This div background color is #48976c


#48976c Border Color

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

This div border color is #48976c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48976c


Comments

No comments written yet.

Please login to write comment.