COLOR #7F3B3F

HEX: #7F3B3F RGB: (127,59,63)

Color info

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

RGB color model

#7F3B3F color RGB value is (127,59,63).

RGB: (127,59,63) (50%, 23%, 25%)

RGB channels and saturation

R 127 of 255 = 50%
G 59 of 255 = 23%
B 63 of 255 = 25%

127
59
63

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

Portions of RGB colors in percentages

R + G + B = 127 + 59 + 63 = 249 (100%)
R 127 of 249 ~ 51%
G 59 of 249 ~ 23.69%
B 63 of 249 ~ 25.3'%

%51
%23.69
%25.3

CMYK color model

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

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

CMYK: (0,54,50,50)
C0M54Y50K50 (0%, 54%, 50%, 50%)
(0.00 / 0.54 / 0.50 / 0.50)

CMYK percentages

%0
%53.54
%50.39
%50.2

Codes

Color #7F3B3F in popluar color models

7F 3B 3F
RGB 127 59 63
HSL 356° 36.56% 36.47%
HSB/HSV 356° 53.54% 49.80%
CMYK 0.00% 53.54% 50.39%
50.20%

Color #7F3B3F in popluar number systems.

HEX 7F 3B 3F
Decimal 127 59 63
Binary 1111111 111011 111111
Octal 177 73 77

Shades and tints

Shades of #7F3B3F

#7F3B3F
(127,59,63)
#74363A
(116,54,58)
#693135
(105,49,53)
#5E2C30
(94,44,48)
#53272B
(83,39,43)
#482226
(72,34,38)
#3D1D21
(61,29,33)
#32181C
(50,24,28)
#271317
(39,19,23)
#1C0E12
(28,14,18)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #7F3B3F

#7F3B3F
(127,59,63)
#8A4C50
(138,76,80)
#955D61
(149,93,97)
#A06E72
(160,110,114)
#AB7F83
(171,127,131)
#B69094
(182,144,148)
#C1A1A5
(193,161,165)
#CCB2B6
(204,178,182)
#D7C3C7
(215,195,199)
#E2D4D8
(226,212,216)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3B3F; }

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

This text font color is #7F3B3F.

Background Color

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

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

This div background color is #7F3B3F.

Border color

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

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

This div border color is #7F3B3F.

Opacity

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

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

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

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

This text has shadow with #7F3B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3B3F.

Preview

Color preview on black background

This text has color #7F3B3F on black background.


Color preview on white background

This text has color #7F3B3F on white background.


Black color preview on #7F3B3F background

This text has black color on #7F3B3F background.


White color preview on #7F3B3F background

This text has white color on #7F3B3F background.


Related colors

Complementary color

Complementary color for #hex is #80C4C0.


I love getcolorcode.com

Triadic colors

1 #3F7F3B and #3B3F7F with #7F3B3F are triadic colors.

2 #3F3B7F and #3B7F3F with #7F3B3F are triadic colors.