Color Hex Logo

#798383 Color Hex

#798383
(121,131,131)
0 Favorites   0 Comments

Color spaces of #798383

RGB 121131131
HSL0.500.040.49
HSV180°51°
CMYK 0.080.000.00   0.49
XYZ20.098221.936224.6476
Yxy21.93620.30140.3290
Hunter Lab46.8361-5.36571.5838
CIE-Lab53.9592-3.6674-1.2706

#798383 color RGB value is (121,131,131).

#798383 hex color red value is 121, green value is 131 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #798383 hue: 0.50 , saturation: 0.04 and the lightness value of 798383 is 0.49.

The process color (four color CMYK) of #798383 color hex is 0.08, 0.00, 0.00, 0.49. Web safe color of #798383 is #669999. Color #798383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000011 10000011
Octal 171 203 203
Decimal 121 131 131
Hex 79 83 83

RGB Percentages of Color #798383

%31.59
%34.20
%34.20

CMYK Percentages of Color #798383

%8
%0
%0
%49

Triadic Colors of #798383

#798383 #837983 #838379

Analogous Colors of #798383

#798383 #797e83 #79837e

Monochromatic Colors of #798383

#798383

Complementary Color

#798383 #837979

#798383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798383 Color CSS Codes

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

#798383 Text Font Color

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

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


#798383 Background Color

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

This div background color is #798383


#798383 Border Color

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

This div border color is #798383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798383


Comments

No comments written yet.

Please login to write comment.