COLOR #7F3B46

HEX: #7F3B46
RGB: (127,59,70)

Color info

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

RGB color model

#7F3B46 color RGB value is (127,59,70).

  • red value is 127;
  • green value is 59;
  • blue value is 70.
RGB:
(127,59,70)
(50%,23%,27%)

RGB channels and saturation

R 127 of 255 = 50%
G 59 of 255 = 23%
B 70 of 255 = 27%

127
59
70

R + G + B ~ 33%. #7F3B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 59 + 70 = 256 (100%)
R 127 of 256 ~ 49.61%
G 59 of 256 ~ 23.05%
B 70 of 256 ~ 27.34%

%49.61
%23.05
%27.34

CMYK color model

#7F3B46 color CMYK value is (0,54,45,50).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(0,54,45,50)
C0M54Y45K50 
(0%,54%,45%,50%)
(0.00/0.54/0.45/0.50)	

CMYK percentages

%0
%53.54
%44.88
%50.2

Codes

Color #7F3B46 in popluar color models

7F3B46
RGB1275970
HSL350°36.56%36.47%
HSB/HSV350°53.54%49.80%
CMYK0.00%53.54%44.88%
50.20%

Color #7F3B46 in popluar number systems.

HEX7F3B46
Decimal1275970
Binary11111111110111000110
Octal17773106

Shades and tints

Shades of #7F3B46

#7F3B46
(127,59,70)
#743640
(116,54,64)
#69313A
(105,49,58)
#5E2C34
(94,44,52)
#53272E
(83,39,46)
#482228
(72,34,40)
#3D1D22
(61,29,34)
#32181C
(50,24,28)
#271316
(39,19,22)
#1C0E10
(28,14,16)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #7F3B46

#7F3B46
(127,59,70)
#8A4C56
(138,76,86)
#955D66
(149,93,102)
#A06E76
(160,110,118)
#AB7F86
(171,127,134)
#B69096
(182,144,150)
#C1A1A6
(193,161,166)
#CCB2B6
(204,178,182)
#D7C3C6
(215,195,198)
#E2D4D6
(226,212,214)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3B46; }

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

This text font color is #7F3B46.


Background Color

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

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

This div background color is #7F3B46.


Border color

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

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

This div border color is #7F3B46.


Opacity

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

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

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

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

This text has shadow with #7F3B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3B46 on black background.


Color preview on white background

This text has color #7F3B46 on white background.



Black color preview on #7F3B46 background

This text has black color on #7F3B46 background.


White color preview on #7F3B46 background

This text has white color on #7F3B46 background.