COLOR #7C2506

HEX: #7C2506
RGB: (124,37,6)

Color info

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

RGB color model

#7C2506 color RGB value is (124,37,6).

  • red value is 124;
  • green value is 37;
  • blue value is 6.
RGB:
(124,37,6)
(49%,15%,2%)

RGB channels and saturation

R 124 of 255 = 49%
G 37 of 255 = 15%
B 6 of 255 = 2%

124
37
6

R + G + B ~ 22%. #7C2506 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 37 + 6 = 167 (100%)
R 124 of 167 ~ 74.25%
G 37 of 167 ~ 22.16%
B 6 of 167 ~ 3.59%

%74.25
%22.16

CMYK color model

#7C2506 color CMYK value is (0,70,95,51).

  • cyan value is 0.00%
  • magenta value is 70.16%
  • yellow value is 95.16%
  • key color value is 51.37%
CMYK:
(0,70,95,51)
C0M70Y95K51 
(0%,70%,95%,51%)
(0.00/0.70/0.95/0.51)	

CMYK percentages

%0
%70.16
%95.16
%51.37

Codes

Color #7C2506 in popluar color models

7C2506
RGB124376
HSL16°90.77%25.49%
HSB/HSV16°95.16%48.63%
CMYK0.00%70.16%95.16%
51.37%

Color #7C2506 in popluar number systems.

HEX7C2506
Decimal124376
Binary1111100100101110
Octal174456

Shades and tints

Shades of #7C2506

#7C2506
(124,37,6)
#712206
(113,34,6)
#661F06
(102,31,6)
#5B1C06
(91,28,6)
#501906
(80,25,6)
#451606
(69,22,6)
#3A1306
(58,19,6)
#2F1006
(47,16,6)
#240D06
(36,13,6)
#190A06
(25,10,6)
#0E0706
(14,7,6)
#000000
(0,0,0)

Tints of #7C2506

#7C2506
(124,37,6)
#87381C
(135,56,28)
#924B32
(146,75,50)
#9D5E48
(157,94,72)
#A8715E
(168,113,94)
#B38474
(179,132,116)
#BE978A
(190,151,138)
#C9AAA0
(201,170,160)
#D4BDB6
(212,189,182)
#DFD0CC
(223,208,204)
#EAE3E2
(234,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2506 color. Also use rgb(124,37,6) instead hex code.

Text Font Color

.myTextColor { color: #7C2506; }

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

This text font color is #7C2506.


Background Color

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

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

This div background color is #7C2506.


Border color

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

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

This div border color is #7C2506.


Opacity

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

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

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

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

This text has shadow with #7C2506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2506 on black background.


Color preview on white background

This text has color #7C2506 on white background.



Black color preview on #7C2506 background

This text has black color on #7C2506 background.


White color preview on #7C2506 background

This text has white color on #7C2506 background.