COLOR #79825D

HEX: #79825D
RGB: (121,130,93)

Color info

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

RGB color model

#79825D color RGB value is (121,130,93).

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

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 93 of 255 = 36%

121
130
93

R + G + B ~ 45%. #79825D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 93 = 344 (100%)
R 121 of 344 ~ 35.17%
G 130 of 344 ~ 37.79%
B 93 of 344 ~ 27.03%

%35.17
%37.79
%27.03

CMYK color model

#79825D color CMYK value is (7,0,28,49).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(7,0,28,49)
C7M0Y28K49 
(7%,0%,28%,49%)
(0.07/0.00/0.28/0.49)	

CMYK percentages

%6.92
%0
%28.46
%49.02

Codes

Color #79825D in popluar color models

79825D
RGB12113093
HSL75°16.59%43.73%
HSB/HSV75°28.46%50.98%
CMYK6.92%0.00%28.46%
49.02%

Color #79825D in popluar number systems.

HEX79825D
Decimal12113093
Binary1111001100000101011101
Octal171202135

Shades and tints

Shades of #79825D

#79825D
(121,130,93)
#6E7755
(110,119,85)
#636C4D
(99,108,77)
#586145
(88,97,69)
#4D563D
(77,86,61)
#424B35
(66,75,53)
#37402D
(55,64,45)
#2C3525
(44,53,37)
#212A1D
(33,42,29)
#161F15
(22,31,21)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #79825D

#79825D
(121,130,93)
#858D6B
(133,141,107)
#919879
(145,152,121)
#9DA387
(157,163,135)
#A9AE95
(169,174,149)
#B5B9A3
(181,185,163)
#C1C4B1
(193,196,177)
#CDCFBF
(205,207,191)
#D9DACD
(217,218,205)
#E5E5DB
(229,229,219)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79825D; }

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

This text font color is #79825D.


Background Color

.myBgColor { background-color: #79825D; }

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

This div background color is #79825D.


Border color

.myBorderColor { border: 1px solid #79825D; }

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

This div border color is #79825D.


Opacity

.myOpacity80 { color: #79825D; opacity: 0.8; }

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

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

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

This text has shadow with #79825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79825D on black background.


Color preview on white background

This text has color #79825D on white background.



Black color preview on #79825D background

This text has black color on #79825D background.


White color preview on #79825D background

This text has white color on #79825D background.