COLOR #7D4D3F

HEX: #7D4D3F RGB: (125,77,63)

Color info

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

RGB color model

#7D4D3F color RGB value is (125,77,63).

RGB: (125,77,63) (49%, 30%, 25%)

RGB channels and saturation

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

125
77
63

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

Portions of RGB colors in percentages

R + G + B = 125 + 77 + 63 = 265 (100%)
R 125 of 265 ~ 47.17%
G 77 of 265 ~ 29.06%
B 63 of 265 ~ 23.77'%

%47.17
%29.06
%23.77

CMYK color model

#7D4D3F color CMYK value is (0,38,50,51).

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

CMYK: (0,38,50,51)
C0M38Y50K51 (0%, 38%, 50%, 51%)
(0.00 / 0.38 / 0.50 / 0.51)

CMYK percentages

%0
%38.4
%49.6
%50.98

Codes

Color #7D4D3F in popluar color models

7D 4D 3F
RGB 125 77 63
HSL 14° 32.98% 36.86%
HSB/HSV 14° 49.60% 49.02%
CMYK 0.00% 38.40% 49.60%
50.98%

Color #7D4D3F in popluar number systems.

HEX 7D 4D 3F
Decimal 125 77 63
Binary 1111101 1001101 111111
Octal 175 115 77

Shades and tints

Shades of #7D4D3F

#7D4D3F
(125,77,63)
#72463A
(114,70,58)
#673F35
(103,63,53)
#5C3830
(92,56,48)
#51312B
(81,49,43)
#462A26
(70,42,38)
#3B2321
(59,35,33)
#301C1C
(48,28,28)
#251517
(37,21,23)
#1A0E12
(26,14,18)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #7D4D3F

#7D4D3F
(125,77,63)
#885D50
(136,93,80)
#936D61
(147,109,97)
#9E7D72
(158,125,114)
#A98D83
(169,141,131)
#B49D94
(180,157,148)
#BFADA5
(191,173,165)
#CABDB6
(202,189,182)
#D5CDC7
(213,205,199)
#E0DDD8
(224,221,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4D3F; }

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

This text font color is #7D4D3F.

Background Color

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

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

This div background color is #7D4D3F.

Border color

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

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

This div border color is #7D4D3F.

Opacity

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

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

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

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

This text has shadow with #7D4D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D4D3F.

Preview

Color preview on black background

This text has color #7D4D3F on black background.


Color preview on white background

This text has color #7D4D3F on white background.


Black color preview on #7D4D3F background

This text has black color on #7D4D3F background.


White color preview on #7D4D3F background

This text has white color on #7D4D3F background.


Related colors

Complementary color

Complementary color for #hex is #82B2C0.


I love getcolorcode.com

Triadic colors

1 #3F7D4D and #4D3F7D with #7D4D3F are triadic colors.

2 #3F4D7D and #4D7D3F with #7D4D3F are triadic colors.