COLOR #798431

HEX: #798431 RGB: (121,132,49)

Color info

#798431 contains mainly red and green colors. Web safe color of #798431 is #669933 (or #693).

RGB color model

#798431 color RGB value is (121,132,49).

RGB: (121,132,49) (47%, 52%, 19%)

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 49 of 255 = 19%

121
132
49

R + G + B ~ 39%. #798431 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 121 + 132 + 49 = 302 (100%)
R 121 of 302 ~ 40.07%
G 132 of 302 ~ 43.71%
B 49 of 302 ~ 16.23'%

%40.07
%43.71
%16.23

CMYK color model

#798431 color CMYK value is (8,0,63,48).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 62.88%
  • key color value is 48.24%
CMYK: (8,0,63,48) C8M0Y63K48 (8%,0%,63%,48%) (0.08/0.00/0.63/0.48) 

CMYK percentages

%8.33
%0
%62.88
%48.24

Codes

Color #798431 in popluar color models

79 84 31
RGB 121 132 49
HSL 68° 45.86% 35.49%
HSB/HSV 68° 62.88% 51.76%
CMYK 8.33% 0.00% 62.88%
48.24%

Color #798431 in popluar number systems.

HEX 79 84 31
Decimal 121 132 49
Binary 1111001 10000100 110001
Octal 171 204 61

Shades and tints

Shades of #798431

#798431
(121,132,49)
#6E782D
(110,120,45)
#636C29
(99,108,41)
#586025
(88,96,37)
#4D5421
(77,84,33)
#42481D
(66,72,29)
#373C19
(55,60,25)
#2C3015
(44,48,21)
#212411
(33,36,17)
#16180D
(22,24,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #798431

#798431
(121,132,49)
#858F43
(133,143,67)
#919A55
(145,154,85)
#9DA567
(157,165,103)
#A9B079
(169,176,121)
#B5BB8B
(181,187,139)
#C1C69D
(193,198,157)
#CDD1AF
(205,209,175)
#D9DCC1
(217,220,193)
#E5E7D3
(229,231,211)
#F1F2E5
(241,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798431 color. Also use rgb(121,132,49) instead hex code.

Text Font Color

.myTextColor { color: #798431; }

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

This text font color is #798431.

Background Color

.myBgColor { background-color: #798431; }

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

This div background color is #798431.

Border color

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

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

This div border color is #798431.

Opacity

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

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

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

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

This text has shadow with #798431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798431.

Preview

Color preview on black background

This text has color #798431 on black background.


Color preview on white background

This text has color #798431 on white background.


Black color preview on #798431 background

This text has black color on #798431 background.


White color preview on #798431 background

This text has white color on #798431 background.


Related colors

Complementary color

Complementary color for #hex is #867BCE.


I love getcolorcode.com

Triadic colors

1 #317984 and #843179 with #798431 are triadic colors.

2 #318479 and #847931 with #798431 are triadic colors.