COLOR #7D2224

HEX: #7D2224
RGB: (125,34,36)

Color info

#7D2224 contains mainly red color. Web safe color of #7D2224 is #663333 (or #633).

RGB color model

#7D2224 color RGB value is (125,34,36).

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

RGB channels and saturation

R 125 of 255 = 49%
G 34 of 255 = 13%
B 36 of 255 = 14%

125
34
36

R + G + B ~ 25%. #7D2224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 34 + 36 = 195 (100%)
R 125 of 195 ~ 64.1%
G 34 of 195 ~ 17.44%
B 36 of 195 ~ 18.46%

%64.1
%17.44
%18.46

CMYK color model

#7D2224 color CMYK value is (0,73,71,51).

  • cyan value is 0.00%
  • magenta value is 72.80%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(0,73,71,51)
C0M73Y71K51 
(0%,73%,71%,51%)
(0.00/0.73/0.71/0.51)	

CMYK percentages

%0
%72.8
%71.2
%50.98

Codes

Color #7D2224 in popluar color models

7D2224
RGB1253436
HSL359°57.23%31.18%
HSB/HSV359°72.80%49.02%
CMYK0.00%72.80%71.20%
50.98%

Color #7D2224 in popluar number systems.

HEX7D2224
Decimal1253436
Binary1111101100010100100
Octal1754244

Shades and tints

Shades of #7D2224

#7D2224
(125,34,36)
#721F21
(114,31,33)
#671C1E
(103,28,30)
#5C191B
(92,25,27)
#511618
(81,22,24)
#461315
(70,19,21)
#3B1012
(59,16,18)
#300D0F
(48,13,15)
#250A0C
(37,10,12)
#1A0709
(26,7,9)
#0F0406
(15,4,6)
#000000
(0,0,0)

Tints of #7D2224

#7D2224
(125,34,36)
#883637
(136,54,55)
#934A4A
(147,74,74)
#9E5E5D
(158,94,93)
#A97270
(169,114,112)
#B48683
(180,134,131)
#BF9A96
(191,154,150)
#CAAEA9
(202,174,169)
#D5C2BC
(213,194,188)
#E0D6CF
(224,214,207)
#EBEAE2
(235,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2224; }

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

This text font color is #7D2224.


Background Color

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

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

This div background color is #7D2224.


Border color

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

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

This div border color is #7D2224.


Opacity

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

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

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

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

This text has shadow with #7D2224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2224 on black background.


Color preview on white background

This text has color #7D2224 on white background.



Black color preview on #7D2224 background

This text has black color on #7D2224 background.


White color preview on #7D2224 background

This text has white color on #7D2224 background.