Color Hex Logo

#48915e Color Hex

#48915E
(72,145,94)
0 Favorites   0 Comments

Color spaces of #48915e

RGB 7214594
HSL0.380.340.43
HSV138°50°57°
CMYK 0.500.000.35   0.43
XYZ14.818322.436714.1394
Yxy22.43670.28830.4366
Hunter Lab47.3674-27.051415.4588
CIE-Lab54.4873-34.718720.2506

#48915e color RGB value is (72,145,94).

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

The process color (four color CMYK) of #48915e color hex is 0.50, 0.00, 0.35, 0.43. Web safe color of #48915e is #339966. Color #48915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010001 01011110
Octal 110 221 136
Decimal 72 145 94
Hex 48 91 5E

RGB Percentages of Color #48915e

%23.15
%46.62
%30.23

CMYK Percentages of Color #48915e

%50
%0
%35
%43

Triadic Colors of #48915e

#48915e #5e4891 #915e48

Analogous Colors of #48915e

#48915e #489183 #579148

Monochromatic Colors of #48915e

#48915e

Complementary Color

#48915e #91487b

#48915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48915e Color CSS Codes

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

#48915e Text Font Color

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

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


#48915e Background Color

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

This div background color is #48915e


#48915e Border Color

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

This div border color is #48915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48915e


Comments

No comments written yet.

Please login to write comment.