Color Hex Logo

#799048 Color Hex

#799048
(121,144,72)
0 Favorites   0 Comments

Color spaces of #799048

RGB 12114472
HSL0.220.330.42
HSV79°50°56°
CMYK 0.160.000.50   0.44
XYZ19.028124.47939.8530
Yxy24.47930.35660.4588
Hunter Lab49.4766-17.935022.8263
CIE-Lab56.5645-20.280535.3202

#799048 color RGB value is (121,144,72).

#799048 hex color red value is 121, green value is 144 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #799048 hue: 0.22 , saturation: 0.33 and the lightness value of 799048 is 0.42.

The process color (four color CMYK) of #799048 color hex is 0.16, 0.00, 0.50, 0.44. Web safe color of #799048 is #669933. Color #799048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010000 01001000
Octal 171 220 110
Decimal 121 144 72
Hex 79 90 48

RGB Percentages of Color #799048

%35.91
%42.73
%21.36

CMYK Percentages of Color #799048

%16
%0
%50
%44

Triadic Colors of #799048

#799048 #487990 #904879

Analogous Colors of #799048

#799048 #559048 #908348

Monochromatic Colors of #799048

#799048

Complementary Color

#799048 #5f4890

#799048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799048 Color CSS Codes

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

#799048 Text Font Color

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

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


#799048 Background Color

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

This div background color is #799048


#799048 Border Color

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

This div border color is #799048


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,144,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799048; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799048;
  -webkit-box-shadow: 1px 1px 3px 2px #799048;
  box-shadow:         1px 1px 3px 2px #799048; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799048


Comments

No comments written yet.

Please login to write comment.