COLOR #7C9646

HEX: #7C9646 RGB: (124,150,70)

Color info

#7C9646 contains mainly red and green colors. Web safe color of #7C9646 is #669933 (or #693).

RGB color model

#7C9646 color RGB value is (124,150,70).

RGB: (124,150,70) (49%, 59%, 27%)

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 70 of 255 = 27%

124
150
70

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

Portions of RGB colors in percentages

R + G + B = 124 + 150 + 70 = 344 (100%)
R 124 of 344 ~ 36.05%
G 150 of 344 ~ 43.6%
B 70 of 344 ~ 20.35'%

%36.05
%43.6
%20.35

CMYK color model

#7C9646 color CMYK value is (17,0,53,41).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 41.18%
CMYK: (17,0,53,41) C17M0Y53K41 (17%,0%,53%,41%) (0.17/0.00/0.53/0.41) 

CMYK percentages

%17.33
%0
%53.33
%41.18

Codes

Color #7C9646 in popluar color models

7C 96 46
RGB 124 150 70
HSL 80° 36.36% 43.14%
HSB/HSV 80° 53.33% 58.82%
CMYK 17.33% 0.00% 53.33%
41.18%

Color #7C9646 in popluar number systems.

HEX 7C 96 46
Decimal 124 150 70
Binary 1111100 10010110 1000110
Octal 174 226 106

Shades and tints

Shades of #7C9646

#7C9646
(124,150,70)
#718940
(113,137,64)
#667C3A
(102,124,58)
#5B6F34
(91,111,52)
#50622E
(80,98,46)
#455528
(69,85,40)
#3A4822
(58,72,34)
#2F3B1C
(47,59,28)
#242E16
(36,46,22)
#192110
(25,33,16)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #7C9646

#7C9646
(124,150,70)
#879F56
(135,159,86)
#92A866
(146,168,102)
#9DB176
(157,177,118)
#A8BA86
(168,186,134)
#B3C396
(179,195,150)
#BECCA6
(190,204,166)
#C9D5B6
(201,213,182)
#D4DEC6
(212,222,198)
#DFE7D6
(223,231,214)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9646 color. Also use rgb(124,150,70) instead hex code.

Text Font Color

.myTextColor { color: #7C9646; }

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

This text font color is #7C9646.

Background Color

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

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

This div background color is #7C9646.

Border color

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

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

This div border color is #7C9646.

Opacity

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

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

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

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

This text has shadow with #7C9646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9646.

Preview

Color preview on black background

This text has color #7C9646 on black background.


Color preview on white background

This text has color #7C9646 on white background.


Black color preview on #7C9646 background

This text has black color on #7C9646 background.


White color preview on #7C9646 background

This text has white color on #7C9646 background.


Related colors

Complementary color

Complementary color for #hex is #8369B9.


I love getcolorcode.com

Triadic colors

1 #467C96 and #96467C with #7C9646 are triadic colors.

2 #46967C and #967C46 with #7C9646 are triadic colors.