COLOR #798255

HEX: #798255
RGB: (121,130,85)

Color info

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

RGB color model

#798255 color RGB value is (121,130,85).

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

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 85 of 255 = 33%

121
130
85

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 85 = 336 (100%)
R 121 of 336 ~ 36.01%
G 130 of 336 ~ 38.69%
B 85 of 336 ~ 25.3%

%36.01
%38.69
%25.3

CMYK color model

#798255 color CMYK value is (7,0,35,49).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(7,0,35,49)
C7M0Y35K49 
(7%,0%,35%,49%)
(0.07/0.00/0.35/0.49)	

CMYK percentages

%6.92
%0
%34.62
%49.02

Codes

Color #798255 in popluar color models

798255
RGB12113085
HSL72°20.93%42.16%
HSB/HSV72°34.62%50.98%
CMYK6.92%0.00%34.62%
49.02%

Color #798255 in popluar number systems.

HEX798255
Decimal12113085
Binary1111001100000101010101
Octal171202125

Shades and tints

Shades of #798255

#798255
(121,130,85)
#6E774E
(110,119,78)
#636C47
(99,108,71)
#586140
(88,97,64)
#4D5639
(77,86,57)
#424B32
(66,75,50)
#37402B
(55,64,43)
#2C3524
(44,53,36)
#212A1D
(33,42,29)
#161F16
(22,31,22)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #798255

#798255
(121,130,85)
#858D64
(133,141,100)
#919873
(145,152,115)
#9DA382
(157,163,130)
#A9AE91
(169,174,145)
#B5B9A0
(181,185,160)
#C1C4AF
(193,196,175)
#CDCFBE
(205,207,190)
#D9DACD
(217,218,205)
#E5E5DC
(229,229,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798255; }

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

This text font color is #798255.


Background Color

.myBgColor { background-color: #798255; }

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

This div background color is #798255.


Border color

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

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

This div border color is #798255.


Opacity

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

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

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

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

This text has shadow with #798255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798255 on black background.


Color preview on white background

This text has color #798255 on white background.



Black color preview on #798255 background

This text has black color on #798255 background.


White color preview on #798255 background

This text has white color on #798255 background.