COLOR #7D495F

HEX: #7D495F
RGB: (125,73,95)

Color info

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

RGB color model

#7D495F color RGB value is (125,73,95).

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

RGB channels and saturation

R 125 of 255 = 49%
G 73 of 255 = 29%
B 95 of 255 = 37%

125
73
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 73 + 95 = 293 (100%)
R 125 of 293 ~ 42.66%
G 73 of 293 ~ 24.91%
B 95 of 293 ~ 32.42%

%42.66
%24.91
%32.42

CMYK color model

#7D495F color CMYK value is (0,42,24,51).

  • cyan value is 0.00%
  • magenta value is 41.60%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(0,42,24,51)
C0M42Y24K51 
(0%,42%,24%,51%)
(0.00/0.42/0.24/0.51)	

CMYK percentages

%0
%41.6
%24
%50.98

Codes

Color #7D495F in popluar color models

7D495F
RGB1257395
HSL335°26.26%38.82%
HSB/HSV335°41.60%49.02%
CMYK0.00%41.60%24.00%
50.98%

Color #7D495F in popluar number systems.

HEX7D495F
Decimal1257395
Binary111110110010011011111
Octal175111137

Shades and tints

Shades of #7D495F

#7D495F
(125,73,95)
#724357
(114,67,87)
#673D4F
(103,61,79)
#5C3747
(92,55,71)
#51313F
(81,49,63)
#462B37
(70,43,55)
#3B252F
(59,37,47)
#301F27
(48,31,39)
#25191F
(37,25,31)
#1A1317
(26,19,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #7D495F

#7D495F
(125,73,95)
#88596D
(136,89,109)
#93697B
(147,105,123)
#9E7989
(158,121,137)
#A98997
(169,137,151)
#B499A5
(180,153,165)
#BFA9B3
(191,169,179)
#CAB9C1
(202,185,193)
#D5C9CF
(213,201,207)
#E0D9DD
(224,217,221)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D495F; }

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

This text font color is #7D495F.


Background Color

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

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

This div background color is #7D495F.


Border color

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

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

This div border color is #7D495F.


Opacity

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

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

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

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

This text has shadow with #7D495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D495F on black background.


Color preview on white background

This text has color #7D495F on white background.



Black color preview on #7D495F background

This text has black color on #7D495F background.


White color preview on #7D495F background

This text has white color on #7D495F background.