COLOR #7D466D

HEX: #7D466D
RGB: (125,70,109)

Color info

#7D466D contains red, green and blue colors in about the same proportion. Web safe color of #7D466D is #663366 (or #636).

RGB color model

#7D466D color RGB value is (125,70,109).

  • red value is 125;
  • green value is 70;
  • blue value is 109.
RGB:
(125,70,109)
(49%,27%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 70 of 255 = 27%
B 109 of 255 = 43%

125
70
109

R + G + B ~ 40%. #7D466D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 70 + 109 = 304 (100%)
R 125 of 304 ~ 41.12%
G 70 of 304 ~ 23.03%
B 109 of 304 ~ 35.86%

%41.12
%23.03
%35.86

CMYK color model

#7D466D color CMYK value is (0,44,13,51).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(0,44,13,51)
C0M44Y13K51 
(0%,44%,13%,51%)
(0.00/0.44/0.13/0.51)	

CMYK percentages

%0
%44
%12.8
%50.98

Codes

Color #7D466D in popluar color models

7D466D
RGB12570109
HSL317°28.21%38.24%
HSB/HSV317°44.00%49.02%
CMYK0.00%44.00%12.80%
50.98%

Color #7D466D in popluar number systems.

HEX7D466D
Decimal12570109
Binary111110110001101101101
Octal175106155

Shades and tints

Shades of #7D466D

#7D466D
(125,70,109)
#724064
(114,64,100)
#673A5B
(103,58,91)
#5C3452
(92,52,82)
#512E49
(81,46,73)
#462840
(70,40,64)
#3B2237
(59,34,55)
#301C2E
(48,28,46)
#251625
(37,22,37)
#1A101C
(26,16,28)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #7D466D

#7D466D
(125,70,109)
#88567A
(136,86,122)
#936687
(147,102,135)
#9E7694
(158,118,148)
#A986A1
(169,134,161)
#B496AE
(180,150,174)
#BFA6BB
(191,166,187)
#CAB6C8
(202,182,200)
#D5C6D5
(213,198,213)
#E0D6E2
(224,214,226)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D466D color. Also use rgb(125,70,109) instead hex code.

Text Font Color

.myTextColor { color: #7D466D; }

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

This text font color is #7D466D.


Background Color

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

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

This div background color is #7D466D.


Border color

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

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

This div border color is #7D466D.


Opacity

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

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

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

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

This text has shadow with #7D466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D466D on black background.


Color preview on white background

This text has color #7D466D on white background.



Black color preview on #7D466D background

This text has black color on #7D466D background.


White color preview on #7D466D background

This text has white color on #7D466D background.