COLOR #798482

HEX: #798482
RGB: (121,132,130)

Color info

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

RGB color model

#798482 color RGB value is (121,132,130).

  • red value is 121;
  • green value is 132;
  • blue value is 130.
RGB:
(121,132,130)
(47%,52%,51%)

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 130 of 255 = 51%

121
132
130

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

Portions of RGB colors in percentages

R + G + B =
121 + 132 + 130 = 383 (100%)
R 121 of 383 ~ 31.59%
G 132 of 383 ~ 34.46%
B 130 of 383 ~ 33.94%

%31.59
%34.46
%33.94

CMYK color model

#798482 color CMYK value is (8,0,2,48).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(8,0,2,48)
C8M0Y2K48 
(8%,0%,2%,48%)
(0.08/0.00/0.02/0.48)	

CMYK percentages

%8.33
%0
%1.52
%48.24

Codes

Color #798482 in popluar color models

798482
RGB121132130
HSL169°4.35%49.61%
HSB/HSV169°8.33%51.76%
CMYK8.33%0.00%1.52%
48.24%

Color #798482 in popluar number systems.

HEX798482
Decimal121132130
Binary11110011000010010000010
Octal171204202

Shades and tints

Shades of #798482

#798482
(121,132,130)
#6E7877
(110,120,119)
#636C6C
(99,108,108)
#586061
(88,96,97)
#4D5456
(77,84,86)
#42484B
(66,72,75)
#373C40
(55,60,64)
#2C3035
(44,48,53)
#21242A
(33,36,42)
#16181F
(22,24,31)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #798482

#798482
(121,132,130)
#858F8D
(133,143,141)
#919A98
(145,154,152)
#9DA5A3
(157,165,163)
#A9B0AE
(169,176,174)
#B5BBB9
(181,187,185)
#C1C6C4
(193,198,196)
#CDD1CF
(205,209,207)
#D9DCDA
(217,220,218)
#E5E7E5
(229,231,229)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798482; }

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

This text font color is #798482.


Background Color

.myBgColor { background-color: #798482; }

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

This div background color is #798482.


Border color

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

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

This div border color is #798482.


Opacity

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

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

Text with #798482 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 #798482;}

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

This text has shadow with #798482 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #798482;
-webkit-box-shadow: 1px 1px 3px 2px #798482;
box-shadow:1px 1px 3px 2px #798482;">
Div content here</div>
This div box has shadow with color #798482.

Preview

Color preview on black background

This text has color #798482 on black background.


Color preview on white background

This text has color #798482 on white background.



Black color preview on #798482 background

This text has black color on #798482 background.


White color preview on #798482 background

This text has white color on #798482 background.