COLOR #7C9574

HEX: #7C9574
RGB: (124,149,116)

Color info

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

RGB color model

#7C9574 color RGB value is (124,149,116).

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

RGB channels and saturation

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

124
149
116

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

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 116 = 389 (100%)
R 124 of 389 ~ 31.88%
G 149 of 389 ~ 38.3%
B 116 of 389 ~ 29.82%

%31.88
%38.3
%29.82

CMYK color model

#7C9574 color CMYK value is (17,0,22,42).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 22.15%
  • key color value is 41.57%
CMYK:
(17,0,22,42)
C17M0Y22K42 
(17%,0%,22%,42%)
(0.17/0.00/0.22/0.42)	

CMYK percentages

%16.78
%0
%22.15
%41.57

Codes

Color #7C9574 in popluar color models

7C9574
RGB124149116
HSL105°13.47%51.96%
HSB/HSV105°22.15%58.43%
CMYK16.78%0.00%22.15%
41.57%

Color #7C9574 in popluar number systems.

HEX7C9574
Decimal124149116
Binary1111100100101011110100
Octal174225164

Shades and tints

Shades of #7C9574

#7C9574
(124,149,116)
#71886A
(113,136,106)
#667B60
(102,123,96)
#5B6E56
(91,110,86)
#50614C
(80,97,76)
#455442
(69,84,66)
#3A4738
(58,71,56)
#2F3A2E
(47,58,46)
#242D24
(36,45,36)
#19201A
(25,32,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #7C9574

#7C9574
(124,149,116)
#879E80
(135,158,128)
#92A78C
(146,167,140)
#9DB098
(157,176,152)
#A8B9A4
(168,185,164)
#B3C2B0
(179,194,176)
#BECBBC
(190,203,188)
#C9D4C8
(201,212,200)
#D4DDD4
(212,221,212)
#DFE6E0
(223,230,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9574; }

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

This text font color is #7C9574.


Background Color

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

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

This div background color is #7C9574.


Border color

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

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

This div border color is #7C9574.


Opacity

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

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

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

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

This text has shadow with #7C9574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9574 on black background.


Color preview on white background

This text has color #7C9574 on white background.



Black color preview on #7C9574 background

This text has black color on #7C9574 background.


White color preview on #7C9574 background

This text has white color on #7C9574 background.