Color Hex Logo

#48976b Color Hex

#48976B
(72,151,107)
0 Favorites   0 Comments

Color spaces of #48976b

RGB 72151107
HSL0.410.350.44
HSV147°52°59°
CMYK 0.520.000.29   0.41
XYZ16.392924.572517.7889
Yxy24.57250.27900.4182
Hunter Lab49.5707-27.719113.4227
CIE-Lab56.6565-34.855815.9347

#48976b color RGB value is (72,151,107).

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

The process color (four color CMYK) of #48976b color hex is 0.52, 0.00, 0.29, 0.41. Web safe color of #48976b is #339966. Color #48976b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010111 01101011
Octal 110 227 153
Decimal 72 151 107
Hex 48 97 6B

RGB Percentages of Color #48976b

%21.82
%45.76
%32.42

CMYK Percentages of Color #48976b

%52
%0
%29
%41

Triadic Colors of #48976b

#48976b #6b4897 #976b48

Analogous Colors of #48976b

#48976b #489793 #4d9748

Monochromatic Colors of #48976b

#48976b

Complementary Color

#48976b #974874

#48976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48976b Color CSS Codes

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

#48976b Text Font Color

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

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


#48976b Background Color

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

This div background color is #48976b


#48976b Border Color

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

This div border color is #48976b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48976b


Comments

No comments written yet.

Please login to write comment.