Color Hex Logo

#48832f Color Hex

#48832F
(72,131,47)
0 Favorites   0 Comments

Color spaces of #48832f

RGB 7213147
HSL0.280.470.35
HSV102°64°51°
CMYK 0.450.000.64   0.49
XYZ11.301917.81565.5324
Yxy17.81560.32620.5142
Hunter Lab42.2085-26.069221.7747
CIE-Lab49.2717-35.472238.4608

#48832f color RGB value is (72,131,47).

#48832f hex color red value is 72, green value is 131 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #48832f hue: 0.28 , saturation: 0.47 and the lightness value of 48832f is 0.35.

The process color (four color CMYK) of #48832f color hex is 0.45, 0.00, 0.64, 0.49. Web safe color of #48832f is #339933. Color #48832f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 00101111
Octal 110 203 57
Decimal 72 131 47
Hex 48 83 2F

RGB Percentages of Color #48832f

%28.80
%52.40
%18.80

CMYK Percentages of Color #48832f

%45
%0
%64
%49

Triadic Colors of #48832f

#48832f #2f4883 #832f48

Analogous Colors of #48832f

#48832f #2f8340 #72832f

Monochromatic Colors of #48832f

#48832f

Complementary Color

#48832f #6a2f83

#48832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48832f Color CSS Codes

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

#48832f Text Font Color

<p style="color:#48832f">Text here</p>

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


#48832f Background Color

<div style="background-color:#48832f">
Div content here</div>

This div background color is #48832f


#48832f Border Color

<div style="border:3px solid #48832f">
Div here</div>

This div border color is #48832f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,131,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48832f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48832f;
  -webkit-box-shadow: 1px 1px 3px 2px #48832f;
  box-shadow:         1px 1px 3px 2px #48832f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48832f


Comments

No comments written yet.

Please login to write comment.