Color Hex Logo

#488665 Color Hex

#488665
(72,134,101)
0 Favorites   0 Comments

Color spaces of #488665

RGB 72134101
HSL0.410.300.40
HSV148°46°53°
CMYK 0.460.000.25   0.47
XYZ13.546519.367515.3362
Yxy19.36750.28080.4014
Hunter Lab44.0085-22.069910.1444
CIE-Lab51.1144-28.110511.6548

#488665 color RGB value is (72,134,101).

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

The process color (four color CMYK) of #488665 color hex is 0.46, 0.00, 0.25, 0.47. Web safe color of #488665 is #339966. Color #488665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 01100101
Octal 110 206 145
Decimal 72 134 101
Hex 48 86 65

RGB Percentages of Color #488665

%23.45
%43.65
%32.90

CMYK Percentages of Color #488665

%46
%0
%25
%47

Triadic Colors of #488665

#488665 #654886 #866548

Analogous Colors of #488665

#488665 #488684 #4a8648

Monochromatic Colors of #488665

#488665

Complementary Color

#488665 #864869

#488665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488665 Color CSS Codes

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

#488665 Text Font Color

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

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


#488665 Background Color

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

This div background color is #488665


#488665 Border Color

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

This div border color is #488665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488665


Comments

No comments written yet.

Please login to write comment.