COLOR #7F393B

HEX: #7F393B RGB: (127,57,59)

Color info

#7F393B contains mainly red color. Web safe color of #7F393B is #663333 (or #633).

RGB color model

#7F393B color RGB value is (127,57,59).

RGB: (127,57,59) (50%, 22%, 23%)

RGB channels and saturation

R 127 of 255 = 50%
G 57 of 255 = 22%
B 59 of 255 = 23%

127
57
59

R + G + B ~ 32%. #7F393B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 57 + 59 = 243 (100%)
R 127 of 243 ~ 52.26%
G 57 of 243 ~ 23.46%
B 59 of 243 ~ 24.28'%

%52.26
%23.46
%24.28

CMYK color model

#7F393B color CMYK value is (0,55,54,50).

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

CMYK: (0,55,54,50)
C0M55Y54K50 (0%, 55%, 54%, 50%)
(0.00 / 0.55 / 0.54 / 0.50)

CMYK percentages

%0
%55.12
%53.54
%50.2

Codes

Color #7F393B in popluar color models

7F 39 3B
RGB 127 57 59
HSL 358° 38.04% 36.08%
HSB/HSV 358° 55.12% 49.80%
CMYK 0.00% 55.12% 53.54%
50.20%

Color #7F393B in popluar number systems.

HEX 7F 39 3B
Decimal 127 57 59
Binary 1111111 111001 111011
Octal 177 71 73

Shades and tints

Shades of #7F393B

#7F393B
(127,57,59)
#743436
(116,52,54)
#692F31
(105,47,49)
#5E2A2C
(94,42,44)
#532527
(83,37,39)
#482022
(72,32,34)
#3D1B1D
(61,27,29)
#321618
(50,22,24)
#271113
(39,17,19)
#1C0C0E
(28,12,14)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #7F393B

#7F393B
(127,57,59)
#8A4B4C
(138,75,76)
#955D5D
(149,93,93)
#A06F6E
(160,111,110)
#AB817F
(171,129,127)
#B69390
(182,147,144)
#C1A5A1
(193,165,161)
#CCB7B2
(204,183,178)
#D7C9C3
(215,201,195)
#E2DBD4
(226,219,212)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F393B; }

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

This text font color is #7F393B.

Background Color

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

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

This div background color is #7F393B.

Border color

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

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

This div border color is #7F393B.

Opacity

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

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

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

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

This text has shadow with #7F393B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F393B.

Preview

Color preview on black background

This text has color #7F393B on black background.


Color preview on white background

This text has color #7F393B on white background.


Black color preview on #7F393B background

This text has black color on #7F393B background.


White color preview on #7F393B background

This text has white color on #7F393B background.


Related colors

Complementary color

Complementary color for #hex is #80C6C4.


I love getcolorcode.com

Triadic colors

1 #3B7F39 and #393B7F with #7F393B are triadic colors.

2 #3B397F and #397F3B with #7F393B are triadic colors.