COLOR #7C460D

HEX: #7C460D
RGB: (124,70,13)

Color info

#7C460D contains mainly red and green colors. Web safe color of #7C460D is #663300 (or #630).

RGB color model

#7C460D color RGB value is (124,70,13).

  • red value is 124;
  • green value is 70;
  • blue value is 13.
RGB:
(124,70,13)
(49%,27%,5%)

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 13 of 255 = 5%

124
70
13

R + G + B ~ 27%. #7C460D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 13 = 207 (100%)
R 124 of 207 ~ 59.9%
G 70 of 207 ~ 33.82%
B 13 of 207 ~ 6.28%

%59.9
%33.82

CMYK color model

#7C460D color CMYK value is (0,44,90,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 89.52%
  • key color value is 51.37%
CMYK:
(0,44,90,51)
C0M44Y90K51 
(0%,44%,90%,51%)
(0.00/0.44/0.90/0.51)	

CMYK percentages

%0
%43.55
%89.52
%51.37

Codes

Color #7C460D in popluar color models

7C460D
RGB1247013
HSL31°81.02%26.86%
HSB/HSV31°89.52%48.63%
CMYK0.00%43.55%89.52%
51.37%

Color #7C460D in popluar number systems.

HEX7C460D
Decimal1247013
Binary111110010001101101
Octal17410615

Shades and tints

Shades of #7C460D

#7C460D
(124,70,13)
#71400C
(113,64,12)
#663A0B
(102,58,11)
#5B340A
(91,52,10)
#502E09
(80,46,9)
#452808
(69,40,8)
#3A2207
(58,34,7)
#2F1C06
(47,28,6)
#241605
(36,22,5)
#191004
(25,16,4)
#0E0A03
(14,10,3)
#000000
(0,0,0)

Tints of #7C460D

#7C460D
(124,70,13)
#875623
(135,86,35)
#926639
(146,102,57)
#9D764F
(157,118,79)
#A88665
(168,134,101)
#B3967B
(179,150,123)
#BEA691
(190,166,145)
#C9B6A7
(201,182,167)
#D4C6BD
(212,198,189)
#DFD6D3
(223,214,211)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C460D color. Also use rgb(124,70,13) instead hex code.

Text Font Color

.myTextColor { color: #7C460D; }

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

This text font color is #7C460D.


Background Color

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

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

This div background color is #7C460D.


Border color

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

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

This div border color is #7C460D.


Opacity

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

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

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

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

This text has shadow with #7C460D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C460D on black background.


Color preview on white background

This text has color #7C460D on white background.



Black color preview on #7C460D background

This text has black color on #7C460D background.


White color preview on #7C460D background

This text has white color on #7C460D background.