COLOR #79957B

HEX: #79957B
RGB: (121,149,123)

Color info

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

RGB color model

#79957B color RGB value is (121,149,123).

  • red value is 121;
  • green value is 149;
  • blue value is 123.
RGB:
(121,149,123)
(47%,58%,48%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 123 of 255 = 48%

121
149
123

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

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 123 = 393 (100%)
R 121 of 393 ~ 30.79%
G 149 of 393 ~ 37.91%
B 123 of 393 ~ 31.3%

%30.79
%37.91
%31.3

CMYK color model

#79957B color CMYK value is (19,0,17,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(19,0,17,42)
C19M0Y17K42 
(19%,0%,17%,42%)
(0.19/0.00/0.17/0.42)	

CMYK percentages

%18.79
%0
%17.45
%41.57

Codes

Color #79957B in popluar color models

79957B
RGB121149123
HSL124°11.67%52.94%
HSB/HSV124°18.79%58.43%
CMYK18.79%0.00%17.45%
41.57%

Color #79957B in popluar number systems.

HEX79957B
Decimal121149123
Binary1111001100101011111011
Octal171225173

Shades and tints

Shades of #79957B

#79957B
(121,149,123)
#6E8870
(110,136,112)
#637B65
(99,123,101)
#586E5A
(88,110,90)
#4D614F
(77,97,79)
#425444
(66,84,68)
#374739
(55,71,57)
#2C3A2E
(44,58,46)
#212D23
(33,45,35)
#162018
(22,32,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #79957B

#79957B
(121,149,123)
#859E87
(133,158,135)
#91A793
(145,167,147)
#9DB09F
(157,176,159)
#A9B9AB
(169,185,171)
#B5C2B7
(181,194,183)
#C1CBC3
(193,203,195)
#CDD4CF
(205,212,207)
#D9DDDB
(217,221,219)
#E5E6E7
(229,230,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79957B color. Also use rgb(121,149,123) instead hex code.

Text Font Color

.myTextColor { color: #79957B; }

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

This text font color is #79957B.


Background Color

.myBgColor { background-color: #79957B; }

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

This div background color is #79957B.


Border color

.myBorderColor { border: 1px solid #79957B; }

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

This div border color is #79957B.


Opacity

.myOpacity80 { color: #79957B; opacity: 0.8; }

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

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

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

This text has shadow with #79957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79957B on black background.


Color preview on white background

This text has color #79957B on white background.



Black color preview on #79957B background

This text has black color on #79957B background.


White color preview on #79957B background

This text has white color on #79957B background.