COLOR #7D5D3F

HEX: #7D5D3F
RGB: (125,93,63)

Color info

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

RGB color model

#7D5D3F color RGB value is (125,93,63).

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

RGB channels and saturation

R 125 of 255 = 49%
G 93 of 255 = 36%
B 63 of 255 = 25%

125
93
63

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

Portions of RGB colors in percentages

R + G + B =
125 + 93 + 63 = 281 (100%)
R 125 of 281 ~ 44.48%
G 93 of 281 ~ 33.1%
B 63 of 281 ~ 22.42%

%44.48
%33.1
%22.42

CMYK color model

#7D5D3F color CMYK value is (0,26,50,51).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 49.60%
  • key color value is 50.98%
CMYK:
(0,26,50,51)
C0M26Y50K51 
(0%,26%,50%,51%)
(0.00/0.26/0.50/0.51)	

CMYK percentages

%0
%25.6
%49.6
%50.98

Codes

Color #7D5D3F in popluar color models

7D5D3F
RGB1259363
HSL29°32.98%36.86%
HSB/HSV29°49.60%49.02%
CMYK0.00%25.60%49.60%
50.98%

Color #7D5D3F in popluar number systems.

HEX7D5D3F
Decimal1259363
Binary11111011011101111111
Octal17513577

Shades and tints

Shades of #7D5D3F

#7D5D3F
(125,93,63)
#72553A
(114,85,58)
#674D35
(103,77,53)
#5C4530
(92,69,48)
#513D2B
(81,61,43)
#463526
(70,53,38)
#3B2D21
(59,45,33)
#30251C
(48,37,28)
#251D17
(37,29,23)
#1A1512
(26,21,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #7D5D3F

#7D5D3F
(125,93,63)
#886B50
(136,107,80)
#937961
(147,121,97)
#9E8772
(158,135,114)
#A99583
(169,149,131)
#B4A394
(180,163,148)
#BFB1A5
(191,177,165)
#CABFB6
(202,191,182)
#D5CDC7
(213,205,199)
#E0DBD8
(224,219,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5D3F; }

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

This text font color is #7D5D3F.


Background Color

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

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

This div background color is #7D5D3F.


Border color

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

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

This div border color is #7D5D3F.


Opacity

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

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

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

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

This text has shadow with #7D5D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D3F on black background.


Color preview on white background

This text has color #7D5D3F on white background.



Black color preview on #7D5D3F background

This text has black color on #7D5D3F background.


White color preview on #7D5D3F background

This text has white color on #7D5D3F background.