Color Hex Logo

#48814f Color Hex

#48814F
(72,129,79)
0 Favorites   0 Comments

Color spaces of #48814f

RGB 7212979
HSL0.350.280.39
HSV127°44°51°
CMYK 0.440.000.39   0.49
XYZ11.934017.642710.1735
Yxy17.64270.30020.4438
Hunter Lab42.0032-22.790015.0418
CIE-Lab49.0598-30.058321.4179

#48814f color RGB value is (72,129,79).

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

The process color (four color CMYK) of #48814f color hex is 0.44, 0.00, 0.39, 0.49. Web safe color of #48814f is #339966. Color #48814f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000001 01001111
Octal 110 201 117
Decimal 72 129 79
Hex 48 81 4F

RGB Percentages of Color #48814f

%25.71
%46.07
%28.21

CMYK Percentages of Color #48814f

%44
%0
%39
%49

Triadic Colors of #48814f

#48814f #4f4881 #814f48

Analogous Colors of #48814f

#48814f #48816c #5e8148

Monochromatic Colors of #48814f

#48814f

Complementary Color

#48814f #81487a

#48814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48814f Color CSS Codes

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

#48814f Text Font Color

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

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


#48814f Background Color

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

This div background color is #48814f


#48814f Border Color

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

This div border color is #48814f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48814f


Comments

No comments written yet.

Please login to write comment.