COLOR #7F3947

HEX: #7F3947
RGB: (127,57,71)

Color info

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

RGB color model

#7F3947 color RGB value is (127,57,71).

  • red value is 127;
  • green value is 57;
  • blue value is 71.
RGB:
(127,57,71)
(50%,22%,28%)

RGB channels and saturation

R 127 of 255 = 50%
G 57 of 255 = 22%
B 71 of 255 = 28%

127
57
71

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

Portions of RGB colors in percentages

R + G + B =
127 + 57 + 71 = 255 (100%)
R 127 of 255 ~ 49.8%
G 57 of 255 ~ 22.35%
B 71 of 255 ~ 27.84%

%49.8
%22.35
%27.84

CMYK color model

#7F3947 color CMYK value is (0,55,44,50).

  • cyan value is 0.00%
  • magenta value is 55.12%
  • yellow value is 44.09%
  • key color value is 50.20%
CMYK:
(0,55,44,50)
C0M55Y44K50 
(0%,55%,44%,50%)
(0.00/0.55/0.44/0.50)	

CMYK percentages

%0
%55.12
%44.09
%50.2

Codes

Color #7F3947 in popluar color models

7F3947
RGB1275771
HSL348°38.04%36.08%
HSB/HSV348°55.12%49.80%
CMYK0.00%55.12%44.09%
50.20%

Color #7F3947 in popluar number systems.

HEX7F3947
Decimal1275771
Binary11111111110011000111
Octal17771107

Shades and tints

Shades of #7F3947

#7F3947
(127,57,71)
#743441
(116,52,65)
#692F3B
(105,47,59)
#5E2A35
(94,42,53)
#53252F
(83,37,47)
#482029
(72,32,41)
#3D1B23
(61,27,35)
#32161D
(50,22,29)
#271117
(39,17,23)
#1C0C11
(28,12,17)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #7F3947

#7F3947
(127,57,71)
#8A4B57
(138,75,87)
#955D67
(149,93,103)
#A06F77
(160,111,119)
#AB8187
(171,129,135)
#B69397
(182,147,151)
#C1A5A7
(193,165,167)
#CCB7B7
(204,183,183)
#D7C9C7
(215,201,199)
#E2DBD7
(226,219,215)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3947; }

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

This text font color is #7F3947.


Background Color

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

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

This div background color is #7F3947.


Border color

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

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

This div border color is #7F3947.


Opacity

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

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

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

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

This text has shadow with #7F3947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3947 on black background.


Color preview on white background

This text has color #7F3947 on white background.



Black color preview on #7F3947 background

This text has black color on #7F3947 background.


White color preview on #7F3947 background

This text has white color on #7F3947 background.