COLOR #7D4450

HEX: #7D4450
RGB: (125,68,80)

Color info

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

RGB color model

#7D4450 color RGB value is (125,68,80).

  • red value is 125;
  • green value is 68;
  • blue value is 80.
RGB:
(125,68,80)
(49%,27%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 68 of 255 = 27%
B 80 of 255 = 31%

125
68
80

R + G + B ~ 36%. #7D4450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 68 + 80 = 273 (100%)
R 125 of 273 ~ 45.79%
G 68 of 273 ~ 24.91%
B 80 of 273 ~ 29.3%

%45.79
%24.91
%29.3

CMYK color model

#7D4450 color CMYK value is (0,46,36,51).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 36.00%
  • key color value is 50.98%
CMYK:
(0,46,36,51)
C0M46Y36K51 
(0%,46%,36%,51%)
(0.00/0.46/0.36/0.51)	

CMYK percentages

%0
%45.6
%36
%50.98

Codes

Color #7D4450 in popluar color models

7D4450
RGB1256880
HSL347°29.53%37.84%
HSB/HSV347°45.60%49.02%
CMYK0.00%45.60%36.00%
50.98%

Color #7D4450 in popluar number systems.

HEX7D4450
Decimal1256880
Binary111110110001001010000
Octal175104120

Shades and tints

Shades of #7D4450

#7D4450
(125,68,80)
#723E49
(114,62,73)
#673842
(103,56,66)
#5C323B
(92,50,59)
#512C34
(81,44,52)
#46262D
(70,38,45)
#3B2026
(59,32,38)
#301A1F
(48,26,31)
#251418
(37,20,24)
#1A0E11
(26,14,17)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #7D4450

#7D4450
(125,68,80)
#88555F
(136,85,95)
#93666E
(147,102,110)
#9E777D
(158,119,125)
#A9888C
(169,136,140)
#B4999B
(180,153,155)
#BFAAAA
(191,170,170)
#CABBB9
(202,187,185)
#D5CCC8
(213,204,200)
#E0DDD7
(224,221,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4450 color. Also use rgb(125,68,80) instead hex code.

Text Font Color

.myTextColor { color: #7D4450; }

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

This text font color is #7D4450.


Background Color

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

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

This div background color is #7D4450.


Border color

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

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

This div border color is #7D4450.


Opacity

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

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

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

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

This text has shadow with #7D4450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4450 on black background.


Color preview on white background

This text has color #7D4450 on white background.



Black color preview on #7D4450 background

This text has black color on #7D4450 background.


White color preview on #7D4450 background

This text has white color on #7D4450 background.