Color Hex Logo

#488261 Color Hex

#488261
(72,130,97)
0 Favorites   0 Comments

Color spaces of #488261

RGB 7213097
HSL0.410.290.40
HSV146°45°51°
CMYK 0.450.000.25   0.49
XYZ12.812818.206014.1481
Yxy18.20600.28370.4031
Hunter Lab42.6685-21.068610.2085
CIE-Lab49.7450-27.010912.0535

#488261 color RGB value is (72,130,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 01100001
Octal 110 202 141
Decimal 72 130 97
Hex 48 82 61

RGB Percentages of Color #488261

%24.08
%43.48
%32.44

CMYK Percentages of Color #488261

%45
%0
%25
%49

Triadic Colors of #488261

#488261 #614882 #826148

Analogous Colors of #488261

#488261 #48827e #4c8248

Monochromatic Colors of #488261

#488261

Complementary Color

#488261 #824869

#488261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488261 Color CSS Codes

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

#488261 Text Font Color

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

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


#488261 Background Color

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

This div background color is #488261


#488261 Border Color

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

This div border color is #488261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488261


Comments

No comments written yet.

Please login to write comment.