COLOR #7D5F3E

HEX: #7D5F3E
RGB: (125,95,62)

Color info

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

RGB color model

#7D5F3E color RGB value is (125,95,62).

  • red value is 125;
  • green value is 95;
  • blue value is 62.
RGB:
(125,95,62)
(49%,37%,24%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 62 of 255 = 24%

125
95
62

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 62 = 282 (100%)
R 125 of 282 ~ 44.33%
G 95 of 282 ~ 33.69%
B 62 of 282 ~ 21.99%

%44.33
%33.69
%21.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 50.40%
  • 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
%50.4
%50.98

Codes

Color #7D5F3E in popluar color models

7D5F3E
RGB1259562
HSL31°33.69%36.67%
HSB/HSV31°50.40%49.02%
CMYK0.00%24.00%50.40%
50.98%

Color #7D5F3E in popluar number systems.

HEX7D5F3E
Decimal1259562
Binary11111011011111111110
Octal17513776

Shades and tints

Shades of #7D5F3E

#7D5F3E
(125,95,62)
#725739
(114,87,57)
#674F34
(103,79,52)
#5C472F
(92,71,47)
#513F2A
(81,63,42)
#463725
(70,55,37)
#3B2F20
(59,47,32)
#30271B
(48,39,27)
#251F16
(37,31,22)
#1A1711
(26,23,17)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D5F3E

#7D5F3E
(125,95,62)
#886D4F
(136,109,79)
#937B60
(147,123,96)
#9E8971
(158,137,113)
#A99782
(169,151,130)
#B4A593
(180,165,147)
#BFB3A4
(191,179,164)
#CAC1B5
(202,193,181)
#D5CFC6
(213,207,198)
#E0DDD7
(224,221,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F3E; }

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

This text font color is #7D5F3E.


Background Color

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

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

This div background color is #7D5F3E.


Border color

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

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

This div border color is #7D5F3E.


Opacity

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

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

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

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

This text has shadow with #7D5F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F3E on black background.


Color preview on white background

This text has color #7D5F3E on white background.



Black color preview on #7D5F3E background

This text has black color on #7D5F3E background.


White color preview on #7D5F3E background

This text has white color on #7D5F3E background.