Color Hex Logo

#48854a Color Hex

#48854A
(72,133,74)
0 Favorites   0 Comments

Color spaces of #48854a

RGB 7213374
HSL0.340.300.40
HSV122°46°52°
CMYK 0.460.000.44   0.48
XYZ12.296018.64729.4298
Yxy18.64720.30460.4619
Hunter Lab43.1824-24.742117.2804
CIE-Lab50.2719-32.776125.7752

#48854a color RGB value is (72,133,74).

#48854a hex color red value is 72, green value is 133 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #48854a hue: 0.34 , saturation: 0.30 and the lightness value of 48854a is 0.40.

The process color (four color CMYK) of #48854a color hex is 0.46, 0.00, 0.44, 0.48. Web safe color of #48854a is #339933. Color #48854a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 01001010
Octal 110 205 112
Decimal 72 133 74
Hex 48 85 4A

RGB Percentages of Color #48854a

%25.81
%47.67
%26.52

CMYK Percentages of Color #48854a

%46
%0
%44
%48

Triadic Colors of #48854a

#48854a #4a4885 #854a48

Analogous Colors of #48854a

#48854a #488569 #658548

Monochromatic Colors of #48854a

#48854a

Complementary Color

#48854a #854883

#48854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48854a Color CSS Codes

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

#48854a Text Font Color

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

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


#48854a Background Color

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

This div background color is #48854a


#48854a Border Color

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

This div border color is #48854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48854a


Comments

No comments written yet.

Please login to write comment.