COLOR #7C9573

HEX: #7C9573
RGB: (124,149,115)

Color info

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

RGB color model

#7C9573 color RGB value is (124,149,115).

  • red value is 124;
  • green value is 149;
  • blue value is 115.
RGB:
(124,149,115)
(49%,58%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 115 of 255 = 45%

124
149
115

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

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 115 = 388 (100%)
R 124 of 388 ~ 31.96%
G 149 of 388 ~ 38.4%
B 115 of 388 ~ 29.64%

%31.96
%38.4
%29.64

CMYK color model

#7C9573 color CMYK value is (17,0,23,42).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(17,0,23,42)
C17M0Y23K42 
(17%,0%,23%,42%)
(0.17/0.00/0.23/0.42)	

CMYK percentages

%16.78
%0
%22.82
%41.57

Codes

Color #7C9573 in popluar color models

7C9573
RGB124149115
HSL104°13.82%51.76%
HSB/HSV104°22.82%58.43%
CMYK16.78%0.00%22.82%
41.57%

Color #7C9573 in popluar number systems.

HEX7C9573
Decimal124149115
Binary1111100100101011110011
Octal174225163

Shades and tints

Shades of #7C9573

#7C9573
(124,149,115)
#718869
(113,136,105)
#667B5F
(102,123,95)
#5B6E55
(91,110,85)
#50614B
(80,97,75)
#455441
(69,84,65)
#3A4737
(58,71,55)
#2F3A2D
(47,58,45)
#242D23
(36,45,35)
#192019
(25,32,25)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #7C9573

#7C9573
(124,149,115)
#879E7F
(135,158,127)
#92A78B
(146,167,139)
#9DB097
(157,176,151)
#A8B9A3
(168,185,163)
#B3C2AF
(179,194,175)
#BECBBB
(190,203,187)
#C9D4C7
(201,212,199)
#D4DDD3
(212,221,211)
#DFE6DF
(223,230,223)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9573 color. Also use rgb(124,149,115) instead hex code.

Text Font Color

.myTextColor { color: #7C9573; }

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

This text font color is #7C9573.


Background Color

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

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

This div background color is #7C9573.


Border color

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

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

This div border color is #7C9573.


Opacity

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

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

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

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

This text has shadow with #7C9573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9573 on black background.


Color preview on white background

This text has color #7C9573 on white background.



Black color preview on #7C9573 background

This text has black color on #7C9573 background.


White color preview on #7C9573 background

This text has white color on #7C9573 background.