COLOR #7C6A17

HEX: #7C6A17
RGB: (124,106,23)

Color info

#7C6A17 contains mainly red and green colors. Web safe color of #7C6A17 is #666600 (or #660).

RGB color model

#7C6A17 color RGB value is (124,106,23).

  • red value is 124;
  • green value is 106;
  • blue value is 23.
RGB:
(124,106,23)
(49%,42%,9%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 23 of 255 = 9%

124
106
23

R + G + B ~ 33%. #7C6A17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 106 + 23 = 253 (100%)
R 124 of 253 ~ 49.01%
G 106 of 253 ~ 41.9%
B 23 of 253 ~ 9.09%

%49.01
%41.9

CMYK color model

#7C6A17 color CMYK value is (0,15,81,51).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 81.45%
  • key color value is 51.37%
CMYK:
(0,15,81,51)
C0M15Y81K51 
(0%,15%,81%,51%)
(0.00/0.15/0.81/0.51)	

CMYK percentages

%0
%14.52
%81.45
%51.37

Codes

Color #7C6A17 in popluar color models

7C6A17
RGB12410623
HSL49°68.71%28.82%
HSB/HSV49°81.45%48.63%
CMYK0.00%14.52%81.45%
51.37%

Color #7C6A17 in popluar number systems.

HEX7C6A17
Decimal12410623
Binary1111100110101010111
Octal17415227

Shades and tints

Shades of #7C6A17

#7C6A17
(124,106,23)
#716115
(113,97,21)
#665813
(102,88,19)
#5B4F11
(91,79,17)
#50460F
(80,70,15)
#453D0D
(69,61,13)
#3A340B
(58,52,11)
#2F2B09
(47,43,9)
#242207
(36,34,7)
#191905
(25,25,5)
#0E1003
(14,16,3)
#000000
(0,0,0)

Tints of #7C6A17

#7C6A17
(124,106,23)
#87772C
(135,119,44)
#928441
(146,132,65)
#9D9156
(157,145,86)
#A89E6B
(168,158,107)
#B3AB80
(179,171,128)
#BEB895
(190,184,149)
#C9C5AA
(201,197,170)
#D4D2BF
(212,210,191)
#DFDFD4
(223,223,212)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6A17 color. Also use rgb(124,106,23) instead hex code.

Text Font Color

.myTextColor { color: #7C6A17; }

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

This text font color is #7C6A17.


Background Color

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

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

This div background color is #7C6A17.


Border color

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

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

This div border color is #7C6A17.


Opacity

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

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

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

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

This text has shadow with #7C6A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6A17 on black background.


Color preview on white background

This text has color #7C6A17 on white background.



Black color preview on #7C6A17 background

This text has black color on #7C6A17 background.


White color preview on #7C6A17 background

This text has white color on #7C6A17 background.