COLOR #7C915F

HEX: #7C915F RGB: (124,145,95)

Color info

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

RGB color model

#7C915F color RGB value is (124,145,95).

RGB: (124,145,95) (49%, 57%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 95 of 255 = 37%

124
145
95

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

Portions of RGB colors in percentages

R + G + B = 124 + 145 + 95 = 364 (100%)
R 124 of 364 ~ 34.07%
G 145 of 364 ~ 39.84%
B 95 of 364 ~ 26.1'%

%34.07
%39.84
%26.1

CMYK color model

#7C915F color CMYK value is (14,0,34,43).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK: (14,0,34,43) C14M0Y34K43 (14%,0%,34%,43%) (0.14/0.00/0.34/0.43) 

CMYK percentages

%14.48
%0
%34.48
%43.14

Codes

Color #7C915F in popluar color models

7C 91 5F
RGB 124 145 95
HSL 85° 20.83% 47.06%
HSB/HSV 85° 34.48% 56.86%
CMYK 14.48% 0.00% 34.48%
43.14%

Color #7C915F in popluar number systems.

HEX 7C 91 5F
Decimal 124 145 95
Binary 1111100 10010001 1011111
Octal 174 221 137

Shades and tints

Shades of #7C915F

#7C915F
(124,145,95)
#718457
(113,132,87)
#66774F
(102,119,79)
#5B6A47
(91,106,71)
#505D3F
(80,93,63)
#455037
(69,80,55)
#3A432F
(58,67,47)
#2F3627
(47,54,39)
#24291F
(36,41,31)
#191C17
(25,28,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7C915F

#7C915F
(124,145,95)
#879B6D
(135,155,109)
#92A57B
(146,165,123)
#9DAF89
(157,175,137)
#A8B997
(168,185,151)
#B3C3A5
(179,195,165)
#BECDB3
(190,205,179)
#C9D7C1
(201,215,193)
#D4E1CF
(212,225,207)
#DFEBDD
(223,235,221)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C915F color. Also use rgb(124,145,95) instead hex code.

Text Font Color

.myTextColor { color: #7C915F; }

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

This text font color is #7C915F.

Background Color

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

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

This div background color is #7C915F.

Border color

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

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

This div border color is #7C915F.

Opacity

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

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

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

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

This text has shadow with #7C915F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C915F.

Preview

Color preview on black background

This text has color #7C915F on black background.


Color preview on white background

This text has color #7C915F on white background.


Black color preview on #7C915F background

This text has black color on #7C915F background.


White color preview on #7C915F background

This text has white color on #7C915F background.


Related colors

Complementary color

Complementary color for #hex is #836EA0.


I love getcolorcode.com

Triadic colors

1 #5F7C91 and #915F7C with #7C915F are triadic colors.

2 #5F917C and #917C5F with #7C915F are triadic colors.