COLOR #7D473E

HEX: #7D473E RGB: (125,71,62)

Color info

#7D473E contains mainly red and green colors. Web safe color of #7D473E is #663333 (or #633).

RGB color model

#7D473E color RGB value is (125,71,62).

RGB: (125,71,62) (49%, 28%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 71 of 255 = 28%
B 62 of 255 = 24%

125
71
62

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

Portions of RGB colors in percentages

R + G + B = 125 + 71 + 62 = 258 (100%)
R 125 of 258 ~ 48.45%
G 71 of 258 ~ 27.52%
B 62 of 258 ~ 24.03'%

%48.45
%27.52
%24.03

CMYK color model

#7D473E color CMYK value is (0,43,50,51).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 50.40%
  • key color value is 50.98%

CMYK: (0,43,50,51)
C0M43Y50K51 (0%, 43%, 50%, 51%)
(0.00 / 0.43 / 0.50 / 0.51)

CMYK percentages

%0
%43.2
%50.4
%50.98

Codes

Color #7D473E in popluar color models

7D 47 3E
RGB 125 71 62
HSL 33.69% 36.67%
HSB/HSV 50.40% 49.02%
CMYK 0.00% 43.20% 50.40%
50.98%

Color #7D473E in popluar number systems.

HEX 7D 47 3E
Decimal 125 71 62
Binary 1111101 1000111 111110
Octal 175 107 76

Shades and tints

Shades of #7D473E

#7D473E
(125,71,62)
#724139
(114,65,57)
#673B34
(103,59,52)
#5C352F
(92,53,47)
#512F2A
(81,47,42)
#462925
(70,41,37)
#3B2320
(59,35,32)
#301D1B
(48,29,27)
#251716
(37,23,22)
#1A1111
(26,17,17)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #7D473E

#7D473E
(125,71,62)
#88574F
(136,87,79)
#936760
(147,103,96)
#9E7771
(158,119,113)
#A98782
(169,135,130)
#B49793
(180,151,147)
#BFA7A4
(191,167,164)
#CAB7B5
(202,183,181)
#D5C7C6
(213,199,198)
#E0D7D7
(224,215,215)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D473E; }

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

This text font color is #7D473E.

Background Color

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

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

This div background color is #7D473E.

Border color

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

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

This div border color is #7D473E.

Opacity

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

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

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

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

This text has shadow with #7D473E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D473E.

Preview

Color preview on black background

This text has color #7D473E on black background.


Color preview on white background

This text has color #7D473E on white background.


Black color preview on #7D473E background

This text has black color on #7D473E background.


White color preview on #7D473E background

This text has white color on #7D473E background.


Related colors

Complementary color

Complementary color for #hex is #82B8C1.


I love getcolorcode.com

Triadic colors

1 #3E7D47 and #473E7D with #7D473E are triadic colors.

2 #3E477D and #477D3E with #7D473E are triadic colors.