COLOR #7D2362

HEX: #7D2362
RGB: (125,35,98)

Color info

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

RGB color model

#7D2362 color RGB value is (125,35,98).

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

RGB channels and saturation

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

125
35
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 35 + 98 = 258 (100%)
R 125 of 258 ~ 48.45%
G 35 of 258 ~ 13.57%
B 98 of 258 ~ 37.98%

%48.45
%13.57
%37.98

CMYK color model

#7D2362 color CMYK value is (0,72,22,51).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 21.60%
  • key color value is 50.98%
CMYK:
(0,72,22,51)
C0M72Y22K51 
(0%,72%,22%,51%)
(0.00/0.72/0.22/0.51)	

CMYK percentages

%0
%72
%21.6
%50.98

Codes

Color #7D2362 in popluar color models

7D2362
RGB1253598
HSL318°56.25%31.37%
HSB/HSV318°72.00%49.02%
CMYK0.00%72.00%21.60%
50.98%

Color #7D2362 in popluar number systems.

HEX7D2362
Decimal1253598
Binary11111011000111100010
Octal17543142

Shades and tints

Shades of #7D2362

#7D2362
(125,35,98)
#72205A
(114,32,90)
#671D52
(103,29,82)
#5C1A4A
(92,26,74)
#511742
(81,23,66)
#46143A
(70,20,58)
#3B1132
(59,17,50)
#300E2A
(48,14,42)
#250B22
(37,11,34)
#1A081A
(26,8,26)
#0F0512
(15,5,18)
#000000
(0,0,0)

Tints of #7D2362

#7D2362
(125,35,98)
#883770
(136,55,112)
#934B7E
(147,75,126)
#9E5F8C
(158,95,140)
#A9739A
(169,115,154)
#B487A8
(180,135,168)
#BF9BB6
(191,155,182)
#CAAFC4
(202,175,196)
#D5C3D2
(213,195,210)
#E0D7E0
(224,215,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2362; }

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

This text font color is #7D2362.


Background Color

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

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

This div background color is #7D2362.


Border color

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

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

This div border color is #7D2362.


Opacity

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

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

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

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

This text has shadow with #7D2362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2362 on black background.


Color preview on white background

This text has color #7D2362 on white background.



Black color preview on #7D2362 background

This text has black color on #7D2362 background.


White color preview on #7D2362 background

This text has white color on #7D2362 background.