Color Hex Logo

#488625 Color Hex

#488625
(72,134,37)
0 Favorites   0 Comments

Color spaces of #488625

RGB 7213437
HSL0.270.570.34
HSV98°72°53°
CMYK 0.460.000.72   0.47
XYZ11.531518.56154.7252
Yxy18.56150.33120.5331
Hunter Lab43.0831-27.618523.6554
CIE-Lab50.1702-37.691343.8036

#488625 color RGB value is (72,134,37).

#488625 hex color red value is 72, green value is 134 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #488625 hue: 0.27 , saturation: 0.57 and the lightness value of 488625 is 0.34.

The process color (four color CMYK) of #488625 color hex is 0.46, 0.00, 0.72, 0.47. Web safe color of #488625 is #339933. Color #488625 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 00100101
Octal 110 206 45
Decimal 72 134 37
Hex 48 86 25

RGB Percentages of Color #488625

%29.63
%55.14
%15.23

CMYK Percentages of Color #488625

%46
%0
%72
%47

Triadic Colors of #488625

#488625 #254886 #862548

Analogous Colors of #488625

#488625 #258633 #798625

Monochromatic Colors of #488625

#488625

Complementary Color

#488625 #632586

#488625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488625 Color CSS Codes

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

#488625 Text Font Color

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

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


#488625 Background Color

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

This div background color is #488625


#488625 Border Color

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

This div border color is #488625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488625


Comments

No comments written yet.

Please login to write comment.