COLOR #7C854E

HEX: #7C854E RGB: (124,133,78)

Color info

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

RGB color model

#7C854E color RGB value is (124,133,78).

RGB: (124,133,78) (49%, 52%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 78 of 255 = 31%

124
133
78

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

Portions of RGB colors in percentages

R + G + B = 124 + 133 + 78 = 335 (100%)
R 124 of 335 ~ 37.01%
G 133 of 335 ~ 39.7%
B 78 of 335 ~ 23.28'%

%37.01
%39.7
%23.28

CMYK color model

#7C854E color CMYK value is (7,0,41,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 47.84%

CMYK: (7,0,41,48)
C7M0Y41K48 (7%, 0%, 41%, 48%)
(0.07 / 0.00 / 0.41 / 0.48)

CMYK percentages

%6.77
%0
%41.35
%47.84

Codes

Color #7C854E in popluar color models

7C 85 4E
RGB 124 133 78
HSL 70° 26.07% 41.37%
HSB/HSV 70° 41.35% 52.16%
CMYK 6.77% 0.00% 41.35%
47.84%

Color #7C854E in popluar number systems.

HEX 7C 85 4E
Decimal 124 133 78
Binary 1111100 10000101 1001110
Octal 174 205 116

Shades and tints

Shades of #7C854E

#7C854E
(124,133,78)
#717947
(113,121,71)
#666D40
(102,109,64)
#5B6139
(91,97,57)
#505532
(80,85,50)
#45492B
(69,73,43)
#3A3D24
(58,61,36)
#2F311D
(47,49,29)
#242516
(36,37,22)
#19190F
(25,25,15)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #7C854E

#7C854E
(124,133,78)
#87905E
(135,144,94)
#929B6E
(146,155,110)
#9DA67E
(157,166,126)
#A8B18E
(168,177,142)
#B3BC9E
(179,188,158)
#BEC7AE
(190,199,174)
#C9D2BE
(201,210,190)
#D4DDCE
(212,221,206)
#DFE8DE
(223,232,222)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C854E color. Also use rgb(124,133,78) instead hex code.

Text Font Color

.myTextColor { color: #7C854E; }

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

This text font color is #7C854E.

Background Color

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

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

This div background color is #7C854E.

Border color

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

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

This div border color is #7C854E.

Opacity

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

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

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

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

This text has shadow with #7C854E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C854E.

Preview

Color preview on black background

This text has color #7C854E on black background.


Color preview on white background

This text has color #7C854E on white background.


Black color preview on #7C854E background

This text has black color on #7C854E background.


White color preview on #7C854E background

This text has white color on #7C854E background.


Related colors

Complementary color

Complementary color for #hex is #837AB1.


I love getcolorcode.com

Triadic colors

1 #4E7C85 and #854E7C with #7C854E are triadic colors.

2 #4E857C and #857C4E with #7C854E are triadic colors.