Color Hex Logo

#48984a Color Hex

#48984A
(72,152,74)
0 Favorites   0 Comments

Color spaces of #48984a

RGB 7215274
HSL0.340.360.44
HSV122°53°60°
CMYK 0.530.000.51   0.40
XYZ15.136824.328610.3767
Yxy24.32860.30370.4881
Hunter Lab49.3240-31.538122.0535
CIE-Lab56.4153-41.114633.4995

#48984a color RGB value is (72,152,74).

#48984a hex color red value is 72, green value is 152 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #48984a hue: 0.34 , saturation: 0.36 and the lightness value of 48984a is 0.44.

The process color (four color CMYK) of #48984a color hex is 0.53, 0.00, 0.51, 0.40. Web safe color of #48984a is #339933. Color #48984a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 01001010
Octal 110 230 112
Decimal 72 152 74
Hex 48 98 4A

RGB Percentages of Color #48984a

%24.16
%51.01
%24.83

CMYK Percentages of Color #48984a

%53
%0
%51
%40

Triadic Colors of #48984a

#48984a #4a4898 #984a48

Analogous Colors of #48984a

#48984a #489872 #6e9848

Monochromatic Colors of #48984a

#48984a

Complementary Color

#48984a #984896

#48984a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48984a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48984a Color CSS Codes

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

#48984a Text Font Color

<p style="color:#48984a">Text here</p>

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


#48984a Background Color

<div style="background-color:#48984a">
Div content here</div>

This div background color is #48984a


#48984a Border Color

<div style="border:3px solid #48984a">
Div here</div>

This div border color is #48984a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,152,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48984a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48984a;
  -webkit-box-shadow: 1px 1px 3px 2px #48984a;
  box-shadow:         1px 1px 3px 2px #48984a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48984a


Comments

No comments written yet.

Please login to write comment.