COLOR #7D436B

HEX: #7D436B
RGB: (125,67,107)

Color info

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

RGB color model

#7D436B color RGB value is (125,67,107).

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

RGB channels and saturation

R 125 of 255 = 49%
G 67 of 255 = 26%
B 107 of 255 = 42%

125
67
107

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

Portions of RGB colors in percentages

R + G + B =
125 + 67 + 107 = 299 (100%)
R 125 of 299 ~ 41.81%
G 67 of 299 ~ 22.41%
B 107 of 299 ~ 35.79%

%41.81
%22.41
%35.79

CMYK color model

#7D436B color CMYK value is (0,46,14,51).

  • cyan value is 0.00%
  • magenta value is 46.40%
  • yellow value is 14.40%
  • key color value is 50.98%
CMYK:
(0,46,14,51)
C0M46Y14K51 
(0%,46%,14%,51%)
(0.00/0.46/0.14/0.51)	

CMYK percentages

%0
%46.4
%14.4
%50.98

Codes

Color #7D436B in popluar color models

7D436B
RGB12567107
HSL319°30.21%37.65%
HSB/HSV319°46.40%49.02%
CMYK0.00%46.40%14.40%
50.98%

Color #7D436B in popluar number systems.

HEX7D436B
Decimal12567107
Binary111110110000111101011
Octal175103153

Shades and tints

Shades of #7D436B

#7D436B
(125,67,107)
#723D62
(114,61,98)
#673759
(103,55,89)
#5C3150
(92,49,80)
#512B47
(81,43,71)
#46253E
(70,37,62)
#3B1F35
(59,31,53)
#30192C
(48,25,44)
#251323
(37,19,35)
#1A0D1A
(26,13,26)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #7D436B

#7D436B
(125,67,107)
#885478
(136,84,120)
#936585
(147,101,133)
#9E7692
(158,118,146)
#A9879F
(169,135,159)
#B498AC
(180,152,172)
#BFA9B9
(191,169,185)
#CABAC6
(202,186,198)
#D5CBD3
(213,203,211)
#E0DCE0
(224,220,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D436B; }

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

This text font color is #7D436B.


Background Color

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

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

This div background color is #7D436B.


Border color

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

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

This div border color is #7D436B.


Opacity

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

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

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

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

This text has shadow with #7D436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D436B on black background.


Color preview on white background

This text has color #7D436B on white background.



Black color preview on #7D436B background

This text has black color on #7D436B background.


White color preview on #7D436B background

This text has white color on #7D436B background.