COLOR #7F394D

HEX: #7F394D RGB: (127,57,77)

Color info

#7F394D contains mainly red and blue colors. Web safe color of #7F394D is #663333 (or #633).

RGB color model

#7F394D color RGB value is (127,57,77).

RGB: (127,57,77) (50%, 22%, 30%)

RGB channels and saturation

R 127 of 255 = 50%
G 57 of 255 = 22%
B 77 of 255 = 30%

127
57
77

R + G + B ~ 34%. #7F394D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 57 + 77 = 261 (100%)
R 127 of 261 ~ 48.66%
G 57 of 261 ~ 21.84%
B 77 of 261 ~ 29.5'%

%48.66
%21.84
%29.5

CMYK color model

#7F394D color CMYK value is (0,55,39,50).

  • cyan value is 0.00%
  • magenta value is 55.12%
  • yellow value is 39.37%
  • key color value is 50.20%

CMYK: (0,55,39,50)
C0M55Y39K50 (0%, 55%, 39%, 50%)
(0.00 / 0.55 / 0.39 / 0.50)

CMYK percentages

%0
%55.12
%39.37
%50.2

Codes

Color #7F394D in popluar color models

7F 39 4D
RGB 127 57 77
HSL 343° 38.04% 36.08%
HSB/HSV 343° 55.12% 49.80%
CMYK 0.00% 55.12% 39.37%
50.20%

Color #7F394D in popluar number systems.

HEX 7F 39 4D
Decimal 127 57 77
Binary 1111111 111001 1001101
Octal 177 71 115

Shades and tints

Shades of #7F394D

#7F394D
(127,57,77)
#743446
(116,52,70)
#692F3F
(105,47,63)
#5E2A38
(94,42,56)
#532531
(83,37,49)
#48202A
(72,32,42)
#3D1B23
(61,27,35)
#32161C
(50,22,28)
#271115
(39,17,21)
#1C0C0E
(28,12,14)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #7F394D

#7F394D
(127,57,77)
#8A4B5D
(138,75,93)
#955D6D
(149,93,109)
#A06F7D
(160,111,125)
#AB818D
(171,129,141)
#B6939D
(182,147,157)
#C1A5AD
(193,165,173)
#CCB7BD
(204,183,189)
#D7C9CD
(215,201,205)
#E2DBDD
(226,219,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F394D color. Also use rgb(127,57,77) instead hex code.

Text Font Color

.myTextColor { color: #7F394D; }

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

This text font color is #7F394D.

Background Color

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

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

This div background color is #7F394D.

Border color

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

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

This div border color is #7F394D.

Opacity

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

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

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

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

This text has shadow with #7F394D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F394D.

Preview

Color preview on black background

This text has color #7F394D on black background.


Color preview on white background

This text has color #7F394D on white background.


Black color preview on #7F394D background

This text has black color on #7F394D background.


White color preview on #7F394D background

This text has white color on #7F394D background.


Related colors

Complementary color

Complementary color for #hex is #80C6B2.


I love getcolorcode.com

Triadic colors

1 #4D7F39 and #394D7F with #7F394D are triadic colors.

2 #4D397F and #397F4D with #7F394D are triadic colors.