COLOR #7C7953

HEX: #7C7953 RGB: (124,121,83)

Color info

#7C7953 contains red, green and blue colors in about the same proportion. Web safe color of #7C7953 is #666666 (or #666).

RGB color model

#7C7953 color RGB value is (124,121,83).

RGB: (124,121,83) (49%, 47%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 121 of 255 = 47%
B 83 of 255 = 33%

124
121
83

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

Portions of RGB colors in percentages

R + G + B = 124 + 121 + 83 = 328 (100%)
R 124 of 328 ~ 37.8%
G 121 of 328 ~ 36.89%
B 83 of 328 ~ 25.3'%

%37.8
%36.89
%25.3

CMYK color model

#7C7953 color CMYK value is (0,2,33,51).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 33.06%
  • key color value is 51.37%

CMYK: (0,2,33,51)
C0M2Y33K51 (0%, 2%, 33%, 51%)
(0.00 / 0.02 / 0.33 / 0.51)

CMYK percentages

%0
%2.42
%33.06
%51.37

Codes

Color #7C7953 in popluar color models

7C 79 53
RGB 124 121 83
HSL 56° 19.81% 40.59%
HSB/HSV 56° 33.06% 48.63%
CMYK 0.00% 2.42% 33.06%
51.37%

Color #7C7953 in popluar number systems.

HEX 7C 79 53
Decimal 124 121 83
Binary 1111100 1111001 1010011
Octal 174 171 123

Shades and tints

Shades of #7C7953

#7C7953
(124,121,83)
#716E4C
(113,110,76)
#666345
(102,99,69)
#5B583E
(91,88,62)
#504D37
(80,77,55)
#454230
(69,66,48)
#3A3729
(58,55,41)
#2F2C22
(47,44,34)
#24211B
(36,33,27)
#191614
(25,22,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #7C7953

#7C7953
(124,121,83)
#878562
(135,133,98)
#929171
(146,145,113)
#9D9D80
(157,157,128)
#A8A98F
(168,169,143)
#B3B59E
(179,181,158)
#BEC1AD
(190,193,173)
#C9CDBC
(201,205,188)
#D4D9CB
(212,217,203)
#DFE5DA
(223,229,218)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7953 color. Also use rgb(124,121,83) instead hex code.

Text Font Color

.myTextColor { color: #7C7953; }

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

This text font color is #7C7953.

Background Color

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

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

This div background color is #7C7953.

Border color

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

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

This div border color is #7C7953.

Opacity

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

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

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

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

This text has shadow with #7C7953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7953.

Preview

Color preview on black background

This text has color #7C7953 on black background.


Color preview on white background

This text has color #7C7953 on white background.


Black color preview on #7C7953 background

This text has black color on #7C7953 background.


White color preview on #7C7953 background

This text has white color on #7C7953 background.


Related colors

Complementary color

Complementary color for #hex is #8386AC.


I love getcolorcode.com

Triadic colors

1 #537C79 and #79537C with #7C7953 are triadic colors.

2 #53797C and #797C53 with #7C7953 are triadic colors.