Color Hex Logo

#48994e Color Hex

#48994E
(72,153,78)
0 Favorites   0 Comments

Color spaces of #48994e

RGB 7215378
HSL0.350.360.44
HSV124°53°60°
CMYK 0.530.000.49   0.40
XYZ15.438924.710211.1636
Yxy24.71020.30090.4816
Hunter Lab49.7094-31.552221.4814
CIE-Lab56.7920-40.947031.8957

#48994e color RGB value is (72,153,78).

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

The process color (four color CMYK) of #48994e color hex is 0.53, 0.00, 0.49, 0.40. Web safe color of #48994e is #339966. Color #48994e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 01001110
Octal 110 231 116
Decimal 72 153 78
Hex 48 99 4E

RGB Percentages of Color #48994e

%23.76
%50.50
%25.74

CMYK Percentages of Color #48994e

%53
%0
%49
%40

Triadic Colors of #48994e

#48994e #4e4899 #994e48

Analogous Colors of #48994e

#48994e #489977 #6b9948

Monochromatic Colors of #48994e

#48994e

Complementary Color

#48994e #994893

#48994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48994e Color CSS Codes

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

#48994e Text Font Color

<p style="color:#48994e">Text here</p>

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


#48994e Background Color

<div style="background-color:#48994e">
Div content here</div>

This div background color is #48994e


#48994e Border Color

<div style="border:3px solid #48994e">
Div here</div>

This div border color is #48994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48994e


Comments

No comments written yet.

Please login to write comment.