Color Hex Logo

#48b73a Color Hex

#48B73A
(72,183,58)
0 Favorites   0 Comments

Color spaces of #48b73a

RGB 7218358
HSL0.310.520.47
HSV113°68°72°
CMYK 0.610.000.68   0.28
XYZ20.369735.55029.7913
Yxy35.55020.31000.5410
Hunter Lab59.6240-43.360032.0003
CIE-Lab66.1748-54.985352.0775

#48b73a color RGB value is (72,183,58).

#48b73a hex color red value is 72, green value is 183 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #48b73a hue: 0.31 , saturation: 0.52 and the lightness value of 48b73a is 0.47.

The process color (four color CMYK) of #48b73a color hex is 0.61, 0.00, 0.68, 0.28. Web safe color of #48b73a is #33cc33. Color #48b73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10110111 00111010
Octal 110 267 72
Decimal 72 183 58
Hex 48 B7 3A

RGB Percentages of Color #48b73a

%23.00
%58.47
%18.53

CMYK Percentages of Color #48b73a

%61
%0
%68
%28

Triadic Colors of #48b73a

#48b73a #3a48b7 #b73a48

Analogous Colors of #48b73a

#48b73a #3ab76b #87b73a

Monochromatic Colors of #48b73a

#48b73a

Complementary Color

#48b73a #a93ab7

#48b73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48b73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48b73a Color CSS Codes

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

#48b73a Text Font Color

<p style="color:#48b73a">Text here</p>

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


#48b73a Background Color

<div style="background-color:#48b73a">
Div content here</div>

This div background color is #48b73a


#48b73a Border Color

<div style="border:3px solid #48b73a">
Div here</div>

This div border color is #48b73a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,183,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48b73a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48b73a;
  -webkit-box-shadow: 1px 1px 3px 2px #48b73a;
  box-shadow:         1px 1px 3px 2px #48b73a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48b73a


Comments

No comments written yet.

Please login to write comment.