COLOR #798383

HEX: #798383 RGB: (121,131,131)

Color info

#798383 contains red, green and blue colors in about the same proportion. Web safe color of #798383 is #669999 (or #699).

RGB color model

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

RGB: (121,131,131) (47%, 51%, 51%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 131 of 255 = 51%

121
131
131

R + G + B ~ 50%. #798383 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 131 + 131 = 383 (100%)
R 121 of 383 ~ 31.59%
G 131 of 383 ~ 34.2%
B 131 of 383 ~ 34.2'%

%31.59
%34.2
%34.2

CMYK color model

#798383 color CMYK value is (8,0,0,49).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (8,0,0,49)
C8M0Y0K49 (8%, 0%, 0%, 49%)
(0.08 / 0.00 / 0.00 / 0.49)

CMYK percentages

%7.63
%0
%0
%48.63

Codes

Color #798383 in popluar color models

79 83 83
RGB 121 131 131
HSL 180° 3.97% 49.41%
HSB/HSV 180° 7.63% 51.37%
CMYK 7.63% 0.00% 0.00%
48.63%

Color #798383 in popluar number systems.

HEX 79 83 83
Decimal 121 131 131
Binary 1111001 10000011 10000011
Octal 171 203 203

Shades and tints

Shades of #798383

#798383
(121,131,131)
#6E7878
(110,120,120)
#636D6D
(99,109,109)
#586262
(88,98,98)
#4D5757
(77,87,87)
#424C4C
(66,76,76)
#374141
(55,65,65)
#2C3636
(44,54,54)
#212B2B
(33,43,43)
#162020
(22,32,32)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #798383

#798383
(121,131,131)
#858E8E
(133,142,142)
#919999
(145,153,153)
#9DA4A4
(157,164,164)
#A9AFAF
(169,175,175)
#B5BABA
(181,186,186)
#C1C5C5
(193,197,197)
#CDD0D0
(205,208,208)
#D9DBDB
(217,219,219)
#E5E6E6
(229,230,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798383 color. Also use rgb(121,131,131) instead hex code.

Text Font Color

.myTextColor { color: #798383; }

<p style="color:#798383">This sample text font color is #798383.</p>

This text font color is #798383.

Background Color

.myBgColor { background-color: #798383; }

<div style="background-color:#798383">Inner text</div>

This div background color is #798383.

Border color

.myBorderColor { border: 1px solid #798383; }

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

This div border color is #798383.

Opacity

.myOpacity80 { color: #798383; opacity: 0.8; }

<p style="color:#798383;opacity:0.8;">80%</p>

Text with #798383 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #798383;}

<p style="text-shadow: 3px 3px 1px #798383">Text here.</p>

This text has shadow with #798383 color.


.textShadow {text-shadow: 3px 3px 1px #798383', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #798383, 5px 5px 20px red">Text here.</p>

This text has shadow with #798383 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#798383, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#798383, Direction=45, Strength=4)">Text</p>

This text has shadow with #798383 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #798383;
-webkit-box-shadow: 1px 1px 3px 2px #798383;
box-shadow: 1px 1px 3px 2px #798383;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #798383 on black background.


Color preview on white background

This text has color #798383 on white background.


Black color preview on #798383 background

This text has black color on #798383 background.


White color preview on #798383 background

This text has white color on #798383 background.


Related colors

Complementary color

Complementary color for #hex is #867C7C.


I love getcolorcode.com