COLOR #7C9364

HEX: #7C9364 RGB: (124,147,100)

Color info

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

RGB color model

#7C9364 color RGB value is (124,147,100).

RGB: (124,147,100) (49%, 58%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 147 of 255 = 58%
B 100 of 255 = 39%

124
147
100

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

Portions of RGB colors in percentages

R + G + B = 124 + 147 + 100 = 371 (100%)
R 124 of 371 ~ 33.42%
G 147 of 371 ~ 39.62%
B 100 of 371 ~ 26.95'%

%33.42
%39.62
%26.95

CMYK color model

#7C9364 color CMYK value is (16,0,32,42).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 31.97%
  • key color value is 42.35%

CMYK: (16,0,32,42)
C16M0Y32K42 (16%, 0%, 32%, 42%)
(0.16 / 0.00 / 0.32 / 0.42)

CMYK percentages

%15.65
%0
%31.97
%42.35

Codes

Color #7C9364 in popluar color models

7C 93 64
RGB 124 147 100
HSL 89° 19.03% 48.43%
HSB/HSV 89° 31.97% 57.65%
CMYK 15.65% 0.00% 31.97%
42.35%

Color #7C9364 in popluar number systems.

HEX 7C 93 64
Decimal 124 147 100
Binary 1111100 10010011 1100100
Octal 174 223 144

Shades and tints

Shades of #7C9364

#7C9364
(124,147,100)
#71865B
(113,134,91)
#667952
(102,121,82)
#5B6C49
(91,108,73)
#505F40
(80,95,64)
#455237
(69,82,55)
#3A452E
(58,69,46)
#2F3825
(47,56,37)
#242B1C
(36,43,28)
#191E13
(25,30,19)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #7C9364

#7C9364
(124,147,100)
#879C72
(135,156,114)
#92A580
(146,165,128)
#9DAE8E
(157,174,142)
#A8B79C
(168,183,156)
#B3C0AA
(179,192,170)
#BEC9B8
(190,201,184)
#C9D2C6
(201,210,198)
#D4DBD4
(212,219,212)
#DFE4E2
(223,228,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9364 color. Also use rgb(124,147,100) instead hex code.

Text Font Color

.myTextColor { color: #7C9364; }

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

This text font color is #7C9364.

Background Color

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

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

This div background color is #7C9364.

Border color

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

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

This div border color is #7C9364.

Opacity

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

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

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

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

This text has shadow with #7C9364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9364.

Preview

Color preview on black background

This text has color #7C9364 on black background.


Color preview on white background

This text has color #7C9364 on white background.


Black color preview on #7C9364 background

This text has black color on #7C9364 background.


White color preview on #7C9364 background

This text has white color on #7C9364 background.


Related colors

Complementary color

Complementary color for #hex is #836C9B.


I love getcolorcode.com

Triadic colors

1 #647C93 and #93647C with #7C9364 are triadic colors.

2 #64937C and #937C64 with #7C9364 are triadic colors.