COLOR #7D3B2E

HEX: #7D3B2E RGB: (125,59,46)

Color info

#7D3B2E contains mainly red color. Web safe color of #7D3B2E is #663333 (or #633).

RGB color model

#7D3B2E color RGB value is (125,59,46).

RGB: (125,59,46) (49%, 23%, 18%)

RGB channels and saturation

R 125 of 255 = 49%
G 59 of 255 = 23%
B 46 of 255 = 18%

125
59
46

R + G + B ~ 30%. #7D3B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 59 + 46 = 230 (100%)
R 125 of 230 ~ 54.35%
G 59 of 230 ~ 25.65%
B 46 of 230 ~ 20'%

%54.35
%25.65
%20

CMYK color model

#7D3B2E color CMYK value is (0,53,63,51).

  • cyan value is 0.00%
  • magenta value is 52.80%
  • yellow value is 63.20%
  • key color value is 50.98%

CMYK: (0,53,63,51)
C0M53Y63K51 (0%, 53%, 63%, 51%)
(0.00 / 0.53 / 0.63 / 0.51)

CMYK percentages

%0
%52.8
%63.2
%50.98

Codes

Color #7D3B2E in popluar color models

7D 3B 2E
RGB 125 59 46
HSL 10° 46.20% 33.53%
HSB/HSV 10° 63.20% 49.02%
CMYK 0.00% 52.80% 63.20%
50.98%

Color #7D3B2E in popluar number systems.

HEX 7D 3B 2E
Decimal 125 59 46
Binary 1111101 111011 101110
Octal 175 73 56

Shades and tints

Shades of #7D3B2E

#7D3B2E
(125,59,46)
#72362A
(114,54,42)
#673126
(103,49,38)
#5C2C22
(92,44,34)
#51271E
(81,39,30)
#46221A
(70,34,26)
#3B1D16
(59,29,22)
#301812
(48,24,18)
#25130E
(37,19,14)
#1A0E0A
(26,14,10)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #7D3B2E

#7D3B2E
(125,59,46)
#884C41
(136,76,65)
#935D54
(147,93,84)
#9E6E67
(158,110,103)
#A97F7A
(169,127,122)
#B4908D
(180,144,141)
#BFA1A0
(191,161,160)
#CAB2B3
(202,178,179)
#D5C3C6
(213,195,198)
#E0D4D9
(224,212,217)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3B2E color. Also use rgb(125,59,46) instead hex code.

Text Font Color

.myTextColor { color: #7D3B2E; }

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

This text font color is #7D3B2E.

Background Color

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

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

This div background color is #7D3B2E.

Border color

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

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

This div border color is #7D3B2E.

Opacity

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

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

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

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

This text has shadow with #7D3B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3B2E.

Preview

Color preview on black background

This text has color #7D3B2E on black background.


Color preview on white background

This text has color #7D3B2E on white background.


Black color preview on #7D3B2E background

This text has black color on #7D3B2E background.


White color preview on #7D3B2E background

This text has white color on #7D3B2E background.


Related colors

Complementary color

Complementary color for #hex is #82C4D1.


I love getcolorcode.com

Triadic colors

1 #2E7D3B and #3B2E7D with #7D3B2E are triadic colors.

2 #2E3B7D and #3B7D2E with #7D3B2E are triadic colors.