Color Hex Logo

#48814a Color Hex

#48814A
(72,129,74)
0 Favorites   0 Comments

Color spaces of #48814a

RGB 7212974
HSL0.340.280.39
HSV122°44°51°
CMYK 0.440.000.43   0.49
XYZ11.758817.57269.2507
Yxy17.57260.30480.4555
Hunter Lab41.9197-23.288816.2599
CIE-Lab48.9736-30.917624.1006

#48814a color RGB value is (72,129,74).

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

The process color (four color CMYK) of #48814a color hex is 0.44, 0.00, 0.43, 0.49. Web safe color of #48814a is #339933. Color #48814a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000001 01001010
Octal 110 201 112
Decimal 72 129 74
Hex 48 81 4A

RGB Percentages of Color #48814a

%26.18
%46.91
%26.91

CMYK Percentages of Color #48814a

%44
%0
%43
%49

Triadic Colors of #48814a

#48814a #4a4881 #814a48

Analogous Colors of #48814a

#48814a #488167 #638148

Monochromatic Colors of #48814a

#48814a

Complementary Color

#48814a #81487f

#48814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48814a Color CSS Codes

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

#48814a Text Font Color

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

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


#48814a Background Color

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

This div background color is #48814a


#48814a Border Color

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

This div border color is #48814a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48814a


Comments

No comments written yet.

Please login to write comment.