COLOR #7D464C

HEX: #7D464C
RGB: (125,70,76)

Color info

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

RGB color model

#7D464C color RGB value is (125,70,76).

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

RGB channels and saturation

R 125 of 255 = 49%
G 70 of 255 = 27%
B 76 of 255 = 30%

125
70
76

R + G + B ~ 35%. #7D464C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 70 + 76 = 271 (100%)
R 125 of 271 ~ 46.13%
G 70 of 271 ~ 25.83%
B 76 of 271 ~ 28.04%

%46.13
%25.83
%28.04

CMYK color model

#7D464C color CMYK value is (0,44,39,51).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(0,44,39,51)
C0M44Y39K51 
(0%,44%,39%,51%)
(0.00/0.44/0.39/0.51)	

CMYK percentages

%0
%44
%39.2
%50.98

Codes

Color #7D464C in popluar color models

7D464C
RGB1257076
HSL353°28.21%38.24%
HSB/HSV353°44.00%49.02%
CMYK0.00%44.00%39.20%
50.98%

Color #7D464C in popluar number systems.

HEX7D464C
Decimal1257076
Binary111110110001101001100
Octal175106114

Shades and tints

Shades of #7D464C

#7D464C
(125,70,76)
#724046
(114,64,70)
#673A40
(103,58,64)
#5C343A
(92,52,58)
#512E34
(81,46,52)
#46282E
(70,40,46)
#3B2228
(59,34,40)
#301C22
(48,28,34)
#25161C
(37,22,28)
#1A1016
(26,16,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #7D464C

#7D464C
(125,70,76)
#88565C
(136,86,92)
#93666C
(147,102,108)
#9E767C
(158,118,124)
#A9868C
(169,134,140)
#B4969C
(180,150,156)
#BFA6AC
(191,166,172)
#CAB6BC
(202,182,188)
#D5C6CC
(213,198,204)
#E0D6DC
(224,214,220)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D464C; }

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

This text font color is #7D464C.


Background Color

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

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

This div background color is #7D464C.


Border color

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

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

This div border color is #7D464C.


Opacity

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

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

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

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

This text has shadow with #7D464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D464C on black background.


Color preview on white background

This text has color #7D464C on white background.



Black color preview on #7D464C background

This text has black color on #7D464C background.


White color preview on #7D464C background

This text has white color on #7D464C background.