COLOR #7D2462

HEX: #7D2462
RGB: (125,36,98)

Color info

#7D2462 contains mainly red and blue colors. Web safe color of #7D2462 is #663366 (or #636).

RGB color model

#7D2462 color RGB value is (125,36,98).

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

RGB channels and saturation

R 125 of 255 = 49%
G 36 of 255 = 14%
B 98 of 255 = 38%

125
36
98

R + G + B ~ 34%. #7D2462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 36 + 98 = 259 (100%)
R 125 of 259 ~ 48.26%
G 36 of 259 ~ 13.9%
B 98 of 259 ~ 37.84%

%48.26
%13.9
%37.84

CMYK color model

#7D2462 color CMYK value is (0,71,22,51).

  • cyan value is 0.00%
  • magenta value is 71.20%
  • yellow value is 21.60%
  • key color value is 50.98%
CMYK:
(0,71,22,51)
C0M71Y22K51 
(0%,71%,22%,51%)
(0.00/0.71/0.22/0.51)	

CMYK percentages

%0
%71.2
%21.6
%50.98

Codes

Color #7D2462 in popluar color models

7D2462
RGB1253698
HSL318°55.28%31.57%
HSB/HSV318°71.20%49.02%
CMYK0.00%71.20%21.60%
50.98%

Color #7D2462 in popluar number systems.

HEX7D2462
Decimal1253698
Binary11111011001001100010
Octal17544142

Shades and tints

Shades of #7D2462

#7D2462
(125,36,98)
#72215A
(114,33,90)
#671E52
(103,30,82)
#5C1B4A
(92,27,74)
#511842
(81,24,66)
#46153A
(70,21,58)
#3B1232
(59,18,50)
#300F2A
(48,15,42)
#250C22
(37,12,34)
#1A091A
(26,9,26)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #7D2462

#7D2462
(125,36,98)
#883770
(136,55,112)
#934A7E
(147,74,126)
#9E5D8C
(158,93,140)
#A9709A
(169,112,154)
#B483A8
(180,131,168)
#BF96B6
(191,150,182)
#CAA9C4
(202,169,196)
#D5BCD2
(213,188,210)
#E0CFE0
(224,207,224)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2462; }

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

This text font color is #7D2462.


Background Color

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

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

This div background color is #7D2462.


Border color

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

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

This div border color is #7D2462.


Opacity

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

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

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

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

This text has shadow with #7D2462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2462 on black background.


Color preview on white background

This text has color #7D2462 on white background.



Black color preview on #7D2462 background

This text has black color on #7D2462 background.


White color preview on #7D2462 background

This text has white color on #7D2462 background.