COLOR #798581

HEX: #798581
RGB: (121,133,129)

Color info

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

RGB color model

#798581 color RGB value is (121,133,129).

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

RGB channels and saturation

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

121
133
129

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

Portions of RGB colors in percentages

R + G + B =
121 + 133 + 129 = 383 (100%)
R 121 of 383 ~ 31.59%
G 133 of 383 ~ 34.73%
B 129 of 383 ~ 33.68%

%31.59
%34.73
%33.68

CMYK color model

#798581 color CMYK value is (9,0,3,48).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(9,0,3,48)
C9M0Y3K48 
(9%,0%,3%,48%)
(0.09/0.00/0.03/0.48)	

CMYK percentages

%9.02
%0
%3.01
%47.84

Codes

Color #798581 in popluar color models

798581
RGB121133129
HSL160°4.72%49.80%
HSB/HSV160°9.02%52.16%
CMYK9.02%0.00%3.01%
47.84%

Color #798581 in popluar number systems.

HEX798581
Decimal121133129
Binary11110011000010110000001
Octal171205201

Shades and tints

Shades of #798581

#798581
(121,133,129)
#6E7976
(110,121,118)
#636D6B
(99,109,107)
#586160
(88,97,96)
#4D5555
(77,85,85)
#42494A
(66,73,74)
#373D3F
(55,61,63)
#2C3134
(44,49,52)
#212529
(33,37,41)
#16191E
(22,25,30)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #798581

#798581
(121,133,129)
#85908C
(133,144,140)
#919B97
(145,155,151)
#9DA6A2
(157,166,162)
#A9B1AD
(169,177,173)
#B5BCB8
(181,188,184)
#C1C7C3
(193,199,195)
#CDD2CE
(205,210,206)
#D9DDD9
(217,221,217)
#E5E8E4
(229,232,228)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798581; }

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

This text font color is #798581.


Background Color

.myBgColor { background-color: #798581; }

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

This div background color is #798581.


Border color

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

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

This div border color is #798581.


Opacity

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

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

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

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

This text has shadow with #798581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798581 on black background.


Color preview on white background

This text has color #798581 on white background.



Black color preview on #798581 background

This text has black color on #798581 background.


White color preview on #798581 background

This text has white color on #798581 background.