COLOR #7D436D

HEX: #7D436D
RGB: (125,67,109)

Color info

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

RGB color model

#7D436D color RGB value is (125,67,109).

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

RGB channels and saturation

R 125 of 255 = 49%
G 67 of 255 = 26%
B 109 of 255 = 43%

125
67
109

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

Portions of RGB colors in percentages

R + G + B =
125 + 67 + 109 = 301 (100%)
R 125 of 301 ~ 41.53%
G 67 of 301 ~ 22.26%
B 109 of 301 ~ 36.21%

%41.53
%22.26
%36.21

CMYK color model

#7D436D color CMYK value is (0,46,13,51).

  • cyan value is 0.00%
  • magenta value is 46.40%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(0,46,13,51)
C0M46Y13K51 
(0%,46%,13%,51%)
(0.00/0.46/0.13/0.51)	

CMYK percentages

%0
%46.4
%12.8
%50.98

Codes

Color #7D436D in popluar color models

7D436D
RGB12567109
HSL317°30.21%37.65%
HSB/HSV317°46.40%49.02%
CMYK0.00%46.40%12.80%
50.98%

Color #7D436D in popluar number systems.

HEX7D436D
Decimal12567109
Binary111110110000111101101
Octal175103155

Shades and tints

Shades of #7D436D

#7D436D
(125,67,109)
#723D64
(114,61,100)
#67375B
(103,55,91)
#5C3152
(92,49,82)
#512B49
(81,43,73)
#462540
(70,37,64)
#3B1F37
(59,31,55)
#30192E
(48,25,46)
#251325
(37,19,37)
#1A0D1C
(26,13,28)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #7D436D

#7D436D
(125,67,109)
#88547A
(136,84,122)
#936587
(147,101,135)
#9E7694
(158,118,148)
#A987A1
(169,135,161)
#B498AE
(180,152,174)
#BFA9BB
(191,169,187)
#CABAC8
(202,186,200)
#D5CBD5
(213,203,213)
#E0DCE2
(224,220,226)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D436D; }

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

This text font color is #7D436D.


Background Color

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

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

This div background color is #7D436D.


Border color

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

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

This div border color is #7D436D.


Opacity

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

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

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

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

This text has shadow with #7D436D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D436D on black background.


Color preview on white background

This text has color #7D436D on white background.



Black color preview on #7D436D background

This text has black color on #7D436D background.


White color preview on #7D436D background

This text has white color on #7D436D background.