COLOR #7C8965

HEX: #7C8965
RGB: (124,137,101)

Color info

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

RGB color model

#7C8965 color RGB value is (124,137,101).

  • red value is 124;
  • green value is 137;
  • blue value is 101.
RGB:
(124,137,101)
(49%,54%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 101 of 255 = 40%

124
137
101

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 101 = 362 (100%)
R 124 of 362 ~ 34.25%
G 137 of 362 ~ 37.85%
B 101 of 362 ~ 27.9%

%34.25
%37.85
%27.9

CMYK color model

#7C8965 color CMYK value is (9,0,26,46).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(9,0,26,46)
C9M0Y26K46 
(9%,0%,26%,46%)
(0.09/0.00/0.26/0.46)	

CMYK percentages

%9.49
%0
%26.28
%46.27

Codes

Color #7C8965 in popluar color models

7C8965
RGB124137101
HSL82°15.13%46.67%
HSB/HSV82°26.28%53.73%
CMYK9.49%0.00%26.28%
46.27%

Color #7C8965 in popluar number systems.

HEX7C8965
Decimal124137101
Binary1111100100010011100101
Octal174211145

Shades and tints

Shades of #7C8965

#7C8965
(124,137,101)
#717D5C
(113,125,92)
#667153
(102,113,83)
#5B654A
(91,101,74)
#505941
(80,89,65)
#454D38
(69,77,56)
#3A412F
(58,65,47)
#2F3526
(47,53,38)
#24291D
(36,41,29)
#191D14
(25,29,20)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #7C8965

#7C8965
(124,137,101)
#879373
(135,147,115)
#929D81
(146,157,129)
#9DA78F
(157,167,143)
#A8B19D
(168,177,157)
#B3BBAB
(179,187,171)
#BEC5B9
(190,197,185)
#C9CFC7
(201,207,199)
#D4D9D5
(212,217,213)
#DFE3E3
(223,227,227)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8965 color. Also use rgb(124,137,101) instead hex code.

Text Font Color

.myTextColor { color: #7C8965; }

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

This text font color is #7C8965.


Background Color

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

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

This div background color is #7C8965.


Border color

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

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

This div border color is #7C8965.


Opacity

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

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

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

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

This text has shadow with #7C8965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8965 on black background.


Color preview on white background

This text has color #7C8965 on white background.



Black color preview on #7C8965 background

This text has black color on #7C8965 background.


White color preview on #7C8965 background

This text has white color on #7C8965 background.