COLOR #7C8958

HEX: #7C8958 RGB: (124,137,88)

Color info

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

RGB color model

#7C8958 color RGB value is (124,137,88).

RGB: (124,137,88) (49%, 54%, 35%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 88 of 255 = 35%

124
137
88

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

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 88 = 349 (100%)
R 124 of 349 ~ 35.53%
G 137 of 349 ~ 39.26%
B 88 of 349 ~ 25.21'%

%35.53
%39.26
%25.21

CMYK color model

#7C8958 color CMYK value is (9,0,36,46).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 35.77%
  • key color value is 46.27%

CMYK: (9,0,36,46)
C9M0Y36K46 (9%, 0%, 36%, 46%)
(0.09 / 0.00 / 0.36 / 0.46)

CMYK percentages

%9.49
%0
%35.77
%46.27

Codes

Color #7C8958 in popluar color models

7C 89 58
RGB 124 137 88
HSL 76° 21.78% 44.12%
HSB/HSV 76° 35.77% 53.73%
CMYK 9.49% 0.00% 35.77%
46.27%

Color #7C8958 in popluar number systems.

HEX 7C 89 58
Decimal 124 137 88
Binary 1111100 10001001 1011000
Octal 174 211 130

Shades and tints

Shades of #7C8958

#7C8958
(124,137,88)
#717D50
(113,125,80)
#667148
(102,113,72)
#5B6540
(91,101,64)
#505938
(80,89,56)
#454D30
(69,77,48)
#3A4128
(58,65,40)
#2F3520
(47,53,32)
#242918
(36,41,24)
#191D10
(25,29,16)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #7C8958

#7C8958
(124,137,88)
#879367
(135,147,103)
#929D76
(146,157,118)
#9DA785
(157,167,133)
#A8B194
(168,177,148)
#B3BBA3
(179,187,163)
#BEC5B2
(190,197,178)
#C9CFC1
(201,207,193)
#D4D9D0
(212,217,208)
#DFE3DF
(223,227,223)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8958; }

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

This text font color is #7C8958.

Background Color

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

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

This div background color is #7C8958.

Border color

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

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

This div border color is #7C8958.

Opacity

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

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

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

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

This text has shadow with #7C8958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8958.

Preview

Color preview on black background

This text has color #7C8958 on black background.


Color preview on white background

This text has color #7C8958 on white background.


Black color preview on #7C8958 background

This text has black color on #7C8958 background.


White color preview on #7C8958 background

This text has white color on #7C8958 background.


Related colors

Complementary color

Complementary color for #hex is #8376A7.


I love getcolorcode.com

Triadic colors

1 #587C89 and #89587C with #7C8958 are triadic colors.

2 #58897C and #897C58 with #7C8958 are triadic colors.