COLOR #7D475F

HEX: #7D475F
RGB: (125,71,95)

Color info

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

RGB color model

#7D475F color RGB value is (125,71,95).

  • red value is 125;
  • green value is 71;
  • blue value is 95.
RGB:
(125,71,95)
(49%,28%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 71 of 255 = 28%
B 95 of 255 = 37%

125
71
95

R + G + B ~ 38%. #7D475F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 71 + 95 = 291 (100%)
R 125 of 291 ~ 42.96%
G 71 of 291 ~ 24.4%
B 95 of 291 ~ 32.65%

%42.96
%24.4
%32.65

CMYK color model

#7D475F color CMYK value is (0,43,24,51).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(0,43,24,51)
C0M43Y24K51 
(0%,43%,24%,51%)
(0.00/0.43/0.24/0.51)	

CMYK percentages

%0
%43.2
%24
%50.98

Codes

Color #7D475F in popluar color models

7D475F
RGB1257195
HSL333°27.55%38.43%
HSB/HSV333°43.20%49.02%
CMYK0.00%43.20%24.00%
50.98%

Color #7D475F in popluar number systems.

HEX7D475F
Decimal1257195
Binary111110110001111011111
Octal175107137

Shades and tints

Shades of #7D475F

#7D475F
(125,71,95)
#724157
(114,65,87)
#673B4F
(103,59,79)
#5C3547
(92,53,71)
#512F3F
(81,47,63)
#462937
(70,41,55)
#3B232F
(59,35,47)
#301D27
(48,29,39)
#25171F
(37,23,31)
#1A1117
(26,17,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D475F

#7D475F
(125,71,95)
#88576D
(136,87,109)
#93677B
(147,103,123)
#9E7789
(158,119,137)
#A98797
(169,135,151)
#B497A5
(180,151,165)
#BFA7B3
(191,167,179)
#CAB7C1
(202,183,193)
#D5C7CF
(213,199,207)
#E0D7DD
(224,215,221)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D475F color. Also use rgb(125,71,95) instead hex code.

Text Font Color

.myTextColor { color: #7D475F; }

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

This text font color is #7D475F.


Background Color

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

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

This div background color is #7D475F.


Border color

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

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

This div border color is #7D475F.


Opacity

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

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

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

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

This text has shadow with #7D475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D475F on black background.


Color preview on white background

This text has color #7D475F on white background.



Black color preview on #7D475F background

This text has black color on #7D475F background.


White color preview on #7D475F background

This text has white color on #7D475F background.