COLOR #7D5E1D

HEX: #7D5E1D
RGB: (125,94,29)

Color info

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

RGB color model

#7D5E1D color RGB value is (125,94,29).

  • red value is 125;
  • green value is 94;
  • blue value is 29.
RGB:
(125,94,29)
(49%,37%,11%)

RGB channels and saturation

R 125 of 255 = 49%
G 94 of 255 = 37%
B 29 of 255 = 11%

125
94
29

R + G + B ~ 32%. #7D5E1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 94 + 29 = 248 (100%)
R 125 of 248 ~ 50.4%
G 94 of 248 ~ 37.9%
B 29 of 248 ~ 11.69%

%50.4
%37.9
%11.69

CMYK color model

#7D5E1D color CMYK value is (0,25,77,51).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 76.80%
  • key color value is 50.98%
CMYK:
(0,25,77,51)
C0M25Y77K51 
(0%,25%,77%,51%)
(0.00/0.25/0.77/0.51)	

CMYK percentages

%0
%24.8
%76.8
%50.98

Codes

Color #7D5E1D in popluar color models

7D5E1D
RGB1259429
HSL41°62.34%30.20%
HSB/HSV41°76.80%49.02%
CMYK0.00%24.80%76.80%
50.98%

Color #7D5E1D in popluar number systems.

HEX7D5E1D
Decimal1259429
Binary1111101101111011101
Octal17513635

Shades and tints

Shades of #7D5E1D

#7D5E1D
(125,94,29)
#72561B
(114,86,27)
#674E19
(103,78,25)
#5C4617
(92,70,23)
#513E15
(81,62,21)
#463613
(70,54,19)
#3B2E11
(59,46,17)
#30260F
(48,38,15)
#251E0D
(37,30,13)
#1A160B
(26,22,11)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #7D5E1D

#7D5E1D
(125,94,29)
#886C31
(136,108,49)
#937A45
(147,122,69)
#9E8859
(158,136,89)
#A9966D
(169,150,109)
#B4A481
(180,164,129)
#BFB295
(191,178,149)
#CAC0A9
(202,192,169)
#D5CEBD
(213,206,189)
#E0DCD1
(224,220,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5E1D color. Also use rgb(125,94,29) instead hex code.

Text Font Color

.myTextColor { color: #7D5E1D; }

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

This text font color is #7D5E1D.


Background Color

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

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

This div background color is #7D5E1D.


Border color

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

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

This div border color is #7D5E1D.


Opacity

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

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

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

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

This text has shadow with #7D5E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5E1D on black background.


Color preview on white background

This text has color #7D5E1D on white background.



Black color preview on #7D5E1D background

This text has black color on #7D5E1D background.


White color preview on #7D5E1D background

This text has white color on #7D5E1D background.