COLOR #7D4B56

HEX: #7D4B56
RGB: (125,75,86)

Color info

#7D4B56 contains red, green and blue colors in about the same proportion. Web safe color of #7D4B56 is #663366 (or #636).

RGB color model

#7D4B56 color RGB value is (125,75,86).

  • red value is 125;
  • green value is 75;
  • blue value is 86.
RGB:
(125,75,86)
(49%,29%,34%)

RGB channels and saturation

R 125 of 255 = 49%
G 75 of 255 = 29%
B 86 of 255 = 34%

125
75
86

R + G + B ~ 37%. #7D4B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 75 + 86 = 286 (100%)
R 125 of 286 ~ 43.71%
G 75 of 286 ~ 26.22%
B 86 of 286 ~ 30.07%

%43.71
%26.22
%30.07

CMYK color model

#7D4B56 color CMYK value is (0,40,31,51).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(0,40,31,51)
C0M40Y31K51 
(0%,40%,31%,51%)
(0.00/0.40/0.31/0.51)	

CMYK percentages

%0
%40
%31.2
%50.98

Codes

Color #7D4B56 in popluar color models

7D4B56
RGB1257586
HSL347°25.00%39.22%
HSB/HSV347°40.00%49.02%
CMYK0.00%40.00%31.20%
50.98%

Color #7D4B56 in popluar number systems.

HEX7D4B56
Decimal1257586
Binary111110110010111010110
Octal175113126

Shades and tints

Shades of #7D4B56

#7D4B56
(125,75,86)
#72454F
(114,69,79)
#673F48
(103,63,72)
#5C3941
(92,57,65)
#51333A
(81,51,58)
#462D33
(70,45,51)
#3B272C
(59,39,44)
#302125
(48,33,37)
#251B1E
(37,27,30)
#1A1517
(26,21,23)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D4B56

#7D4B56
(125,75,86)
#885B65
(136,91,101)
#936B74
(147,107,116)
#9E7B83
(158,123,131)
#A98B92
(169,139,146)
#B49BA1
(180,155,161)
#BFABB0
(191,171,176)
#CABBBF
(202,187,191)
#D5CBCE
(213,203,206)
#E0DBDD
(224,219,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4B56 color. Also use rgb(125,75,86) instead hex code.

Text Font Color

.myTextColor { color: #7D4B56; }

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

This text font color is #7D4B56.


Background Color

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

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

This div background color is #7D4B56.


Border color

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

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

This div border color is #7D4B56.


Opacity

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

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

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

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

This text has shadow with #7D4B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4B56 on black background.


Color preview on white background

This text has color #7D4B56 on white background.



Black color preview on #7D4B56 background

This text has black color on #7D4B56 background.


White color preview on #7D4B56 background

This text has white color on #7D4B56 background.