COLOR #7C9174

HEX: #7C9174
RGB: (124,145,116)

Color info

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

RGB color model

#7C9174 color RGB value is (124,145,116).

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

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 116 of 255 = 45%

124
145
116

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

Portions of RGB colors in percentages

R + G + B =
124 + 145 + 116 = 385 (100%)
R 124 of 385 ~ 32.21%
G 145 of 385 ~ 37.66%
B 116 of 385 ~ 30.13%

%32.21
%37.66
%30.13

CMYK color model

#7C9174 color CMYK value is (14,0,20,43).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 43.14%
CMYK:
(14,0,20,43)
C14M0Y20K43 
(14%,0%,20%,43%)
(0.14/0.00/0.20/0.43)	

CMYK percentages

%14.48
%0
%20
%43.14

Codes

Color #7C9174 in popluar color models

7C9174
RGB124145116
HSL103°11.65%51.18%
HSB/HSV103°20.00%56.86%
CMYK14.48%0.00%20.00%
43.14%

Color #7C9174 in popluar number systems.

HEX7C9174
Decimal124145116
Binary1111100100100011110100
Octal174221164

Shades and tints

Shades of #7C9174

#7C9174
(124,145,116)
#71846A
(113,132,106)
#667760
(102,119,96)
#5B6A56
(91,106,86)
#505D4C
(80,93,76)
#455042
(69,80,66)
#3A4338
(58,67,56)
#2F362E
(47,54,46)
#242924
(36,41,36)
#191C1A
(25,28,26)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C9174

#7C9174
(124,145,116)
#879B80
(135,155,128)
#92A58C
(146,165,140)
#9DAF98
(157,175,152)
#A8B9A4
(168,185,164)
#B3C3B0
(179,195,176)
#BECDBC
(190,205,188)
#C9D7C8
(201,215,200)
#D4E1D4
(212,225,212)
#DFEBE0
(223,235,224)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9174; }

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

This text font color is #7C9174.


Background Color

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

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

This div background color is #7C9174.


Border color

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

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

This div border color is #7C9174.


Opacity

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

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

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

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

This text has shadow with #7C9174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9174 on black background.


Color preview on white background

This text has color #7C9174 on white background.



Black color preview on #7C9174 background

This text has black color on #7C9174 background.


White color preview on #7C9174 background

This text has white color on #7C9174 background.