Color Hex Logo

#488d32 Color Hex

#488D32
(72,141,50)
0 Favorites   0 Comments

Color spaces of #488d32

RGB 7214150
HSL0.290.480.37
HSV105°65°55°
CMYK 0.490.000.65   0.45
XYZ12.773120.65786.3317
Yxy20.65780.32120.5195
Hunter Lab45.4509-29.375023.5560
CIE-Lab52.5729-39.465340.7443

#488d32 color RGB value is (72,141,50).

#488d32 hex color red value is 72, green value is 141 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #488d32 hue: 0.29 , saturation: 0.48 and the lightness value of 488d32 is 0.37.

The process color (four color CMYK) of #488d32 color hex is 0.49, 0.00, 0.65, 0.45. Web safe color of #488d32 is #339933. Color #488d32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 00110010
Octal 110 215 62
Decimal 72 141 50
Hex 48 8D 32

RGB Percentages of Color #488d32

%27.38
%53.61
%19.01

CMYK Percentages of Color #488d32

%49
%0
%65
%45

Triadic Colors of #488d32

#488d32 #32488d #8d3248

Analogous Colors of #488d32

#488d32 #328d49 #768d32

Monochromatic Colors of #488d32

#488d32

Complementary Color

#488d32 #77328d

#488d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488d32 Color CSS Codes

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

#488d32 Text Font Color

<p style="color:#488d32">Text here</p>

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


#488d32 Background Color

<div style="background-color:#488d32">
Div content here</div>

This div background color is #488d32


#488d32 Border Color

<div style="border:3px solid #488d32">
Div here</div>

This div border color is #488d32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,141,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488d32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488d32;
  -webkit-box-shadow: 1px 1px 3px 2px #488d32;
  box-shadow:         1px 1px 3px 2px #488d32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488d32


Comments

No comments written yet.

Please login to write comment.