COLOR #7C6326

HEX: #7C6326
RGB: (124,99,38)

Color info

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

RGB color model

#7C6326 color RGB value is (124,99,38).

  • red value is 124;
  • green value is 99;
  • blue value is 38.
RGB:
(124,99,38)
(49%,39%,15%)

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 38 of 255 = 15%

124
99
38

R + G + B ~ 34%. #7C6326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 38 = 261 (100%)
R 124 of 261 ~ 47.51%
G 99 of 261 ~ 37.93%
B 38 of 261 ~ 14.56%

%47.51
%37.93
%14.56

CMYK color model

#7C6326 color CMYK value is (0,20,69,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 69.35%
  • key color value is 51.37%
CMYK:
(0,20,69,51)
C0M20Y69K51 
(0%,20%,69%,51%)
(0.00/0.20/0.69/0.51)	

CMYK percentages

%0
%20.16
%69.35
%51.37

Codes

Color #7C6326 in popluar color models

7C6326
RGB1249938
HSL43°53.09%31.76%
HSB/HSV43°69.35%48.63%
CMYK0.00%20.16%69.35%
51.37%

Color #7C6326 in popluar number systems.

HEX7C6326
Decimal1249938
Binary11111001100011100110
Octal17414346

Shades and tints

Shades of #7C6326

#7C6326
(124,99,38)
#715A23
(113,90,35)
#665120
(102,81,32)
#5B481D
(91,72,29)
#503F1A
(80,63,26)
#453617
(69,54,23)
#3A2D14
(58,45,20)
#2F2411
(47,36,17)
#241B0E
(36,27,14)
#19120B
(25,18,11)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #7C6326

#7C6326
(124,99,38)
#877139
(135,113,57)
#927F4C
(146,127,76)
#9D8D5F
(157,141,95)
#A89B72
(168,155,114)
#B3A985
(179,169,133)
#BEB798
(190,183,152)
#C9C5AB
(201,197,171)
#D4D3BE
(212,211,190)
#DFE1D1
(223,225,209)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6326 color. Also use rgb(124,99,38) instead hex code.

Text Font Color

.myTextColor { color: #7C6326; }

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

This text font color is #7C6326.


Background Color

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

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

This div background color is #7C6326.


Border color

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

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

This div border color is #7C6326.


Opacity

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

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

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

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

This text has shadow with #7C6326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6326 on black background.


Color preview on white background

This text has color #7C6326 on white background.



Black color preview on #7C6326 background

This text has black color on #7C6326 background.


White color preview on #7C6326 background

This text has white color on #7C6326 background.