COLOR #798B13

HEX: #798B13 RGB: (121,139,19)

Color info

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

RGB color model

#798B13 color RGB value is (121,139,19).

RGB: (121,139,19) (47%, 55%, 7%)

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 19 of 255 = 7%

121
139
19

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

Portions of RGB colors in percentages

R + G + B = 121 + 139 + 19 = 279 (100%)
R 121 of 279 ~ 43.37%
G 139 of 279 ~ 49.82%
B 19 of 279 ~ 6.81'%

%43.37
%49.82

CMYK color model

#798B13 color CMYK value is (13,0,86,45).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 86.33%
  • key color value is 45.49%

CMYK: (13,0,86,45)
C13M0Y86K45 (13%, 0%, 86%, 45%)
(0.13 / 0.00 / 0.86 / 0.45)

CMYK percentages

%12.95
%0
%86.33
%45.49

Codes

Color #798B13 in popluar color models

79 8B 13
RGB 121 139 19
HSL 69° 75.95% 30.98%
HSB/HSV 69° 86.33% 54.51%
CMYK 12.95% 0.00% 86.33%
45.49%

Color #798B13 in popluar number systems.

HEX 79 8B 13
Decimal 121 139 19
Binary 1111001 10001011 10011
Octal 171 213 23

Shades and tints

Shades of #798B13

#798B13
(121,139,19)
#6E7F12
(110,127,18)
#637311
(99,115,17)
#586710
(88,103,16)
#4D5B0F
(77,91,15)
#424F0E
(66,79,14)
#37430D
(55,67,13)
#2C370C
(44,55,12)
#212B0B
(33,43,11)
#161F0A
(22,31,10)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #798B13

#798B13
(121,139,19)
#859528
(133,149,40)
#919F3D
(145,159,61)
#9DA952
(157,169,82)
#A9B367
(169,179,103)
#B5BD7C
(181,189,124)
#C1C791
(193,199,145)
#CDD1A6
(205,209,166)
#D9DBBB
(217,219,187)
#E5E5D0
(229,229,208)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798B13 color. Also use rgb(121,139,19) instead hex code.

Text Font Color

.myTextColor { color: #798B13; }

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

This text font color is #798B13.

Background Color

.myBgColor { background-color: #798B13; }

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

This div background color is #798B13.

Border color

.myBorderColor { border: 1px solid #798B13; }

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

This div border color is #798B13.

Opacity

.myOpacity80 { color: #798B13; opacity: 0.8; }

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

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

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

This text has shadow with #798B13 color.


.textShadow {text-shadow: 3px 3px 1px #798B13', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #798B13; -webkit-box-shadow: 1px 1px 3px 2px #798B13; box-shadow:1px 1px 3px 2px #798B13;">
Div content here
</div>

This div box has shadow with color #798B13.

Preview

Color preview on black background

This text has color #798B13 on black background.


Color preview on white background

This text has color #798B13 on white background.


Black color preview on #798B13 background

This text has black color on #798B13 background.


White color preview on #798B13 background

This text has white color on #798B13 background.


Related colors

Complementary color

Complementary color for #hex is #8674EC.


I love getcolorcode.com

Triadic colors

1 #13798B and #8B1379 with #798B13 are triadic colors.

2 #138B79 and #8B7913 with #798B13 are triadic colors.