COLOR #7D3C50

HEX: #7D3C50
RGB: (125,60,80)

Color info

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

RGB color model

#7D3C50 color RGB value is (125,60,80).

  • red value is 125;
  • green value is 60;
  • blue value is 80.
RGB:
(125,60,80)
(49%,24%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 80 of 255 = 31%

125
60
80

R + G + B ~ 35%. #7D3C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 80 = 265 (100%)
R 125 of 265 ~ 47.17%
G 60 of 265 ~ 22.64%
B 80 of 265 ~ 30.19%

%47.17
%22.64
%30.19

CMYK color model

#7D3C50 color CMYK value is (0,52,36,51).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 36.00%
  • key color value is 50.98%
CMYK:
(0,52,36,51)
C0M52Y36K51 
(0%,52%,36%,51%)
(0.00/0.52/0.36/0.51)	

CMYK percentages

%0
%52
%36
%50.98

Codes

Color #7D3C50 in popluar color models

7D3C50
RGB1256080
HSL342°35.14%36.27%
HSB/HSV342°52.00%49.02%
CMYK0.00%52.00%36.00%
50.98%

Color #7D3C50 in popluar number systems.

HEX7D3C50
Decimal1256080
Binary11111011111001010000
Octal17574120

Shades and tints

Shades of #7D3C50

#7D3C50
(125,60,80)
#723749
(114,55,73)
#673242
(103,50,66)
#5C2D3B
(92,45,59)
#512834
(81,40,52)
#46232D
(70,35,45)
#3B1E26
(59,30,38)
#30191F
(48,25,31)
#251418
(37,20,24)
#1A0F11
(26,15,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #7D3C50

#7D3C50
(125,60,80)
#884D5F
(136,77,95)
#935E6E
(147,94,110)
#9E6F7D
(158,111,125)
#A9808C
(169,128,140)
#B4919B
(180,145,155)
#BFA2AA
(191,162,170)
#CAB3B9
(202,179,185)
#D5C4C8
(213,196,200)
#E0D5D7
(224,213,215)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C50 color. Also use rgb(125,60,80) instead hex code.

Text Font Color

.myTextColor { color: #7D3C50; }

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

This text font color is #7D3C50.


Background Color

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

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

This div background color is #7D3C50.


Border color

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

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

This div border color is #7D3C50.


Opacity

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

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

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

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

This text has shadow with #7D3C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C50 on black background.


Color preview on white background

This text has color #7D3C50 on white background.



Black color preview on #7D3C50 background

This text has black color on #7D3C50 background.


White color preview on #7D3C50 background

This text has white color on #7D3C50 background.