COLOR #7D464D

HEX: #7D464D RGB: (125,70,77)

Color info

#7D464D contains red, green and blue colors in about the same proportion. Web safe color of #7D464D is #663333 (or #633).

RGB color model

#7D464D color RGB value is (125,70,77).

RGB: (125,70,77) (49%, 27%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 70 of 255 = 27%
B 77 of 255 = 30%

125
70
77

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

Portions of RGB colors in percentages

R + G + B = 125 + 70 + 77 = 272 (100%)
R 125 of 272 ~ 45.96%
G 70 of 272 ~ 25.74%
B 77 of 272 ~ 28.31'%

%45.96
%25.74
%28.31

CMYK color model

#7D464D color CMYK value is (0,44,38,51).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 38.40%
  • key color value is 50.98%

CMYK: (0,44,38,51)
C0M44Y38K51 (0%, 44%, 38%, 51%)
(0.00 / 0.44 / 0.38 / 0.51)

CMYK percentages

%0
%44
%38.4
%50.98

Codes

Color #7D464D in popluar color models

7D 46 4D
RGB 125 70 77
HSL 352° 28.21% 38.24%
HSB/HSV 352° 44.00% 49.02%
CMYK 0.00% 44.00% 38.40%
50.98%

Color #7D464D in popluar number systems.

HEX 7D 46 4D
Decimal 125 70 77
Binary 1111101 1000110 1001101
Octal 175 106 115

Shades and tints

Shades of #7D464D

#7D464D
(125,70,77)
#724046
(114,64,70)
#673A3F
(103,58,63)
#5C3438
(92,52,56)
#512E31
(81,46,49)
#46282A
(70,40,42)
#3B2223
(59,34,35)
#301C1C
(48,28,28)
#251615
(37,22,21)
#1A100E
(26,16,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #7D464D

#7D464D
(125,70,77)
#88565D
(136,86,93)
#93666D
(147,102,109)
#9E767D
(158,118,125)
#A9868D
(169,134,141)
#B4969D
(180,150,157)
#BFA6AD
(191,166,173)
#CAB6BD
(202,182,189)
#D5C6CD
(213,198,205)
#E0D6DD
(224,214,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D464D; }

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

This text font color is #7D464D.

Background Color

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

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

This div background color is #7D464D.

Border color

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

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

This div border color is #7D464D.

Opacity

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

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

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

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

This text has shadow with #7D464D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D464D.

Preview

Color preview on black background

This text has color #7D464D on black background.


Color preview on white background

This text has color #7D464D on white background.


Black color preview on #7D464D background

This text has black color on #7D464D background.


White color preview on #7D464D background

This text has white color on #7D464D background.


Related colors

Complementary color

Complementary color for #hex is #82B9B2.


I love getcolorcode.com

Triadic colors

1 #4D7D46 and #464D7D with #7D464D are triadic colors.

2 #4D467D and #467D4D with #7D464D are triadic colors.