COLOR #798257

HEX: #798257
RGB: (121,130,87)

Color info

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

RGB color model

#798257 color RGB value is (121,130,87).

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

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 87 of 255 = 34%

121
130
87

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 87 = 338 (100%)
R 121 of 338 ~ 35.8%
G 130 of 338 ~ 38.46%
B 87 of 338 ~ 25.74%

%35.8
%38.46
%25.74

CMYK color model

#798257 color CMYK value is (7,0,33,49).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 49.02%
CMYK:
(7,0,33,49)
C7M0Y33K49 
(7%,0%,33%,49%)
(0.07/0.00/0.33/0.49)	

CMYK percentages

%6.92
%0
%33.08
%49.02

Codes

Color #798257 in popluar color models

798257
RGB12113087
HSL73°19.82%42.55%
HSB/HSV73°33.08%50.98%
CMYK6.92%0.00%33.08%
49.02%

Color #798257 in popluar number systems.

HEX798257
Decimal12113087
Binary1111001100000101010111
Octal171202127

Shades and tints

Shades of #798257

#798257
(121,130,87)
#6E7750
(110,119,80)
#636C49
(99,108,73)
#586142
(88,97,66)
#4D563B
(77,86,59)
#424B34
(66,75,52)
#37402D
(55,64,45)
#2C3526
(44,53,38)
#212A1F
(33,42,31)
#161F18
(22,31,24)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #798257

#798257
(121,130,87)
#858D66
(133,141,102)
#919875
(145,152,117)
#9DA384
(157,163,132)
#A9AE93
(169,174,147)
#B5B9A2
(181,185,162)
#C1C4B1
(193,196,177)
#CDCFC0
(205,207,192)
#D9DACF
(217,218,207)
#E5E5DE
(229,229,222)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798257; }

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

This text font color is #798257.


Background Color

.myBgColor { background-color: #798257; }

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

This div background color is #798257.


Border color

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

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

This div border color is #798257.


Opacity

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

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

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

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

This text has shadow with #798257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798257 on black background.


Color preview on white background

This text has color #798257 on white background.



Black color preview on #798257 background

This text has black color on #798257 background.


White color preview on #798257 background

This text has white color on #798257 background.