Color Hex Logo

#488361 Color Hex

#488361
(72,131,97)
0 Favorites   0 Comments

Color spaces of #488361

RGB 7213197
HSL0.400.290.40
HSV145°45°51°
CMYK 0.450.000.26   0.49
XYZ12.946518.473414.1926
Yxy18.47340.28380.4050
Hunter Lab42.9807-21.449010.5084
CIE-Lab50.0653-27.502912.4997

#488361 color RGB value is (72,131,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 01100001
Octal 110 203 141
Decimal 72 131 97
Hex 48 83 61

RGB Percentages of Color #488361

%24.00
%43.67
%32.33

CMYK Percentages of Color #488361

%45
%0
%26
%49

Triadic Colors of #488361

#488361 #614883 #836148

Analogous Colors of #488361

#488361 #48837f #4d8348

Monochromatic Colors of #488361

#488361

Complementary Color

#488361 #83486a

#488361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488361 Color CSS Codes

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

#488361 Text Font Color

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

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


#488361 Background Color

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

This div background color is #488361


#488361 Border Color

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

This div border color is #488361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,131,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 #488361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488361


Comments

No comments written yet.

Please login to write comment.