COLOR #7D337B

HEX: #7D337B
RGB: (125,51,123)

Color info

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

RGB color model

#7D337B color RGB value is (125,51,123).

  • red value is 125;
  • green value is 51;
  • blue value is 123.
RGB:
(125,51,123)
(49%,20%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 51 of 255 = 20%
B 123 of 255 = 48%

125
51
123

R + G + B ~ 39%. #7D337B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 51 + 123 = 299 (100%)
R 125 of 299 ~ 41.81%
G 51 of 299 ~ 17.06%
B 123 of 299 ~ 41.14%

%41.81
%17.06
%41.14

CMYK color model

#7D337B color CMYK value is (0,59,2,51).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 1.60%
  • key color value is 50.98%
CMYK:
(0,59,2,51)
C0M59Y2K51 
(0%,59%,2%,51%)
(0.00/0.59/0.02/0.51)	

CMYK percentages

%0
%59.2
%1.6
%50.98

Codes

Color #7D337B in popluar color models

7D337B
RGB12551123
HSL302°42.05%34.51%
HSB/HSV302°59.20%49.02%
CMYK0.00%59.20%1.60%
50.98%

Color #7D337B in popluar number systems.

HEX7D337B
Decimal12551123
Binary11111011100111111011
Octal17563173

Shades and tints

Shades of #7D337B

#7D337B
(125,51,123)
#722F70
(114,47,112)
#672B65
(103,43,101)
#5C275A
(92,39,90)
#51234F
(81,35,79)
#461F44
(70,31,68)
#3B1B39
(59,27,57)
#30172E
(48,23,46)
#251323
(37,19,35)
#1A0F18
(26,15,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #7D337B

#7D337B
(125,51,123)
#884587
(136,69,135)
#935793
(147,87,147)
#9E699F
(158,105,159)
#A97BAB
(169,123,171)
#B48DB7
(180,141,183)
#BF9FC3
(191,159,195)
#CAB1CF
(202,177,207)
#D5C3DB
(213,195,219)
#E0D5E7
(224,213,231)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D337B color. Also use rgb(125,51,123) instead hex code.

Text Font Color

.myTextColor { color: #7D337B; }

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

This text font color is #7D337B.


Background Color

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

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

This div background color is #7D337B.


Border color

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

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

This div border color is #7D337B.


Opacity

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

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

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

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

This text has shadow with #7D337B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D337B on black background.


Color preview on white background

This text has color #7D337B on white background.



Black color preview on #7D337B background

This text has black color on #7D337B background.


White color preview on #7D337B background

This text has white color on #7D337B background.