COLOR #798582

HEX: #798582
RGB: (121,133,130)

Color info

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

RGB color model

#798582 color RGB value is (121,133,130).

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

RGB channels and saturation

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

121
133
130

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

Portions of RGB colors in percentages

R + G + B =
121 + 133 + 130 = 384 (100%)
R 121 of 384 ~ 31.51%
G 133 of 384 ~ 34.64%
B 130 of 384 ~ 33.85%

%31.51
%34.64
%33.85

CMYK color model

#798582 color CMYK value is (9,0,2,48).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(9,0,2,48)
C9M0Y2K48 
(9%,0%,2%,48%)
(0.09/0.00/0.02/0.48)	

CMYK percentages

%9.02
%0
%2.26
%47.84

Codes

Color #798582 in popluar color models

798582
RGB121133130
HSL165°4.72%49.80%
HSB/HSV165°9.02%52.16%
CMYK9.02%0.00%2.26%
47.84%

Color #798582 in popluar number systems.

HEX798582
Decimal121133130
Binary11110011000010110000010
Octal171205202

Shades and tints

Shades of #798582

#798582
(121,133,130)
#6E7977
(110,121,119)
#636D6C
(99,109,108)
#586161
(88,97,97)
#4D5556
(77,85,86)
#42494B
(66,73,75)
#373D40
(55,61,64)
#2C3135
(44,49,53)
#21252A
(33,37,42)
#16191F
(22,25,31)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #798582

#798582
(121,133,130)
#85908D
(133,144,141)
#919B98
(145,155,152)
#9DA6A3
(157,166,163)
#A9B1AE
(169,177,174)
#B5BCB9
(181,188,185)
#C1C7C4
(193,199,196)
#CDD2CF
(205,210,207)
#D9DDDA
(217,221,218)
#E5E8E5
(229,232,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798582; }

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

This text font color is #798582.


Background Color

.myBgColor { background-color: #798582; }

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

This div background color is #798582.


Border color

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

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

This div border color is #798582.


Opacity

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

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

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

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

This text has shadow with #798582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798582 on black background.


Color preview on white background

This text has color #798582 on white background.



Black color preview on #798582 background

This text has black color on #798582 background.


White color preview on #798582 background

This text has white color on #798582 background.