COLOR #7C9570

HEX: #7C9570
RGB: (124,149,112)

Color info

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

RGB color model

#7C9570 color RGB value is (124,149,112).

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

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 112 of 255 = 44%

124
149
112

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

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 112 = 385 (100%)
R 124 of 385 ~ 32.21%
G 149 of 385 ~ 38.7%
B 112 of 385 ~ 29.09%

%32.21
%38.7
%29.09

CMYK color model

#7C9570 color CMYK value is (17,0,25,42).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 41.57%
CMYK:
(17,0,25,42)
C17M0Y25K42 
(17%,0%,25%,42%)
(0.17/0.00/0.25/0.42)	

CMYK percentages

%16.78
%0
%24.83
%41.57

Codes

Color #7C9570 in popluar color models

7C9570
RGB124149112
HSL101°14.86%51.18%
HSB/HSV101°24.83%58.43%
CMYK16.78%0.00%24.83%
41.57%

Color #7C9570 in popluar number systems.

HEX7C9570
Decimal124149112
Binary1111100100101011110000
Octal174225160

Shades and tints

Shades of #7C9570

#7C9570
(124,149,112)
#718866
(113,136,102)
#667B5C
(102,123,92)
#5B6E52
(91,110,82)
#506148
(80,97,72)
#45543E
(69,84,62)
#3A4734
(58,71,52)
#2F3A2A
(47,58,42)
#242D20
(36,45,32)
#192016
(25,32,22)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #7C9570

#7C9570
(124,149,112)
#879E7D
(135,158,125)
#92A78A
(146,167,138)
#9DB097
(157,176,151)
#A8B9A4
(168,185,164)
#B3C2B1
(179,194,177)
#BECBBE
(190,203,190)
#C9D4CB
(201,212,203)
#D4DDD8
(212,221,216)
#DFE6E5
(223,230,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9570; }

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

This text font color is #7C9570.


Background Color

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

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

This div background color is #7C9570.


Border color

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

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

This div border color is #7C9570.


Opacity

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

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

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

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

This text has shadow with #7C9570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9570 on black background.


Color preview on white background

This text has color #7C9570 on white background.



Black color preview on #7C9570 background

This text has black color on #7C9570 background.


White color preview on #7C9570 background

This text has white color on #7C9570 background.