Color Hex Logo

#798952 Color Hex

#798952
(121,137,82)
0 Favorites   0 Comments

Color spaces of #798952

RGB 12113782
HSL0.220.250.43
HSV77°40°54°
CMYK 0.120.000.40   0.46
XYZ18.353822.565511.3709
Yxy22.56550.35100.4315
Hunter Lab47.5032-14.163519.0599
CIE-Lab54.6219-15.404027.5784

#798952 color RGB value is (121,137,82).

#798952 hex color red value is 121, green value is 137 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #798952 hue: 0.22 , saturation: 0.25 and the lightness value of 798952 is 0.43.

The process color (four color CMYK) of #798952 color hex is 0.12, 0.00, 0.40, 0.46. Web safe color of #798952 is #669966. Color #798952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001001 01010010
Octal 171 211 122
Decimal 121 137 82
Hex 79 89 52

RGB Percentages of Color #798952

%35.59
%40.29
%24.12

CMYK Percentages of Color #798952

%12
%0
%40
%46

Triadic Colors of #798952

#798952 #527989 #895279

Analogous Colors of #798952

#798952 #5e8952 #897e52

Monochromatic Colors of #798952

#798952

Complementary Color

#798952 #625289

#798952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798952 Color CSS Codes

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

#798952 Text Font Color

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

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


#798952 Background Color

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

This div background color is #798952


#798952 Border Color

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

This div border color is #798952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798952


Comments

No comments written yet.

Please login to write comment.