Color Hex Logo

#488260 Color Hex

#488260
(72,130,96)
0 Favorites   0 Comments

Color spaces of #488260

RGB 7213096
HSL0.400.290.40
HSV145°45°51°
CMYK 0.450.000.26   0.49
XYZ12.766418.187513.9040
Yxy18.18750.28460.4054
Hunter Lab42.6468-21.197610.5226
CIE-Lab49.7227-27.224812.6011

#488260 color RGB value is (72,130,96).

#488260 hex color red value is 72, green value is 130 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #488260 hue: 0.40 , saturation: 0.29 and the lightness value of 488260 is 0.40.

The process color (four color CMYK) of #488260 color hex is 0.45, 0.00, 0.26, 0.49. Web safe color of #488260 is #339966. Color #488260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 01100000
Octal 110 202 140
Decimal 72 130 96
Hex 48 82 60

RGB Percentages of Color #488260

%24.16
%43.62
%32.21

CMYK Percentages of Color #488260

%45
%0
%26
%49

Triadic Colors of #488260

#488260 #604882 #826048

Analogous Colors of #488260

#488260 #48827d #4d8248

Monochromatic Colors of #488260

#488260

Complementary Color

#488260 #82486a

#488260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488260 Color CSS Codes

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

#488260 Text Font Color

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

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


#488260 Background Color

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

This div background color is #488260


#488260 Border Color

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

This div border color is #488260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,130,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488260;
  -webkit-box-shadow: 1px 1px 3px 2px #488260;
  box-shadow:         1px 1px 3px 2px #488260; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488260


Comments

No comments written yet.

Please login to write comment.