Color Hex Logo

#798050 Color Hex

#798050
(121,128,80)
0 Favorites   0 Comments

Color spaces of #798050

RGB 12112880
HSL0.190.230.41
HSV69°38°50°
CMYK 0.050.000.38   0.50
XYZ17.052320.082510.5670
Yxy20.08250.35750.4210
Hunter Lab44.8135-10.501317.3889
CIE-Lab51.9304-10.801725.2118

#798050 color RGB value is (121,128,80).

#798050 hex color red value is 121, green value is 128 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #798050 hue: 0.19 , saturation: 0.23 and the lightness value of 798050 is 0.41.

The process color (four color CMYK) of #798050 color hex is 0.05, 0.00, 0.38, 0.50. Web safe color of #798050 is #669966. Color #798050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 01010000
Octal 171 200 120
Decimal 121 128 80
Hex 79 80 50

RGB Percentages of Color #798050

%36.78
%38.91
%24.32

CMYK Percentages of Color #798050

%5
%0
%38
%50

Triadic Colors of #798050

#798050 #507980 #805079

Analogous Colors of #798050

#798050 #618050 #806f50

Monochromatic Colors of #798050

#798050

Complementary Color

#798050 #575080

#798050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798050 Color CSS Codes

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

#798050 Text Font Color

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

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


#798050 Background Color

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

This div background color is #798050


#798050 Border Color

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

This div border color is #798050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798050


Comments

No comments written yet.

Please login to write comment.