Color Hex Logo

#48935e Color Hex

#48935E
(72,147,94)
0 Favorites   0 Comments

Color spaces of #48935e

RGB 7214794
HSL0.380.340.43
HSV138°51°58°
CMYK 0.510.000.36   0.42
XYZ15.126623.053314.2422
Yxy23.05330.28860.4398
Hunter Lab48.0139-27.788416.0227
CIE-Lab55.1272-35.623321.1090

#48935e color RGB value is (72,147,94).

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

The process color (four color CMYK) of #48935e color hex is 0.51, 0.00, 0.36, 0.42. Web safe color of #48935e is #339966. Color #48935e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010011 01011110
Octal 110 223 136
Decimal 72 147 94
Hex 48 93 5E

RGB Percentages of Color #48935e

%23.00
%46.96
%30.03

CMYK Percentages of Color #48935e

%51
%0
%36
%42

Triadic Colors of #48935e

#48935e #5e4893 #935e48

Analogous Colors of #48935e

#48935e #489384 #589348

Monochromatic Colors of #48935e

#48935e

Complementary Color

#48935e #93487d

#48935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48935e Color CSS Codes

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

#48935e Text Font Color

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

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


#48935e Background Color

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

This div background color is #48935e


#48935e Border Color

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

This div border color is #48935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48935e


Comments

No comments written yet.

Please login to write comment.