Color Hex Logo

#48804e Color Hex

#48804E
(72,128,78)
0 Favorites   0 Comments

Color spaces of #48804e

RGB 7212878
HSL0.350.280.39
HSV126°44°50°
CMYK 0.440.000.39   0.50
XYZ11.766817.36619.9395
Yxy17.36610.30120.4445
Hunter Lab41.6727-22.525415.0294
CIE-Lab48.7180-29.759821.5299

#48804e color RGB value is (72,128,78).

#48804e hex color red value is 72, green value is 128 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48804e hue: 0.35 , saturation: 0.28 and the lightness value of 48804e is 0.39.

The process color (four color CMYK) of #48804e color hex is 0.44, 0.00, 0.39, 0.50. Web safe color of #48804e is #339966. Color #48804e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000000 01001110
Octal 110 200 116
Decimal 72 128 78
Hex 48 80 4E

RGB Percentages of Color #48804e

%25.90
%46.04
%28.06

CMYK Percentages of Color #48804e

%44
%0
%39
%50

Triadic Colors of #48804e

#48804e #4e4880 #804e48

Analogous Colors of #48804e

#48804e #48806a #5e8048

Monochromatic Colors of #48804e

#48804e

Complementary Color

#48804e #80487a

#48804e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48804e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48804e Color CSS Codes

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

#48804e Text Font Color

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

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


#48804e Background Color

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

This div background color is #48804e


#48804e Border Color

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

This div border color is #48804e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,128,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48804e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48804e;
  -webkit-box-shadow: 1px 1px 3px 2px #48804e;
  box-shadow:         1px 1px 3px 2px #48804e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48804e


Comments

No comments written yet.

Please login to write comment.