COLOR #7D2116

HEX: #7D2116
RGB: (125,33,22)

Color info

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

RGB color model

#7D2116 color RGB value is (125,33,22).

  • red value is 125;
  • green value is 33;
  • blue value is 22.
RGB:
(125,33,22)
(49%,13%,9%)

RGB channels and saturation

R 125 of 255 = 49%
G 33 of 255 = 13%
B 22 of 255 = 9%

125
33
22

R + G + B ~ 24%. #7D2116 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 33 + 22 = 180 (100%)
R 125 of 180 ~ 69.44%
G 33 of 180 ~ 18.33%
B 22 of 180 ~ 12.22%

%69.44
%18.33
%12.22

CMYK color model

#7D2116 color CMYK value is (0,74,82,51).

  • cyan value is 0.00%
  • magenta value is 73.60%
  • yellow value is 82.40%
  • key color value is 50.98%
CMYK:
(0,74,82,51)
C0M74Y82K51 
(0%,74%,82%,51%)
(0.00/0.74/0.82/0.51)	

CMYK percentages

%0
%73.6
%82.4
%50.98

Codes

Color #7D2116 in popluar color models

7D2116
RGB1253322
HSL70.07%28.82%
HSB/HSV82.40%49.02%
CMYK0.00%73.60%82.40%
50.98%

Color #7D2116 in popluar number systems.

HEX7D2116
Decimal1253322
Binary111110110000110110
Octal1754126

Shades and tints

Shades of #7D2116

#7D2116
(125,33,22)
#721E14
(114,30,20)
#671B12
(103,27,18)
#5C1810
(92,24,16)
#51150E
(81,21,14)
#46120C
(70,18,12)
#3B0F0A
(59,15,10)
#300C08
(48,12,8)
#250906
(37,9,6)
#1A0604
(26,6,4)
#0F0302
(15,3,2)
#000000
(0,0,0)

Tints of #7D2116

#7D2116
(125,33,22)
#88352B
(136,53,43)
#934940
(147,73,64)
#9E5D55
(158,93,85)
#A9716A
(169,113,106)
#B4857F
(180,133,127)
#BF9994
(191,153,148)
#CAADA9
(202,173,169)
#D5C1BE
(213,193,190)
#E0D5D3
(224,213,211)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2116 color. Also use rgb(125,33,22) instead hex code.

Text Font Color

.myTextColor { color: #7D2116; }

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

This text font color is #7D2116.


Background Color

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

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

This div background color is #7D2116.


Border color

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

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

This div border color is #7D2116.


Opacity

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

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

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

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

This text has shadow with #7D2116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2116 on black background.


Color preview on white background

This text has color #7D2116 on white background.



Black color preview on #7D2116 background

This text has black color on #7D2116 background.


White color preview on #7D2116 background

This text has white color on #7D2116 background.