COLOR #799481

HEX: #799481
RGB: (121,148,129)

Color info

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

RGB color model

#799481 color RGB value is (121,148,129).

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

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 129 of 255 = 51%

121
148
129

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

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 129 = 398 (100%)
R 121 of 398 ~ 30.4%
G 148 of 398 ~ 37.19%
B 129 of 398 ~ 32.41%

%30.4
%37.19
%32.41

CMYK color model

#799481 color CMYK value is (18,0,13,42).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(18,0,13,42)
C18M0Y13K42 
(18%,0%,13%,42%)
(0.18/0.00/0.13/0.42)	

CMYK percentages

%18.24
%0
%12.84
%41.96

Codes

Color #799481 in popluar color models

799481
RGB121148129
HSL138°11.20%52.75%
HSB/HSV138°18.24%58.04%
CMYK18.24%0.00%12.84%
41.96%

Color #799481 in popluar number systems.

HEX799481
Decimal121148129
Binary11110011001010010000001
Octal171224201

Shades and tints

Shades of #799481

#799481
(121,148,129)
#6E8776
(110,135,118)
#637A6B
(99,122,107)
#586D60
(88,109,96)
#4D6055
(77,96,85)
#42534A
(66,83,74)
#37463F
(55,70,63)
#2C3934
(44,57,52)
#212C29
(33,44,41)
#161F1E
(22,31,30)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #799481

#799481
(121,148,129)
#859D8C
(133,157,140)
#91A697
(145,166,151)
#9DAFA2
(157,175,162)
#A9B8AD
(169,184,173)
#B5C1B8
(181,193,184)
#C1CAC3
(193,202,195)
#CDD3CE
(205,211,206)
#D9DCD9
(217,220,217)
#E5E5E4
(229,229,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799481; }

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

This text font color is #799481.


Background Color

.myBgColor { background-color: #799481; }

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

This div background color is #799481.


Border color

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

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

This div border color is #799481.


Opacity

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

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

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

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

This text has shadow with #799481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799481 on black background.


Color preview on white background

This text has color #799481 on white background.



Black color preview on #799481 background

This text has black color on #799481 background.


White color preview on #799481 background

This text has white color on #799481 background.