COLOR #7D2263

HEX: #7D2263
RGB: (125,34,99)

Color info

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

RGB color model

#7D2263 color RGB value is (125,34,99).

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

RGB channels and saturation

R 125 of 255 = 49%
G 34 of 255 = 13%
B 99 of 255 = 39%

125
34
99

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

Portions of RGB colors in percentages

R + G + B =
125 + 34 + 99 = 258 (100%)
R 125 of 258 ~ 48.45%
G 34 of 258 ~ 13.18%
B 99 of 258 ~ 38.37%

%48.45
%13.18
%38.37

CMYK color model

#7D2263 color CMYK value is (0,73,21,51).

  • cyan value is 0.00%
  • magenta value is 72.80%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK:
(0,73,21,51)
C0M73Y21K51 
(0%,73%,21%,51%)
(0.00/0.73/0.21/0.51)	

CMYK percentages

%0
%72.8
%20.8
%50.98

Codes

Color #7D2263 in popluar color models

7D2263
RGB1253499
HSL317°57.23%31.18%
HSB/HSV317°72.80%49.02%
CMYK0.00%72.80%20.80%
50.98%

Color #7D2263 in popluar number systems.

HEX7D2263
Decimal1253499
Binary11111011000101100011
Octal17542143

Shades and tints

Shades of #7D2263

#7D2263
(125,34,99)
#721F5A
(114,31,90)
#671C51
(103,28,81)
#5C1948
(92,25,72)
#51163F
(81,22,63)
#461336
(70,19,54)
#3B102D
(59,16,45)
#300D24
(48,13,36)
#250A1B
(37,10,27)
#1A0712
(26,7,18)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #7D2263

#7D2263
(125,34,99)
#883671
(136,54,113)
#934A7F
(147,74,127)
#9E5E8D
(158,94,141)
#A9729B
(169,114,155)
#B486A9
(180,134,169)
#BF9AB7
(191,154,183)
#CAAEC5
(202,174,197)
#D5C2D3
(213,194,211)
#E0D6E1
(224,214,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2263; }

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

This text font color is #7D2263.


Background Color

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

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

This div background color is #7D2263.


Border color

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

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

This div border color is #7D2263.


Opacity

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

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

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

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

This text has shadow with #7D2263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2263 on black background.


Color preview on white background

This text has color #7D2263 on white background.



Black color preview on #7D2263 background

This text has black color on #7D2263 background.


White color preview on #7D2263 background

This text has white color on #7D2263 background.