Color Hex Logo

#48945a Color Hex

#48945A
(72,148,90)
0 Favorites   0 Comments

Color spaces of #48945a

RGB 7214890
HSL0.370.350.43
HSV134°51°58°
CMYK 0.510.000.39   0.42
XYZ15.107923.295713.3731
Yxy23.29570.29180.4499
Hunter Lab48.2656-28.591517.3583
CIE-Lab55.3756-36.805823.6459

#48945a color RGB value is (72,148,90).

#48945a hex color red value is 72, green value is 148 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #48945a hue: 0.37 , saturation: 0.35 and the lightness value of 48945a is 0.43.

The process color (four color CMYK) of #48945a color hex is 0.51, 0.00, 0.39, 0.42. Web safe color of #48945a is #339966. Color #48945a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010100 01011010
Octal 110 224 132
Decimal 72 148 90
Hex 48 94 5A

RGB Percentages of Color #48945a

%23.23
%47.74
%29.03

CMYK Percentages of Color #48945a

%51
%0
%39
%42

Triadic Colors of #48945a

#48945a #5a4894 #945a48

Analogous Colors of #48945a

#48945a #489480 #5c9448

Monochromatic Colors of #48945a

#48945a

Complementary Color

#48945a #944882

#48945a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48945a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48945a Color CSS Codes

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

#48945a Text Font Color

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

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


#48945a Background Color

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

This div background color is #48945a


#48945a Border Color

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

This div border color is #48945a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,148,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48945a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48945a;
  -webkit-box-shadow: 1px 1px 3px 2px #48945a;
  box-shadow:         1px 1px 3px 2px #48945a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48945a


Comments

No comments written yet.

Please login to write comment.