Color Hex Logo

#48924e Color Hex

#48924E
(72,146,78)
0 Favorites   0 Comments

Color spaces of #48924e

RGB 7214678
HSL0.350.340.43
HSV125°51°57°
CMYK 0.510.000.47   0.43
XYZ14.326522.485510.7928
Yxy22.48550.30090.4723
Hunter Lab47.4189-29.053519.6985
CIE-Lab54.5384-37.949429.0583

#48924e color RGB value is (72,146,78).

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

The process color (four color CMYK) of #48924e color hex is 0.51, 0.00, 0.47, 0.43. Web safe color of #48924e is #339966. Color #48924e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010010 01001110
Octal 110 222 116
Decimal 72 146 78
Hex 48 92 4E

RGB Percentages of Color #48924e

%24.32
%49.32
%26.35

CMYK Percentages of Color #48924e

%51
%0
%47
%43

Triadic Colors of #48924e

#48924e #4e4892 #924e48

Analogous Colors of #48924e

#48924e #489273 #679248

Monochromatic Colors of #48924e

#48924e

Complementary Color

#48924e #92488c

#48924e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48924e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48924e Color CSS Codes

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

#48924e Text Font Color

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

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


#48924e Background Color

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

This div background color is #48924e


#48924e Border Color

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

This div border color is #48924e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48924e


Comments

No comments written yet.

Please login to write comment.