COLOR #7D4458

HEX: #7D4458
RGB: (125,68,88)

Color info

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

RGB color model

#7D4458 color RGB value is (125,68,88).

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

RGB channels and saturation

R 125 of 255 = 49%
G 68 of 255 = 27%
B 88 of 255 = 35%

125
68
88

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

Portions of RGB colors in percentages

R + G + B =
125 + 68 + 88 = 281 (100%)
R 125 of 281 ~ 44.48%
G 68 of 281 ~ 24.2%
B 88 of 281 ~ 31.32%

%44.48
%24.2
%31.32

CMYK color model

#7D4458 color CMYK value is (0,46,30,51).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 29.60%
  • key color value is 50.98%
CMYK:
(0,46,30,51)
C0M46Y30K51 
(0%,46%,30%,51%)
(0.00/0.46/0.30/0.51)	

CMYK percentages

%0
%45.6
%29.6
%50.98

Codes

Color #7D4458 in popluar color models

7D4458
RGB1256888
HSL339°29.53%37.84%
HSB/HSV339°45.60%49.02%
CMYK0.00%45.60%29.60%
50.98%

Color #7D4458 in popluar number systems.

HEX7D4458
Decimal1256888
Binary111110110001001011000
Octal175104130

Shades and tints

Shades of #7D4458

#7D4458
(125,68,88)
#723E50
(114,62,80)
#673848
(103,56,72)
#5C3240
(92,50,64)
#512C38
(81,44,56)
#462630
(70,38,48)
#3B2028
(59,32,40)
#301A20
(48,26,32)
#251418
(37,20,24)
#1A0E10
(26,14,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D4458

#7D4458
(125,68,88)
#885567
(136,85,103)
#936676
(147,102,118)
#9E7785
(158,119,133)
#A98894
(169,136,148)
#B499A3
(180,153,163)
#BFAAB2
(191,170,178)
#CABBC1
(202,187,193)
#D5CCD0
(213,204,208)
#E0DDDF
(224,221,223)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4458; }

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

This text font color is #7D4458.


Background Color

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

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

This div background color is #7D4458.


Border color

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

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

This div border color is #7D4458.


Opacity

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

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

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

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

This text has shadow with #7D4458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4458 on black background.


Color preview on white background

This text has color #7D4458 on white background.



Black color preview on #7D4458 background

This text has black color on #7D4458 background.


White color preview on #7D4458 background

This text has white color on #7D4458 background.