COLOR #7C6E10

HEX: #7C6E10
RGB: (124,110,16)

Color info

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

RGB color model

#7C6E10 color RGB value is (124,110,16).

  • red value is 124;
  • green value is 110;
  • blue value is 16.
RGB:
(124,110,16)
(49%,43%,6%)

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 16 of 255 = 6%

124
110
16

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

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 16 = 250 (100%)
R 124 of 250 ~ 49.6%
G 110 of 250 ~ 44%
B 16 of 250 ~ 6.4%

%49.6
%44

CMYK color model

#7C6E10 color CMYK value is (0,11,87,51).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 87.10%
  • key color value is 51.37%
CMYK:
(0,11,87,51)
C0M11Y87K51 
(0%,11%,87%,51%)
(0.00/0.11/0.87/0.51)	

CMYK percentages

%0
%11.29
%87.1
%51.37

Codes

Color #7C6E10 in popluar color models

7C6E10
RGB12411016
HSL52°77.14%27.45%
HSB/HSV52°87.10%48.63%
CMYK0.00%11.29%87.10%
51.37%

Color #7C6E10 in popluar number systems.

HEX7C6E10
Decimal12411016
Binary1111100110111010000
Octal17415620

Shades and tints

Shades of #7C6E10

#7C6E10
(124,110,16)
#71640F
(113,100,15)
#665A0E
(102,90,14)
#5B500D
(91,80,13)
#50460C
(80,70,12)
#453C0B
(69,60,11)
#3A320A
(58,50,10)
#2F2809
(47,40,9)
#241E08
(36,30,8)
#191407
(25,20,7)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #7C6E10

#7C6E10
(124,110,16)
#877B25
(135,123,37)
#92883A
(146,136,58)
#9D954F
(157,149,79)
#A8A264
(168,162,100)
#B3AF79
(179,175,121)
#BEBC8E
(190,188,142)
#C9C9A3
(201,201,163)
#D4D6B8
(212,214,184)
#DFE3CD
(223,227,205)
#EAF0E2
(234,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6E10 color. Also use rgb(124,110,16) instead hex code.

Text Font Color

.myTextColor { color: #7C6E10; }

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

This text font color is #7C6E10.


Background Color

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

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

This div background color is #7C6E10.


Border color

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

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

This div border color is #7C6E10.


Opacity

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

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

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

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

This text has shadow with #7C6E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6E10 on black background.


Color preview on white background

This text has color #7C6E10 on white background.



Black color preview on #7C6E10 background

This text has black color on #7C6E10 background.


White color preview on #7C6E10 background

This text has white color on #7C6E10 background.