COLOR #7D4542

HEX: #7D4542
RGB: (125,69,66)

Color info

#7D4542 contains red, green and blue colors in about the same proportion. Web safe color of #7D4542 is #663333 (or #633).

RGB color model

#7D4542 color RGB value is (125,69,66).

  • red value is 125;
  • green value is 69;
  • blue value is 66.
RGB:
(125,69,66)
(49%,27%,26%)

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 66 of 255 = 26%

125
69
66

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

Portions of RGB colors in percentages

R + G + B =
125 + 69 + 66 = 260 (100%)
R 125 of 260 ~ 48.08%
G 69 of 260 ~ 26.54%
B 66 of 260 ~ 25.38%

%48.08
%26.54
%25.38

CMYK color model

#7D4542 color CMYK value is (0,45,47,51).

  • cyan value is 0.00%
  • magenta value is 44.80%
  • yellow value is 47.20%
  • key color value is 50.98%
CMYK:
(0,45,47,51)
C0M45Y47K51 
(0%,45%,47%,51%)
(0.00/0.45/0.47/0.51)	

CMYK percentages

%0
%44.8
%47.2
%50.98

Codes

Color #7D4542 in popluar color models

7D4542
RGB1256966
HSL30.89%37.45%
HSB/HSV47.20%49.02%
CMYK0.00%44.80%47.20%
50.98%

Color #7D4542 in popluar number systems.

HEX7D4542
Decimal1256966
Binary111110110001011000010
Octal175105102

Shades and tints

Shades of #7D4542

#7D4542
(125,69,66)
#723F3C
(114,63,60)
#673936
(103,57,54)
#5C3330
(92,51,48)
#512D2A
(81,45,42)
#462724
(70,39,36)
#3B211E
(59,33,30)
#301B18
(48,27,24)
#251512
(37,21,18)
#1A0F0C
(26,15,12)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #7D4542

#7D4542
(125,69,66)
#885553
(136,85,83)
#936564
(147,101,100)
#9E7575
(158,117,117)
#A98586
(169,133,134)
#B49597
(180,149,151)
#BFA5A8
(191,165,168)
#CAB5B9
(202,181,185)
#D5C5CA
(213,197,202)
#E0D5DB
(224,213,219)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4542 color. Also use rgb(125,69,66) instead hex code.

Text Font Color

.myTextColor { color: #7D4542; }

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

This text font color is #7D4542.


Background Color

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

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

This div background color is #7D4542.


Border color

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

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

This div border color is #7D4542.


Opacity

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

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

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

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

This text has shadow with #7D4542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4542 on black background.


Color preview on white background

This text has color #7D4542 on white background.



Black color preview on #7D4542 background

This text has black color on #7D4542 background.


White color preview on #7D4542 background

This text has white color on #7D4542 background.