COLOR #7C9057

HEX: #7C9057
RGB: (124,144,87)

Color info

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

RGB color model

#7C9057 color RGB value is (124,144,87).

  • red value is 124;
  • green value is 144;
  • blue value is 87.
RGB:
(124,144,87)
(49%,56%,34%)

RGB channels and saturation

R 124 of 255 = 49%
G 144 of 255 = 56%
B 87 of 255 = 34%

124
144
87

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

Portions of RGB colors in percentages

R + G + B =
124 + 144 + 87 = 355 (100%)
R 124 of 355 ~ 34.93%
G 144 of 355 ~ 40.56%
B 87 of 355 ~ 24.51%

%34.93
%40.56
%24.51

CMYK color model

#7C9057 color CMYK value is (14,0,40,44).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 43.53%
CMYK:
(14,0,40,44)
C14M0Y40K44 
(14%,0%,40%,44%)
(0.14/0.00/0.40/0.44)	

CMYK percentages

%13.89
%0
%39.58
%43.53

Codes

Color #7C9057 in popluar color models

7C9057
RGB12414487
HSL81°24.68%45.29%
HSB/HSV81°39.58%56.47%
CMYK13.89%0.00%39.58%
43.53%

Color #7C9057 in popluar number systems.

HEX7C9057
Decimal12414487
Binary1111100100100001010111
Octal174220127

Shades and tints

Shades of #7C9057

#7C9057
(124,144,87)
#718350
(113,131,80)
#667649
(102,118,73)
#5B6942
(91,105,66)
#505C3B
(80,92,59)
#454F34
(69,79,52)
#3A422D
(58,66,45)
#2F3526
(47,53,38)
#24281F
(36,40,31)
#191B18
(25,27,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C9057

#7C9057
(124,144,87)
#879A66
(135,154,102)
#92A475
(146,164,117)
#9DAE84
(157,174,132)
#A8B893
(168,184,147)
#B3C2A2
(179,194,162)
#BECCB1
(190,204,177)
#C9D6C0
(201,214,192)
#D4E0CF
(212,224,207)
#DFEADE
(223,234,222)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9057 color. Also use rgb(124,144,87) instead hex code.

Text Font Color

.myTextColor { color: #7C9057; }

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

This text font color is #7C9057.


Background Color

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

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

This div background color is #7C9057.


Border color

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

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

This div border color is #7C9057.


Opacity

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

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

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

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

This text has shadow with #7C9057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9057 on black background.


Color preview on white background

This text has color #7C9057 on white background.



Black color preview on #7C9057 background

This text has black color on #7C9057 background.


White color preview on #7C9057 background

This text has white color on #7C9057 background.