COLOR #7D5A2B

HEX: #7D5A2B
RGB: (125,90,43)

Color info

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

RGB color model

#7D5A2B color RGB value is (125,90,43).

  • red value is 125;
  • green value is 90;
  • blue value is 43.
RGB:
(125,90,43)
(49%,35%,17%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 43 of 255 = 17%

125
90
43

R + G + B ~ 34%. #7D5A2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 90 + 43 = 258 (100%)
R 125 of 258 ~ 48.45%
G 90 of 258 ~ 34.88%
B 43 of 258 ~ 16.67%

%48.45
%34.88
%16.67

CMYK color model

#7D5A2B color CMYK value is (0,28,66,51).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 65.60%
  • key color value is 50.98%
CMYK:
(0,28,66,51)
C0M28Y66K51 
(0%,28%,66%,51%)
(0.00/0.28/0.66/0.51)	

CMYK percentages

%0
%28
%65.6
%50.98

Codes

Color #7D5A2B in popluar color models

7D5A2B
RGB1259043
HSL34°48.81%32.94%
HSB/HSV34°65.60%49.02%
CMYK0.00%28.00%65.60%
50.98%

Color #7D5A2B in popluar number systems.

HEX7D5A2B
Decimal1259043
Binary11111011011010101011
Octal17513253

Shades and tints

Shades of #7D5A2B

#7D5A2B
(125,90,43)
#725228
(114,82,40)
#674A25
(103,74,37)
#5C4222
(92,66,34)
#513A1F
(81,58,31)
#46321C
(70,50,28)
#3B2A19
(59,42,25)
#302216
(48,34,22)
#251A13
(37,26,19)
#1A1210
(26,18,16)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #7D5A2B

#7D5A2B
(125,90,43)
#88693E
(136,105,62)
#937851
(147,120,81)
#9E8764
(158,135,100)
#A99677
(169,150,119)
#B4A58A
(180,165,138)
#BFB49D
(191,180,157)
#CAC3B0
(202,195,176)
#D5D2C3
(213,210,195)
#E0E1D6
(224,225,214)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5A2B color. Also use rgb(125,90,43) instead hex code.

Text Font Color

.myTextColor { color: #7D5A2B; }

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

This text font color is #7D5A2B.


Background Color

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

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

This div background color is #7D5A2B.


Border color

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

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

This div border color is #7D5A2B.


Opacity

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

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

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

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

This text has shadow with #7D5A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5A2B on black background.


Color preview on white background

This text has color #7D5A2B on white background.



Black color preview on #7D5A2B background

This text has black color on #7D5A2B background.


White color preview on #7D5A2B background

This text has white color on #7D5A2B background.