Color Hex Logo

#488461 Color Hex

#488461
(72,132,97)
0 Favorites   0 Comments

Color spaces of #488461

RGB 7213297
HSL0.400.290.40
HSV145°45°52°
CMYK 0.450.000.27   0.48
XYZ13.081418.743314.2376
Yxy18.74330.28400.4069
Hunter Lab43.2935-21.828810.8072
CIE-Lab50.3855-27.992612.9447

#488461 color RGB value is (72,132,97).

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

The process color (four color CMYK) of #488461 color hex is 0.45, 0.00, 0.27, 0.48. Web safe color of #488461 is #339966. Color #488461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000100 01100001
Octal 110 204 141
Decimal 72 132 97
Hex 48 84 61

RGB Percentages of Color #488461

%23.92
%43.85
%32.23

CMYK Percentages of Color #488461

%45
%0
%27
%48

Triadic Colors of #488461

#488461 #614884 #846148

Analogous Colors of #488461

#488461 #48847f #4d8448

Monochromatic Colors of #488461

#488461

Complementary Color

#488461 #84486b

#488461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488461 Color CSS Codes

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

#488461 Text Font Color

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

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


#488461 Background Color

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

This div background color is #488461


#488461 Border Color

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

This div border color is #488461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488461


Comments

No comments written yet.

Please login to write comment.