COLOR #7C4010

HEX: #7C4010
RGB: (124,64,16)

Color info

#7C4010 contains mainly red color. Web safe color of #7C4010 is #663300 (or #630).

RGB color model

#7C4010 color RGB value is (124,64,16).

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

RGB channels and saturation

R 124 of 255 = 49%
G 64 of 255 = 25%
B 16 of 255 = 6%

124
64
16

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

Portions of RGB colors in percentages

R + G + B =
124 + 64 + 16 = 204 (100%)
R 124 of 204 ~ 60.78%
G 64 of 204 ~ 31.37%
B 16 of 204 ~ 7.84%

%60.78
%31.37

CMYK color model

#7C4010 color CMYK value is (0,48,87,51).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 87.10%
  • key color value is 51.37%
CMYK:
(0,48,87,51)
C0M48Y87K51 
(0%,48%,87%,51%)
(0.00/0.48/0.87/0.51)	

CMYK percentages

%0
%48.39
%87.1
%51.37

Codes

Color #7C4010 in popluar color models

7C4010
RGB1246416
HSL27°77.14%27.45%
HSB/HSV27°87.10%48.63%
CMYK0.00%48.39%87.10%
51.37%

Color #7C4010 in popluar number systems.

HEX7C4010
Decimal1246416
Binary1111100100000010000
Octal17410020

Shades and tints

Shades of #7C4010

#7C4010
(124,64,16)
#713B0F
(113,59,15)
#66360E
(102,54,14)
#5B310D
(91,49,13)
#502C0C
(80,44,12)
#45270B
(69,39,11)
#3A220A
(58,34,10)
#2F1D09
(47,29,9)
#241808
(36,24,8)
#191307
(25,19,7)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #7C4010

#7C4010
(124,64,16)
#875125
(135,81,37)
#92623A
(146,98,58)
#9D734F
(157,115,79)
#A88464
(168,132,100)
#B39579
(179,149,121)
#BEA68E
(190,166,142)
#C9B7A3
(201,183,163)
#D4C8B8
(212,200,184)
#DFD9CD
(223,217,205)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4010; }

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

This text font color is #7C4010.


Background Color

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

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

This div background color is #7C4010.


Border color

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

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

This div border color is #7C4010.


Opacity

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

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

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

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

This text has shadow with #7C4010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4010 on black background.


Color preview on white background

This text has color #7C4010 on white background.



Black color preview on #7C4010 background

This text has black color on #7C4010 background.


White color preview on #7C4010 background

This text has white color on #7C4010 background.