COLOR #798270

HEX: #798270
RGB: (121,130,112)

Color info

#798270 contains red, green and blue colors in about the same proportion. Web safe color of #798270 is #669966 (or #696).

RGB color model

#798270 color RGB value is (121,130,112).

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

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 112 of 255 = 44%

121
130
112

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 112 = 363 (100%)
R 121 of 363 ~ 33.33%
G 130 of 363 ~ 35.81%
B 112 of 363 ~ 30.85%

%33.33
%35.81
%30.85

CMYK color model

#798270 color CMYK value is (7,0,14,49).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(7,0,14,49)
C7M0Y14K49 
(7%,0%,14%,49%)
(0.07/0.00/0.14/0.49)	

CMYK percentages

%6.92
%0
%13.85
%49.02

Codes

Color #798270 in popluar color models

798270
RGB121130112
HSL90°7.44%47.45%
HSB/HSV90°13.85%50.98%
CMYK6.92%0.00%13.85%
49.02%

Color #798270 in popluar number systems.

HEX798270
Decimal121130112
Binary1111001100000101110000
Octal171202160

Shades and tints

Shades of #798270

#798270
(121,130,112)
#6E7766
(110,119,102)
#636C5C
(99,108,92)
#586152
(88,97,82)
#4D5648
(77,86,72)
#424B3E
(66,75,62)
#374034
(55,64,52)
#2C352A
(44,53,42)
#212A20
(33,42,32)
#161F16
(22,31,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #798270

#798270
(121,130,112)
#858D7D
(133,141,125)
#91988A
(145,152,138)
#9DA397
(157,163,151)
#A9AEA4
(169,174,164)
#B5B9B1
(181,185,177)
#C1C4BE
(193,196,190)
#CDCFCB
(205,207,203)
#D9DAD8
(217,218,216)
#E5E5E5
(229,229,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798270; }

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

This text font color is #798270.


Background Color

.myBgColor { background-color: #798270; }

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

This div background color is #798270.


Border color

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

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

This div border color is #798270.


Opacity

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

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

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

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

This text has shadow with #798270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798270 on black background.


Color preview on white background

This text has color #798270 on white background.



Black color preview on #798270 background

This text has black color on #798270 background.


White color preview on #798270 background

This text has white color on #798270 background.