COLOR #7D2217

HEX: #7D2217
RGB: (125,34,23)

Color info

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

RGB color model

#7D2217 color RGB value is (125,34,23).

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

RGB channels and saturation

R 125 of 255 = 49%
G 34 of 255 = 13%
B 23 of 255 = 9%

125
34
23

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

Portions of RGB colors in percentages

R + G + B =
125 + 34 + 23 = 182 (100%)
R 125 of 182 ~ 68.68%
G 34 of 182 ~ 18.68%
B 23 of 182 ~ 12.64%

%68.68
%18.68
%12.64

CMYK color model

#7D2217 color CMYK value is (0,73,82,51).

  • cyan value is 0.00%
  • magenta value is 72.80%
  • yellow value is 81.60%
  • key color value is 50.98%
CMYK:
(0,73,82,51)
C0M73Y82K51 
(0%,73%,82%,51%)
(0.00/0.73/0.82/0.51)	

CMYK percentages

%0
%72.8
%81.6
%50.98

Codes

Color #7D2217 in popluar color models

7D2217
RGB1253423
HSL68.92%29.02%
HSB/HSV81.60%49.02%
CMYK0.00%72.80%81.60%
50.98%

Color #7D2217 in popluar number systems.

HEX7D2217
Decimal1253423
Binary111110110001010111
Octal1754227

Shades and tints

Shades of #7D2217

#7D2217
(125,34,23)
#721F15
(114,31,21)
#671C13
(103,28,19)
#5C1911
(92,25,17)
#51160F
(81,22,15)
#46130D
(70,19,13)
#3B100B
(59,16,11)
#300D09
(48,13,9)
#250A07
(37,10,7)
#1A0705
(26,7,5)
#0F0403
(15,4,3)
#000000
(0,0,0)

Tints of #7D2217

#7D2217
(125,34,23)
#88362C
(136,54,44)
#934A41
(147,74,65)
#9E5E56
(158,94,86)
#A9726B
(169,114,107)
#B48680
(180,134,128)
#BF9A95
(191,154,149)
#CAAEAA
(202,174,170)
#D5C2BF
(213,194,191)
#E0D6D4
(224,214,212)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2217 color. Also use rgb(125,34,23) instead hex code.

Text Font Color

.myTextColor { color: #7D2217; }

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

This text font color is #7D2217.


Background Color

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

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

This div background color is #7D2217.


Border color

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

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

This div border color is #7D2217.


Opacity

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

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

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

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

This text has shadow with #7D2217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2217 on black background.


Color preview on white background

This text has color #7D2217 on white background.



Black color preview on #7D2217 background

This text has black color on #7D2217 background.


White color preview on #7D2217 background

This text has white color on #7D2217 background.