COLOR #7C6B2D

HEX: #7C6B2D
RGB: (124,107,45)

Color info

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

RGB color model

#7C6B2D color RGB value is (124,107,45).

  • red value is 124;
  • green value is 107;
  • blue value is 45.
RGB:
(124,107,45)
(49%,42%,18%)

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 45 of 255 = 18%

124
107
45

R + G + B ~ 36%. #7C6B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 45 = 276 (100%)
R 124 of 276 ~ 44.93%
G 107 of 276 ~ 38.77%
B 45 of 276 ~ 16.3%

%44.93
%38.77
%16.3

CMYK color model

#7C6B2D color CMYK value is (0,14,64,51).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 63.71%
  • key color value is 51.37%
CMYK:
(0,14,64,51)
C0M14Y64K51 
(0%,14%,64%,51%)
(0.00/0.14/0.64/0.51)	

CMYK percentages

%0
%13.71
%63.71
%51.37

Codes

Color #7C6B2D in popluar color models

7C6B2D
RGB12410745
HSL47°46.75%33.14%
HSB/HSV47°63.71%48.63%
CMYK0.00%13.71%63.71%
51.37%

Color #7C6B2D in popluar number systems.

HEX7C6B2D
Decimal12410745
Binary11111001101011101101
Octal17415355

Shades and tints

Shades of #7C6B2D

#7C6B2D
(124,107,45)
#716229
(113,98,41)
#665925
(102,89,37)
#5B5021
(91,80,33)
#50471D
(80,71,29)
#453E19
(69,62,25)
#3A3515
(58,53,21)
#2F2C11
(47,44,17)
#24230D
(36,35,13)
#191A09
(25,26,9)
#0E1105
(14,17,5)
#000000
(0,0,0)

Tints of #7C6B2D

#7C6B2D
(124,107,45)
#877840
(135,120,64)
#928553
(146,133,83)
#9D9266
(157,146,102)
#A89F79
(168,159,121)
#B3AC8C
(179,172,140)
#BEB99F
(190,185,159)
#C9C6B2
(201,198,178)
#D4D3C5
(212,211,197)
#DFE0D8
(223,224,216)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6B2D color. Also use rgb(124,107,45) instead hex code.

Text Font Color

.myTextColor { color: #7C6B2D; }

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

This text font color is #7C6B2D.


Background Color

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

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

This div background color is #7C6B2D.


Border color

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

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

This div border color is #7C6B2D.


Opacity

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

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

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

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

This text has shadow with #7C6B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6B2D on black background.


Color preview on white background

This text has color #7C6B2D on white background.



Black color preview on #7C6B2D background

This text has black color on #7C6B2D background.


White color preview on #7C6B2D background

This text has white color on #7C6B2D background.