COLOR #7C9F83

HEX: #7C9F83
RGB: (124,159,131)

Color info

#7C9F83 contains red, green and blue colors in about the same proportion. Web safe color of #7C9F83 is #669999 (or #699).

RGB color model

#7C9F83 color RGB value is (124,159,131).

  • red value is 124;
  • green value is 159;
  • blue value is 131.
RGB:
(124,159,131)
(49%,62%,51%)

RGB channels and saturation

R 124 of 255 = 49%
G 159 of 255 = 62%
B 131 of 255 = 51%

124
159
131

R + G + B ~ 54%. #7C9F83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 159 + 131 = 414 (100%)
R 124 of 414 ~ 29.95%
G 159 of 414 ~ 38.41%
B 131 of 414 ~ 31.64%

%29.95
%38.41
%31.64

CMYK color model

#7C9F83 color CMYK value is (22,0,18,38).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 37.65%
CMYK:
(22,0,18,38)
C22M0Y18K38 
(22%,0%,18%,38%)
(0.22/0.00/0.18/0.38)	

CMYK percentages

%22.01
%0
%17.61
%37.65

Codes

Color #7C9F83 in popluar color models

7C9F83
RGB124159131
HSL132°15.42%55.49%
HSB/HSV132°22.01%62.35%
CMYK22.01%0.00%17.61%
37.65%

Color #7C9F83 in popluar number systems.

HEX7C9F83
Decimal124159131
Binary11111001001111110000011
Octal174237203

Shades and tints

Shades of #7C9F83

#7C9F83
(124,159,131)
#719178
(113,145,120)
#66836D
(102,131,109)
#5B7562
(91,117,98)
#506757
(80,103,87)
#45594C
(69,89,76)
#3A4B41
(58,75,65)
#2F3D36
(47,61,54)
#242F2B
(36,47,43)
#192120
(25,33,32)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7C9F83

#7C9F83
(124,159,131)
#87A78E
(135,167,142)
#92AF99
(146,175,153)
#9DB7A4
(157,183,164)
#A8BFAF
(168,191,175)
#B3C7BA
(179,199,186)
#BECFC5
(190,207,197)
#C9D7D0
(201,215,208)
#D4DFDB
(212,223,219)
#DFE7E6
(223,231,230)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9F83 color. Also use rgb(124,159,131) instead hex code.

Text Font Color

.myTextColor { color: #7C9F83; }

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

This text font color is #7C9F83.


Background Color

.myBgColor { background-color: #7C9F83; }

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

This div background color is #7C9F83.


Border color

.myBorderColor { border: 1px solid #7C9F83; }

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

This div border color is #7C9F83.


Opacity

.myOpacity80 { color: #7C9F83; opacity: 0.8; }

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

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

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

This text has shadow with #7C9F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9F83 on black background.


Color preview on white background

This text has color #7C9F83 on white background.



Black color preview on #7C9F83 background

This text has black color on #7C9F83 background.


White color preview on #7C9F83 background

This text has white color on #7C9F83 background.