COLOR #7D3266

HEX: #7D3266
RGB: (125,50,102)

Color info

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

RGB color model

#7D3266 color RGB value is (125,50,102).

  • red value is 125;
  • green value is 50;
  • blue value is 102.
RGB:
(125,50,102)
(49%,20%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 50 of 255 = 20%
B 102 of 255 = 40%

125
50
102

R + G + B ~ 36%. #7D3266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 50 + 102 = 277 (100%)
R 125 of 277 ~ 45.13%
G 50 of 277 ~ 18.05%
B 102 of 277 ~ 36.82%

%45.13
%18.05
%36.82

CMYK color model

#7D3266 color CMYK value is (0,60,18,51).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 18.40%
  • key color value is 50.98%
CMYK:
(0,60,18,51)
C0M60Y18K51 
(0%,60%,18%,51%)
(0.00/0.60/0.18/0.51)	

CMYK percentages

%0
%60
%18.4
%50.98

Codes

Color #7D3266 in popluar color models

7D3266
RGB12550102
HSL318°42.86%34.31%
HSB/HSV318°60.00%49.02%
CMYK0.00%60.00%18.40%
50.98%

Color #7D3266 in popluar number systems.

HEX7D3266
Decimal12550102
Binary11111011100101100110
Octal17562146

Shades and tints

Shades of #7D3266

#7D3266
(125,50,102)
#722E5D
(114,46,93)
#672A54
(103,42,84)
#5C264B
(92,38,75)
#512242
(81,34,66)
#461E39
(70,30,57)
#3B1A30
(59,26,48)
#301627
(48,22,39)
#25121E
(37,18,30)
#1A0E15
(26,14,21)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D3266

#7D3266
(125,50,102)
#884473
(136,68,115)
#935680
(147,86,128)
#9E688D
(158,104,141)
#A97A9A
(169,122,154)
#B48CA7
(180,140,167)
#BF9EB4
(191,158,180)
#CAB0C1
(202,176,193)
#D5C2CE
(213,194,206)
#E0D4DB
(224,212,219)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3266 color. Also use rgb(125,50,102) instead hex code.

Text Font Color

.myTextColor { color: #7D3266; }

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

This text font color is #7D3266.


Background Color

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

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

This div background color is #7D3266.


Border color

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

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

This div border color is #7D3266.


Opacity

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

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

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

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

This text has shadow with #7D3266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3266 on black background.


Color preview on white background

This text has color #7D3266 on white background.



Black color preview on #7D3266 background

This text has black color on #7D3266 background.


White color preview on #7D3266 background

This text has white color on #7D3266 background.