COLOR #7D3F4C

HEX: #7D3F4C
RGB: (125,63,76)

Color info

#7D3F4C contains mainly red and blue colors. Web safe color of #7D3F4C is #663333 (or #633).

RGB color model

#7D3F4C color RGB value is (125,63,76).

  • red value is 125;
  • green value is 63;
  • blue value is 76.
RGB:
(125,63,76)
(49%,25%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 63 of 255 = 25%
B 76 of 255 = 30%

125
63
76

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

Portions of RGB colors in percentages

R + G + B =
125 + 63 + 76 = 264 (100%)
R 125 of 264 ~ 47.35%
G 63 of 264 ~ 23.86%
B 76 of 264 ~ 28.79%

%47.35
%23.86
%28.79

CMYK color model

#7D3F4C color CMYK value is (0,50,39,51).

  • cyan value is 0.00%
  • magenta value is 49.60%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(0,50,39,51)
C0M50Y39K51 
(0%,50%,39%,51%)
(0.00/0.50/0.39/0.51)	

CMYK percentages

%0
%49.6
%39.2
%50.98

Codes

Color #7D3F4C in popluar color models

7D3F4C
RGB1256376
HSL347°32.98%36.86%
HSB/HSV347°49.60%49.02%
CMYK0.00%49.60%39.20%
50.98%

Color #7D3F4C in popluar number systems.

HEX7D3F4C
Decimal1256376
Binary11111011111111001100
Octal17577114

Shades and tints

Shades of #7D3F4C

#7D3F4C
(125,63,76)
#723A46
(114,58,70)
#673540
(103,53,64)
#5C303A
(92,48,58)
#512B34
(81,43,52)
#46262E
(70,38,46)
#3B2128
(59,33,40)
#301C22
(48,28,34)
#25171C
(37,23,28)
#1A1216
(26,18,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #7D3F4C

#7D3F4C
(125,63,76)
#88505C
(136,80,92)
#93616C
(147,97,108)
#9E727C
(158,114,124)
#A9838C
(169,131,140)
#B4949C
(180,148,156)
#BFA5AC
(191,165,172)
#CAB6BC
(202,182,188)
#D5C7CC
(213,199,204)
#E0D8DC
(224,216,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3F4C color. Also use rgb(125,63,76) instead hex code.

Text Font Color

.myTextColor { color: #7D3F4C; }

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

This text font color is #7D3F4C.


Background Color

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

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

This div background color is #7D3F4C.


Border color

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

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

This div border color is #7D3F4C.


Opacity

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

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

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

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

This text has shadow with #7D3F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3F4C on black background.


Color preview on white background

This text has color #7D3F4C on white background.



Black color preview on #7D3F4C background

This text has black color on #7D3F4C background.


White color preview on #7D3F4C background

This text has white color on #7D3F4C background.