COLOR #7D2441

HEX: #7D2441
RGB: (125,36,65)

Color info

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

RGB color model

#7D2441 color RGB value is (125,36,65).

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

RGB channels and saturation

R 125 of 255 = 49%
G 36 of 255 = 14%
B 65 of 255 = 25%

125
36
65

R + G + B ~ 29%. #7D2441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 36 + 65 = 226 (100%)
R 125 of 226 ~ 55.31%
G 36 of 226 ~ 15.93%
B 65 of 226 ~ 28.76%

%55.31
%15.93
%28.76

CMYK color model

#7D2441 color CMYK value is (0,71,48,51).

  • cyan value is 0.00%
  • magenta value is 71.20%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(0,71,48,51)
C0M71Y48K51 
(0%,71%,48%,51%)
(0.00/0.71/0.48/0.51)	

CMYK percentages

%0
%71.2
%48
%50.98

Codes

Color #7D2441 in popluar color models

7D2441
RGB1253665
HSL340°55.28%31.57%
HSB/HSV340°71.20%49.02%
CMYK0.00%71.20%48.00%
50.98%

Color #7D2441 in popluar number systems.

HEX7D2441
Decimal1253665
Binary11111011001001000001
Octal17544101

Shades and tints

Shades of #7D2441

#7D2441
(125,36,65)
#72213C
(114,33,60)
#671E37
(103,30,55)
#5C1B32
(92,27,50)
#51182D
(81,24,45)
#461528
(70,21,40)
#3B1223
(59,18,35)
#300F1E
(48,15,30)
#250C19
(37,12,25)
#1A0914
(26,9,20)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #7D2441

#7D2441
(125,36,65)
#883752
(136,55,82)
#934A63
(147,74,99)
#9E5D74
(158,93,116)
#A97085
(169,112,133)
#B48396
(180,131,150)
#BF96A7
(191,150,167)
#CAA9B8
(202,169,184)
#D5BCC9
(213,188,201)
#E0CFDA
(224,207,218)
#EBE2EB
(235,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2441; }

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

This text font color is #7D2441.


Background Color

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

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

This div background color is #7D2441.


Border color

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

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

This div border color is #7D2441.


Opacity

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

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

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

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

This text has shadow with #7D2441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2441 on black background.


Color preview on white background

This text has color #7D2441 on white background.



Black color preview on #7D2441 background

This text has black color on #7D2441 background.


White color preview on #7D2441 background

This text has white color on #7D2441 background.