COLOR #7C6F3B

HEX: #7C6F3B RGB: (124,111,59)

Color info

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

RGB color model

#7C6F3B color RGB value is (124,111,59).

RGB: (124,111,59) (49%, 44%, 23%)

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 59 of 255 = 23%

124
111
59

R + G + B ~ 39%. #7C6F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 111 + 59 = 294 (100%)
R 124 of 294 ~ 42.18%
G 111 of 294 ~ 37.76%
B 59 of 294 ~ 20.07'%

%42.18
%37.76
%20.07

CMYK color model

#7C6F3B color CMYK value is (0,10,52,51).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 52.42%
  • key color value is 51.37%

CMYK: (0,10,52,51)
C0M10Y52K51 (0%, 10%, 52%, 51%)
(0.00 / 0.10 / 0.52 / 0.51)

CMYK percentages

%0
%10.48
%52.42
%51.37

Codes

Color #7C6F3B in popluar color models

7C 6F 3B
RGB 124 111 59
HSL 48° 35.52% 35.88%
HSB/HSV 48° 52.42% 48.63%
CMYK 0.00% 10.48% 52.42%
51.37%

Color #7C6F3B in popluar number systems.

HEX 7C 6F 3B
Decimal 124 111 59
Binary 1111100 1101111 111011
Octal 174 157 73

Shades and tints

Shades of #7C6F3B

#7C6F3B
(124,111,59)
#716536
(113,101,54)
#665B31
(102,91,49)
#5B512C
(91,81,44)
#504727
(80,71,39)
#453D22
(69,61,34)
#3A331D
(58,51,29)
#2F2918
(47,41,24)
#241F13
(36,31,19)
#19150E
(25,21,14)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #7C6F3B

#7C6F3B
(124,111,59)
#877C4C
(135,124,76)
#92895D
(146,137,93)
#9D966E
(157,150,110)
#A8A37F
(168,163,127)
#B3B090
(179,176,144)
#BEBDA1
(190,189,161)
#C9CAB2
(201,202,178)
#D4D7C3
(212,215,195)
#DFE4D4
(223,228,212)
#EAF1E5
(234,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6F3B color. Also use rgb(124,111,59) instead hex code.

Text Font Color

.myTextColor { color: #7C6F3B; }

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

This text font color is #7C6F3B.

Background Color

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

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

This div background color is #7C6F3B.

Border color

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

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

This div border color is #7C6F3B.

Opacity

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

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

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

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

This text has shadow with #7C6F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6F3B.

Preview

Color preview on black background

This text has color #7C6F3B on black background.


Color preview on white background

This text has color #7C6F3B on white background.


Black color preview on #7C6F3B background

This text has black color on #7C6F3B background.


White color preview on #7C6F3B background

This text has white color on #7C6F3B background.


Related colors

Complementary color

Complementary color for #hex is #8390C4.


I love getcolorcode.com

Triadic colors

1 #3B7C6F and #6F3B7C with #7C6F3B are triadic colors.

2 #3B6F7C and #6F7C3B with #7C6F3B are triadic colors.