COLOR #7C6623

HEX: #7C6623
RGB: (124,102,35)

Color info

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

RGB color model

#7C6623 color RGB value is (124,102,35).

  • red value is 124;
  • green value is 102;
  • blue value is 35.
RGB:
(124,102,35)
(49%,40%,14%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 35 of 255 = 14%

124
102
35

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

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 35 = 261 (100%)
R 124 of 261 ~ 47.51%
G 102 of 261 ~ 39.08%
B 35 of 261 ~ 13.41%

%47.51
%39.08
%13.41

CMYK color model

#7C6623 color CMYK value is (0,18,72,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 71.77%
  • key color value is 51.37%
CMYK:
(0,18,72,51)
C0M18Y72K51 
(0%,18%,72%,51%)
(0.00/0.18/0.72/0.51)	

CMYK percentages

%0
%17.74
%71.77
%51.37

Codes

Color #7C6623 in popluar color models

7C6623
RGB12410235
HSL45°55.97%31.18%
HSB/HSV45°71.77%48.63%
CMYK0.00%17.74%71.77%
51.37%

Color #7C6623 in popluar number systems.

HEX7C6623
Decimal12410235
Binary11111001100110100011
Octal17414643

Shades and tints

Shades of #7C6623

#7C6623
(124,102,35)
#715D20
(113,93,32)
#66541D
(102,84,29)
#5B4B1A
(91,75,26)
#504217
(80,66,23)
#453914
(69,57,20)
#3A3011
(58,48,17)
#2F270E
(47,39,14)
#241E0B
(36,30,11)
#191508
(25,21,8)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #7C6623

#7C6623
(124,102,35)
#877337
(135,115,55)
#92804B
(146,128,75)
#9D8D5F
(157,141,95)
#A89A73
(168,154,115)
#B3A787
(179,167,135)
#BEB49B
(190,180,155)
#C9C1AF
(201,193,175)
#D4CEC3
(212,206,195)
#DFDBD7
(223,219,215)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6623 color. Also use rgb(124,102,35) instead hex code.

Text Font Color

.myTextColor { color: #7C6623; }

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

This text font color is #7C6623.


Background Color

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

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

This div background color is #7C6623.


Border color

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

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

This div border color is #7C6623.


Opacity

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

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

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

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

This text has shadow with #7C6623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6623 on black background.


Color preview on white background

This text has color #7C6623 on white background.



Black color preview on #7C6623 background

This text has black color on #7C6623 background.


White color preview on #7C6623 background

This text has white color on #7C6623 background.