Color Hex Logo

#488215 Color Hex

#488215
(72,130,21)
0 Favorites   0 Comments

Color spaces of #488215

RGB 7213021
HSL0.260.720.30
HSV92°84°51°
CMYK 0.450.000.84   0.49
XYZ10.790517.39713.4987
Yxy17.39710.34050.5490
Hunter Lab41.7098-26.813524.2235
CIE-Lab48.7565-37.017648.0655

#488215 color RGB value is (72,130,21).

#488215 hex color red value is 72, green value is 130 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #488215 hue: 0.26 , saturation: 0.72 and the lightness value of 488215 is 0.30.

The process color (four color CMYK) of #488215 color hex is 0.45, 0.00, 0.84, 0.49. Web safe color of #488215 is #339900. Color #488215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 00010101
Octal 110 202 25
Decimal 72 130 21
Hex 48 82 15

RGB Percentages of Color #488215

%32.29
%58.30
%9.42

CMYK Percentages of Color #488215

%45
%0
%84
%49

Triadic Colors of #488215

#488215 #154882 #821548

Analogous Colors of #488215

#488215 #158219 #7f8215

Monochromatic Colors of #488215

#488215

Complementary Color

#488215 #4f1582

#488215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488215 Color CSS Codes

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

#488215 Text Font Color

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

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


#488215 Background Color

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

This div background color is #488215


#488215 Border Color

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

This div border color is #488215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488215


Comments

No comments written yet.

Please login to write comment.