Color Hex Logo

#488652 Color Hex

#488652
(72,134,82)
0 Favorites   0 Comments

Color spaces of #488652

RGB 7213482
HSL0.360.300.40
HSV130°46°53°
CMYK 0.460.000.39   0.47
XYZ12.720619.037110.9867
Yxy19.03710.29760.4454
Hunter Lab43.6315-24.314215.6125
CIE-Lab50.7306-31.875521.9421

#488652 color RGB value is (72,134,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 01010010
Octal 110 206 122
Decimal 72 134 82
Hex 48 86 52

RGB Percentages of Color #488652

%25.00
%46.53
%28.47

CMYK Percentages of Color #488652

%46
%0
%39
%47

Triadic Colors of #488652

#488652 #524886 #865248

Analogous Colors of #488652

#488652 #488671 #5d8648

Monochromatic Colors of #488652

#488652

Complementary Color

#488652 #86487c

#488652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488652 Color CSS Codes

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

#488652 Text Font Color

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

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


#488652 Background Color

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

This div background color is #488652


#488652 Border Color

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

This div border color is #488652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488652


Comments

No comments written yet.

Please login to write comment.