COLOR #7D094D

HEX: #7D094D RGB: (125,9,77)

Color info

#7D094D contains mainly red and blue colors. Web safe color of #7D094D is #660033 (or #603).

RGB color model

#7D094D color RGB value is (125,9,77).

RGB: (125,9,77) (49%, 4%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 9 of 255 = 4%
B 77 of 255 = 30%

125
9
77

R + G + B ~ 28%. #7D094D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 9 + 77 = 211 (100%)
R 125 of 211 ~ 59.24%
G 9 of 211 ~ 4.27%
B 77 of 211 ~ 36.49'%

%59.24
%36.49

CMYK color model

#7D094D color CMYK value is (0,93,38,51).

  • cyan value is 0.00%
  • magenta value is 92.80%
  • yellow value is 38.40%
  • key color value is 50.98%

CMYK: (0,93,38,51)
C0M93Y38K51 (0%, 93%, 38%, 51%)
(0.00 / 0.93 / 0.38 / 0.51)

CMYK percentages

%0
%92.8
%38.4
%50.98

Codes

Color #7D094D in popluar color models

7D 09 4D
RGB 125 9 77
HSL 325° 86.57% 26.27%
HSB/HSV 325° 92.80% 49.02%
CMYK 0.00% 92.80% 38.40%
50.98%

Color #7D094D in popluar number systems.

HEX 7D 09 4D
Decimal 125 9 77
Binary 1111101 1001 1001101
Octal 175 11 115

Shades and tints

Shades of #7D094D

#7D094D
(125,9,77)
#720946
(114,9,70)
#67093F
(103,9,63)
#5C0938
(92,9,56)
#510931
(81,9,49)
#46092A
(70,9,42)
#3B0923
(59,9,35)
#30091C
(48,9,28)
#250915
(37,9,21)
#1A090E
(26,9,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #7D094D

#7D094D
(125,9,77)
#881F5D
(136,31,93)
#93356D
(147,53,109)
#9E4B7D
(158,75,125)
#A9618D
(169,97,141)
#B4779D
(180,119,157)
#BF8DAD
(191,141,173)
#CAA3BD
(202,163,189)
#D5B9CD
(213,185,205)
#E0CFDD
(224,207,221)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D094D color. Also use rgb(125,9,77) instead hex code.

Text Font Color

.myTextColor { color: #7D094D; }

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

This text font color is #7D094D.

Background Color

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

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

This div background color is #7D094D.

Border color

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

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

This div border color is #7D094D.

Opacity

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

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

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

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

This text has shadow with #7D094D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D094D.

Preview

Color preview on black background

This text has color #7D094D on black background.


Color preview on white background

This text has color #7D094D on white background.


Black color preview on #7D094D background

This text has black color on #7D094D background.


White color preview on #7D094D background

This text has white color on #7D094D background.


Related colors

Complementary color

Complementary color for #hex is #82F6B2.


I love getcolorcode.com

Triadic colors

1 #4D7D09 and #094D7D with #7D094D are triadic colors.

2 #4D097D and #097D4D with #7D094D are triadic colors.