COLOR #7D4D3E

HEX: #7D4D3E
RGB: (125,77,62)

Color info

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

RGB color model

#7D4D3E color RGB value is (125,77,62).

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

RGB channels and saturation

R 125 of 255 = 49%
G 77 of 255 = 30%
B 62 of 255 = 24%

125
77
62

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

Portions of RGB colors in percentages

R + G + B =
125 + 77 + 62 = 264 (100%)
R 125 of 264 ~ 47.35%
G 77 of 264 ~ 29.17%
B 62 of 264 ~ 23.48%

%47.35
%29.17
%23.48

CMYK color model

#7D4D3E color CMYK value is (0,38,50,51).

  • cyan value is 0.00%
  • magenta value is 38.40%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK:
(0,38,50,51)
C0M38Y50K51 
(0%,38%,50%,51%)
(0.00/0.38/0.50/0.51)	

CMYK percentages

%0
%38.4
%50.4
%50.98

Codes

Color #7D4D3E in popluar color models

7D4D3E
RGB1257762
HSL14°33.69%36.67%
HSB/HSV14°50.40%49.02%
CMYK0.00%38.40%50.40%
50.98%

Color #7D4D3E in popluar number systems.

HEX7D4D3E
Decimal1257762
Binary11111011001101111110
Octal17511576

Shades and tints

Shades of #7D4D3E

#7D4D3E
(125,77,62)
#724639
(114,70,57)
#673F34
(103,63,52)
#5C382F
(92,56,47)
#51312A
(81,49,42)
#462A25
(70,42,37)
#3B2320
(59,35,32)
#301C1B
(48,28,27)
#251516
(37,21,22)
#1A0E11
(26,14,17)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #7D4D3E

#7D4D3E
(125,77,62)
#885D4F
(136,93,79)
#936D60
(147,109,96)
#9E7D71
(158,125,113)
#A98D82
(169,141,130)
#B49D93
(180,157,147)
#BFADA4
(191,173,164)
#CABDB5
(202,189,181)
#D5CDC6
(213,205,198)
#E0DDD7
(224,221,215)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4D3E; }

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

This text font color is #7D4D3E.


Background Color

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

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

This div background color is #7D4D3E.


Border color

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

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

This div border color is #7D4D3E.


Opacity

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

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

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

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

This text has shadow with #7D4D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4D3E on black background.


Color preview on white background

This text has color #7D4D3E on white background.



Black color preview on #7D4D3E background

This text has black color on #7D4D3E background.


White color preview on #7D4D3E background

This text has white color on #7D4D3E background.