COLOR #7C7431

HEX: #7C7431 RGB: (124,116,49)

Color info

#7C7431 contains mainly red and green colors. Web safe color of #7C7431 is #666633 (or #663).

RGB color model

#7C7431 color RGB value is (124,116,49).

RGB: (124,116,49) (49%, 45%, 19%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 49 of 255 = 19%

124
116
49

R + G + B ~ 38%. #7C7431 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 49 = 289 (100%)
R 124 of 289 ~ 42.91%
G 116 of 289 ~ 40.14%
B 49 of 289 ~ 16.96'%

%42.91
%40.14
%16.96

CMYK color model

#7C7431 color CMYK value is (0,6,60,51).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 60.48%
  • key color value is 51.37%
CMYK: (0,6,60,51) C0M6Y60K51 (0%,6%,60%,51%) (0.00/0.06/0.60/0.51) 

CMYK percentages

%0
%6.45
%60.48
%51.37

Codes

Color #7C7431 in popluar color models

7C 74 31
RGB 124 116 49
HSL 54° 43.35% 33.92%
HSB/HSV 54° 60.48% 48.63%
CMYK 0.00% 6.45% 60.48%
51.37%

Color #7C7431 in popluar number systems.

HEX 7C 74 31
Decimal 124 116 49
Binary 1111100 1110100 110001
Octal 174 164 61

Shades and tints

Shades of #7C7431

#7C7431
(124,116,49)
#716A2D
(113,106,45)
#666029
(102,96,41)
#5B5625
(91,86,37)
#504C21
(80,76,33)
#45421D
(69,66,29)
#3A3819
(58,56,25)
#2F2E15
(47,46,21)
#242411
(36,36,17)
#191A0D
(25,26,13)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #7C7431

#7C7431
(124,116,49)
#878043
(135,128,67)
#928C55
(146,140,85)
#9D9867
(157,152,103)
#A8A479
(168,164,121)
#B3B08B
(179,176,139)
#BEBC9D
(190,188,157)
#C9C8AF
(201,200,175)
#D4D4C1
(212,212,193)
#DFE0D3
(223,224,211)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7431 color. Also use rgb(124,116,49) instead hex code.

Text Font Color

.myTextColor { color: #7C7431; }

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

This text font color is #7C7431.

Background Color

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

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

This div background color is #7C7431.

Border color

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

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

This div border color is #7C7431.

Opacity

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

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

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

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

This text has shadow with #7C7431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7431.

Preview

Color preview on black background

This text has color #7C7431 on black background.


Color preview on white background

This text has color #7C7431 on white background.


Black color preview on #7C7431 background

This text has black color on #7C7431 background.


White color preview on #7C7431 background

This text has white color on #7C7431 background.


Related colors

Complementary color

Complementary color for #hex is #838BCE.


I love getcolorcode.com

Triadic colors

1 #317C74 and #74317C with #7C7431 are triadic colors.

2 #31747C and #747C31 with #7C7431 are triadic colors.