COLOR #7D3116

HEX: #7D3116
RGB: (125,49,22)

Color info

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

RGB color model

#7D3116 color RGB value is (125,49,22).

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

RGB channels and saturation

R 125 of 255 = 49%
G 49 of 255 = 19%
B 22 of 255 = 9%

125
49
22

R + G + B ~ 26%. #7D3116 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 49 + 22 = 196 (100%)
R 125 of 196 ~ 63.78%
G 49 of 196 ~ 25%
B 22 of 196 ~ 11.22%

%63.78
%25
%11.22

CMYK color model

#7D3116 color CMYK value is (0,61,82,51).

  • cyan value is 0.00%
  • magenta value is 60.80%
  • yellow value is 82.40%
  • key color value is 50.98%
CMYK:
(0,61,82,51)
C0M61Y82K51 
(0%,61%,82%,51%)
(0.00/0.61/0.82/0.51)	

CMYK percentages

%0
%60.8
%82.4
%50.98

Codes

Color #7D3116 in popluar color models

7D3116
RGB1254922
HSL16°70.07%28.82%
HSB/HSV16°82.40%49.02%
CMYK0.00%60.80%82.40%
50.98%

Color #7D3116 in popluar number systems.

HEX7D3116
Decimal1254922
Binary111110111000110110
Octal1756126

Shades and tints

Shades of #7D3116

#7D3116
(125,49,22)
#722D14
(114,45,20)
#672912
(103,41,18)
#5C2510
(92,37,16)
#51210E
(81,33,14)
#461D0C
(70,29,12)
#3B190A
(59,25,10)
#301508
(48,21,8)
#251106
(37,17,6)
#1A0D04
(26,13,4)
#0F0902
(15,9,2)
#000000
(0,0,0)

Tints of #7D3116

#7D3116
(125,49,22)
#88432B
(136,67,43)
#935540
(147,85,64)
#9E6755
(158,103,85)
#A9796A
(169,121,106)
#B48B7F
(180,139,127)
#BF9D94
(191,157,148)
#CAAFA9
(202,175,169)
#D5C1BE
(213,193,190)
#E0D3D3
(224,211,211)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3116; }

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

This text font color is #7D3116.


Background Color

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

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

This div background color is #7D3116.


Border color

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

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

This div border color is #7D3116.


Opacity

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

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

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

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

This text has shadow with #7D3116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3116 on black background.


Color preview on white background

This text has color #7D3116 on white background.



Black color preview on #7D3116 background

This text has black color on #7D3116 background.


White color preview on #7D3116 background

This text has white color on #7D3116 background.