COLOR #7C6B14

HEX: #7C6B14
RGB: (124,107,20)

Color info

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

RGB color model

#7C6B14 color RGB value is (124,107,20).

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

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 20 of 255 = 8%

124
107
20

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

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 20 = 251 (100%)
R 124 of 251 ~ 49.4%
G 107 of 251 ~ 42.63%
B 20 of 251 ~ 7.97%

%49.4
%42.63

CMYK color model

#7C6B14 color CMYK value is (0,14,84,51).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 83.87%
  • key color value is 51.37%
CMYK:
(0,14,84,51)
C0M14Y84K51 
(0%,14%,84%,51%)
(0.00/0.14/0.84/0.51)	

CMYK percentages

%0
%13.71
%83.87
%51.37

Codes

Color #7C6B14 in popluar color models

7C6B14
RGB12410720
HSL50°72.22%28.24%
HSB/HSV50°83.87%48.63%
CMYK0.00%13.71%83.87%
51.37%

Color #7C6B14 in popluar number systems.

HEX7C6B14
Decimal12410720
Binary1111100110101110100
Octal17415324

Shades and tints

Shades of #7C6B14

#7C6B14
(124,107,20)
#716213
(113,98,19)
#665912
(102,89,18)
#5B5011
(91,80,17)
#504710
(80,71,16)
#453E0F
(69,62,15)
#3A350E
(58,53,14)
#2F2C0D
(47,44,13)
#24230C
(36,35,12)
#191A0B
(25,26,11)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #7C6B14

#7C6B14
(124,107,20)
#877829
(135,120,41)
#92853E
(146,133,62)
#9D9253
(157,146,83)
#A89F68
(168,159,104)
#B3AC7D
(179,172,125)
#BEB992
(190,185,146)
#C9C6A7
(201,198,167)
#D4D3BC
(212,211,188)
#DFE0D1
(223,224,209)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6B14; }

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

This text font color is #7C6B14.


Background Color

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

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

This div background color is #7C6B14.


Border color

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

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

This div border color is #7C6B14.


Opacity

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

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

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

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

This text has shadow with #7C6B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6B14 on black background.


Color preview on white background

This text has color #7C6B14 on white background.



Black color preview on #7C6B14 background

This text has black color on #7C6B14 background.


White color preview on #7C6B14 background

This text has white color on #7C6B14 background.