COLOR #7D2443

HEX: #7D2443
RGB: (125,36,67)

Color info

#7D2443 contains mainly red and blue colors. Web safe color of #7D2443 is #663333 (or #633).

RGB color model

#7D2443 color RGB value is (125,36,67).

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

RGB channels and saturation

R 125 of 255 = 49%
G 36 of 255 = 14%
B 67 of 255 = 26%

125
36
67

R + G + B ~ 30%. #7D2443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 36 + 67 = 228 (100%)
R 125 of 228 ~ 54.82%
G 36 of 228 ~ 15.79%
B 67 of 228 ~ 29.39%

%54.82
%15.79
%29.39

CMYK color model

#7D2443 color CMYK value is (0,71,46,51).

  • cyan value is 0.00%
  • magenta value is 71.20%
  • yellow value is 46.40%
  • key color value is 50.98%
CMYK:
(0,71,46,51)
C0M71Y46K51 
(0%,71%,46%,51%)
(0.00/0.71/0.46/0.51)	

CMYK percentages

%0
%71.2
%46.4
%50.98

Codes

Color #7D2443 in popluar color models

7D2443
RGB1253667
HSL339°55.28%31.57%
HSB/HSV339°71.20%49.02%
CMYK0.00%71.20%46.40%
50.98%

Color #7D2443 in popluar number systems.

HEX7D2443
Decimal1253667
Binary11111011001001000011
Octal17544103

Shades and tints

Shades of #7D2443

#7D2443
(125,36,67)
#72213D
(114,33,61)
#671E37
(103,30,55)
#5C1B31
(92,27,49)
#51182B
(81,24,43)
#461525
(70,21,37)
#3B121F
(59,18,31)
#300F19
(48,15,25)
#250C13
(37,12,19)
#1A090D
(26,9,13)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #7D2443

#7D2443
(125,36,67)
#883754
(136,55,84)
#934A65
(147,74,101)
#9E5D76
(158,93,118)
#A97087
(169,112,135)
#B48398
(180,131,152)
#BF96A9
(191,150,169)
#CAA9BA
(202,169,186)
#D5BCCB
(213,188,203)
#E0CFDC
(224,207,220)
#EBE2ED
(235,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2443; }

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

This text font color is #7D2443.


Background Color

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

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

This div background color is #7D2443.


Border color

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

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

This div border color is #7D2443.


Opacity

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

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

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

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

This text has shadow with #7D2443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2443 on black background.


Color preview on white background

This text has color #7D2443 on white background.



Black color preview on #7D2443 background

This text has black color on #7D2443 background.


White color preview on #7D2443 background

This text has white color on #7D2443 background.