COLOR #7D4046

HEX: #7D4046
RGB: (125,64,70)

Color info

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

RGB color model

#7D4046 color RGB value is (125,64,70).

  • red value is 125;
  • green value is 64;
  • blue value is 70.
RGB:
(125,64,70)
(49%,25%,27%)

RGB channels and saturation

R 125 of 255 = 49%
G 64 of 255 = 25%
B 70 of 255 = 27%

125
64
70

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

Portions of RGB colors in percentages

R + G + B =
125 + 64 + 70 = 259 (100%)
R 125 of 259 ~ 48.26%
G 64 of 259 ~ 24.71%
B 70 of 259 ~ 27.03%

%48.26
%24.71
%27.03

CMYK color model

#7D4046 color CMYK value is (0,49,44,51).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 44.00%
  • key color value is 50.98%
CMYK:
(0,49,44,51)
C0M49Y44K51 
(0%,49%,44%,51%)
(0.00/0.49/0.44/0.51)	

CMYK percentages

%0
%48.8
%44
%50.98

Codes

Color #7D4046 in popluar color models

7D4046
RGB1256470
HSL354°32.28%37.06%
HSB/HSV354°48.80%49.02%
CMYK0.00%48.80%44.00%
50.98%

Color #7D4046 in popluar number systems.

HEX7D4046
Decimal1256470
Binary111110110000001000110
Octal175100106

Shades and tints

Shades of #7D4046

#7D4046
(125,64,70)
#723B40
(114,59,64)
#67363A
(103,54,58)
#5C3134
(92,49,52)
#512C2E
(81,44,46)
#462728
(70,39,40)
#3B2222
(59,34,34)
#301D1C
(48,29,28)
#251816
(37,24,22)
#1A1310
(26,19,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #7D4046

#7D4046
(125,64,70)
#885156
(136,81,86)
#936266
(147,98,102)
#9E7376
(158,115,118)
#A98486
(169,132,134)
#B49596
(180,149,150)
#BFA6A6
(191,166,166)
#CAB7B6
(202,183,182)
#D5C8C6
(213,200,198)
#E0D9D6
(224,217,214)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4046 color. Also use rgb(125,64,70) instead hex code.

Text Font Color

.myTextColor { color: #7D4046; }

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

This text font color is #7D4046.


Background Color

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

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

This div background color is #7D4046.


Border color

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

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

This div border color is #7D4046.


Opacity

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

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

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

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

This text has shadow with #7D4046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4046 on black background.


Color preview on white background

This text has color #7D4046 on white background.



Black color preview on #7D4046 background

This text has black color on #7D4046 background.


White color preview on #7D4046 background

This text has white color on #7D4046 background.