COLOR #798317

HEX: #798317
RGB: (121,131,23)

Color info

#798317 contains mainly red and green colors. Web safe color of #798317 is #669900 (or #690).

RGB color model

#798317 color RGB value is (121,131,23).

  • red value is 121;
  • green value is 131;
  • blue value is 23.
RGB:
(121,131,23)
(47%,51%,9%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 23 of 255 = 9%

121
131
23

R + G + B ~ 36%. #798317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 23 = 275 (100%)
R 121 of 275 ~ 44%
G 131 of 275 ~ 47.64%
B 23 of 275 ~ 8.36%

%44
%47.64

CMYK color model

#798317 color CMYK value is (8,0,82,49).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 82.44%
  • key color value is 48.63%
CMYK:
(8,0,82,49)
C8M0Y82K49 
(8%,0%,82%,49%)
(0.08/0.00/0.82/0.49)	

CMYK percentages

%7.63
%0
%82.44
%48.63

Codes

Color #798317 in popluar color models

798317
RGB12113123
HSL66°70.13%30.20%
HSB/HSV66°82.44%51.37%
CMYK7.63%0.00%82.44%
48.63%

Color #798317 in popluar number systems.

HEX798317
Decimal12113123
Binary11110011000001110111
Octal17120327

Shades and tints

Shades of #798317

#798317
(121,131,23)
#6E7815
(110,120,21)
#636D13
(99,109,19)
#586211
(88,98,17)
#4D570F
(77,87,15)
#424C0D
(66,76,13)
#37410B
(55,65,11)
#2C3609
(44,54,9)
#212B07
(33,43,7)
#162005
(22,32,5)
#0B1503
(11,21,3)
#000000
(0,0,0)

Tints of #798317

#798317
(121,131,23)
#858E2C
(133,142,44)
#919941
(145,153,65)
#9DA456
(157,164,86)
#A9AF6B
(169,175,107)
#B5BA80
(181,186,128)
#C1C595
(193,197,149)
#CDD0AA
(205,208,170)
#D9DBBF
(217,219,191)
#E5E6D4
(229,230,212)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798317 color. Also use rgb(121,131,23) instead hex code.

Text Font Color

.myTextColor { color: #798317; }

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

This text font color is #798317.


Background Color

.myBgColor { background-color: #798317; }

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

This div background color is #798317.


Border color

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

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

This div border color is #798317.


Opacity

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

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

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

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

This text has shadow with #798317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798317 on black background.


Color preview on white background

This text has color #798317 on white background.



Black color preview on #798317 background

This text has black color on #798317 background.


White color preview on #798317 background

This text has white color on #798317 background.