COLOR #7D4368

HEX: #7D4368
RGB: (125,67,104)

Color info

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

RGB color model

#7D4368 color RGB value is (125,67,104).

  • red value is 125;
  • green value is 67;
  • blue value is 104.
RGB:
(125,67,104)
(49%,26%,41%)

RGB channels and saturation

R 125 of 255 = 49%
G 67 of 255 = 26%
B 104 of 255 = 41%

125
67
104

R + G + B ~ 39%. #7D4368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 67 + 104 = 296 (100%)
R 125 of 296 ~ 42.23%
G 67 of 296 ~ 22.64%
B 104 of 296 ~ 35.14%

%42.23
%22.64
%35.14

CMYK color model

#7D4368 color CMYK value is (0,46,17,51).

  • cyan value is 0.00%
  • magenta value is 46.40%
  • yellow value is 16.80%
  • key color value is 50.98%
CMYK:
(0,46,17,51)
C0M46Y17K51 
(0%,46%,17%,51%)
(0.00/0.46/0.17/0.51)	

CMYK percentages

%0
%46.4
%16.8
%50.98

Codes

Color #7D4368 in popluar color models

7D4368
RGB12567104
HSL322°30.21%37.65%
HSB/HSV322°46.40%49.02%
CMYK0.00%46.40%16.80%
50.98%

Color #7D4368 in popluar number systems.

HEX7D4368
Decimal12567104
Binary111110110000111101000
Octal175103150

Shades and tints

Shades of #7D4368

#7D4368
(125,67,104)
#723D5F
(114,61,95)
#673756
(103,55,86)
#5C314D
(92,49,77)
#512B44
(81,43,68)
#46253B
(70,37,59)
#3B1F32
(59,31,50)
#301929
(48,25,41)
#251320
(37,19,32)
#1A0D17
(26,13,23)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #7D4368

#7D4368
(125,67,104)
#885475
(136,84,117)
#936582
(147,101,130)
#9E768F
(158,118,143)
#A9879C
(169,135,156)
#B498A9
(180,152,169)
#BFA9B6
(191,169,182)
#CABAC3
(202,186,195)
#D5CBD0
(213,203,208)
#E0DCDD
(224,220,221)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4368 color. Also use rgb(125,67,104) instead hex code.

Text Font Color

.myTextColor { color: #7D4368; }

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

This text font color is #7D4368.


Background Color

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

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

This div background color is #7D4368.


Border color

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

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

This div border color is #7D4368.


Opacity

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

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

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

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

This text has shadow with #7D4368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4368 on black background.


Color preview on white background

This text has color #7D4368 on white background.



Black color preview on #7D4368 background

This text has black color on #7D4368 background.


White color preview on #7D4368 background

This text has white color on #7D4368 background.