COLOR #7D5F3F

HEX: #7D5F3F RGB: (125,95,63)

Color info

#7D5F3F contains mainly red and green colors. Web safe color of #7D5F3F is #666633 (or #663).

RGB color model

#7D5F3F color RGB value is (125,95,63).

RGB: (125,95,63) (49%, 37%, 25%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 63 of 255 = 25%

125
95
63

R + G + B ~ 37%. #7D5F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 95 + 63 = 283 (100%)
R 125 of 283 ~ 44.17%
G 95 of 283 ~ 33.57%
B 63 of 283 ~ 22.26'%

%44.17
%33.57
%22.26

CMYK color model

#7D5F3F color CMYK value is (0,24,50,51).

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

CMYK: (0,24,50,51)
C0M24Y50K51 (0%, 24%, 50%, 51%)
(0.00 / 0.24 / 0.50 / 0.51)

CMYK percentages

%0
%24
%49.6
%50.98

Codes

Color #7D5F3F in popluar color models

7D 5F 3F
RGB 125 95 63
HSL 31° 32.98% 36.86%
HSB/HSV 31° 49.60% 49.02%
CMYK 0.00% 24.00% 49.60%
50.98%

Color #7D5F3F in popluar number systems.

HEX 7D 5F 3F
Decimal 125 95 63
Binary 1111101 1011111 111111
Octal 175 137 77

Shades and tints

Shades of #7D5F3F

#7D5F3F
(125,95,63)
#72573A
(114,87,58)
#674F35
(103,79,53)
#5C4730
(92,71,48)
#513F2B
(81,63,43)
#463726
(70,55,38)
#3B2F21
(59,47,33)
#30271C
(48,39,28)
#251F17
(37,31,23)
#1A1712
(26,23,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7D5F3F

#7D5F3F
(125,95,63)
#886D50
(136,109,80)
#937B61
(147,123,97)
#9E8972
(158,137,114)
#A99783
(169,151,131)
#B4A594
(180,165,148)
#BFB3A5
(191,179,165)
#CAC1B6
(202,193,182)
#D5CFC7
(213,207,199)
#E0DDD8
(224,221,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F3F; }

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

This text font color is #7D5F3F.

Background Color

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

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

This div background color is #7D5F3F.

Border color

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

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

This div border color is #7D5F3F.

Opacity

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

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

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

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

This text has shadow with #7D5F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5F3F.

Preview

Color preview on black background

This text has color #7D5F3F on black background.


Color preview on white background

This text has color #7D5F3F on white background.


Black color preview on #7D5F3F background

This text has black color on #7D5F3F background.


White color preview on #7D5F3F background

This text has white color on #7D5F3F background.


Related colors

Complementary color

Complementary color for #hex is #82A0C0.


I love getcolorcode.com

Triadic colors

1 #3F7D5F and #5F3F7D with #7D5F3F are triadic colors.

2 #3F5F7D and #5F7D3F with #7D5F3F are triadic colors.