COLOR #7F3B4F

HEX: #7F3B4F RGB: (127,59,79)

Color info

#7F3B4F contains mainly red and blue colors. Web safe color of #7F3B4F is #663366 (or #636).

RGB color model

#7F3B4F color RGB value is (127,59,79).

RGB: (127,59,79) (50%, 23%, 31%)

RGB channels and saturation

R 127 of 255 = 50%
G 59 of 255 = 23%
B 79 of 255 = 31%

127
59
79

R + G + B ~ 35%. #7F3B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 59 + 79 = 265 (100%)
R 127 of 265 ~ 47.92%
G 59 of 265 ~ 22.26%
B 79 of 265 ~ 29.81'%

%47.92
%22.26
%29.81

CMYK color model

#7F3B4F color CMYK value is (0,54,38,50).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 37.80%
  • key color value is 50.20%

CMYK: (0,54,38,50)
C0M54Y38K50 (0%, 54%, 38%, 50%)
(0.00 / 0.54 / 0.38 / 0.50)

CMYK percentages

%0
%53.54
%37.8
%50.2

Codes

Color #7F3B4F in popluar color models

7F 3B 4F
RGB 127 59 79
HSL 342° 36.56% 36.47%
HSB/HSV 342° 53.54% 49.80%
CMYK 0.00% 53.54% 37.80%
50.20%

Color #7F3B4F in popluar number systems.

HEX 7F 3B 4F
Decimal 127 59 79
Binary 1111111 111011 1001111
Octal 177 73 117

Shades and tints

Shades of #7F3B4F

#7F3B4F
(127,59,79)
#743648
(116,54,72)
#693141
(105,49,65)
#5E2C3A
(94,44,58)
#532733
(83,39,51)
#48222C
(72,34,44)
#3D1D25
(61,29,37)
#32181E
(50,24,30)
#271317
(39,19,23)
#1C0E10
(28,14,16)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #7F3B4F

#7F3B4F
(127,59,79)
#8A4C5F
(138,76,95)
#955D6F
(149,93,111)
#A06E7F
(160,110,127)
#AB7F8F
(171,127,143)
#B6909F
(182,144,159)
#C1A1AF
(193,161,175)
#CCB2BF
(204,178,191)
#D7C3CF
(215,195,207)
#E2D4DF
(226,212,223)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3B4F color. Also use rgb(127,59,79) instead hex code.

Text Font Color

.myTextColor { color: #7F3B4F; }

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

This text font color is #7F3B4F.

Background Color

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

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

This div background color is #7F3B4F.

Border color

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

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

This div border color is #7F3B4F.

Opacity

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

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

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

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

This text has shadow with #7F3B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3B4F.

Preview

Color preview on black background

This text has color #7F3B4F on black background.


Color preview on white background

This text has color #7F3B4F on white background.


Black color preview on #7F3B4F background

This text has black color on #7F3B4F background.


White color preview on #7F3B4F background

This text has white color on #7F3B4F background.


Related colors

Complementary color

Complementary color for #hex is #80C4B0.


I love getcolorcode.com

Triadic colors

1 #4F7F3B and #3B4F7F with #7F3B4F are triadic colors.

2 #4F3B7F and #3B7F4F with #7F3B4F are triadic colors.