COLOR #7F3119

HEX: #7F3119 RGB: (127,49,25)

Color info

#7F3119 contains mainly red color. Web safe color of #7F3119 is #663300 (or #630).

RGB color model

#7F3119 color RGB value is (127,49,25).

RGB: (127,49,25) (50%, 19%, 10%)

RGB channels and saturation

R 127 of 255 = 50%
G 49 of 255 = 19%
B 25 of 255 = 10%

127
49
25

R + G + B ~ 26%. #7F3119 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 49 + 25 = 201 (100%)
R 127 of 201 ~ 63.18%
G 49 of 201 ~ 24.38%
B 25 of 201 ~ 12.44'%

%63.18
%24.38
%12.44

CMYK color model

#7F3119 color CMYK value is (0,61,80,50).

  • cyan value is 0.00%
  • magenta value is 61.42%
  • yellow value is 80.31%
  • key color value is 50.20%

CMYK: (0,61,80,50)
C0M61Y80K50 (0%, 61%, 80%, 50%)
(0.00 / 0.61 / 0.80 / 0.50)

CMYK percentages

%0
%61.42
%80.31
%50.2

Codes

Color #7F3119 in popluar color models

7F 31 19
RGB 127 49 25
HSL 14° 67.11% 29.80%
HSB/HSV 14° 80.31% 49.80%
CMYK 0.00% 61.42% 80.31%
50.20%

Color #7F3119 in popluar number systems.

HEX 7F 31 19
Decimal 127 49 25
Binary 1111111 110001 11001
Octal 177 61 31

Shades and tints

Shades of #7F3119

#7F3119
(127,49,25)
#742D17
(116,45,23)
#692915
(105,41,21)
#5E2513
(94,37,19)
#532111
(83,33,17)
#481D0F
(72,29,15)
#3D190D
(61,25,13)
#32150B
(50,21,11)
#271109
(39,17,9)
#1C0D07
(28,13,7)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #7F3119

#7F3119
(127,49,25)
#8A432D
(138,67,45)
#955541
(149,85,65)
#A06755
(160,103,85)
#AB7969
(171,121,105)
#B68B7D
(182,139,125)
#C19D91
(193,157,145)
#CCAFA5
(204,175,165)
#D7C1B9
(215,193,185)
#E2D3CD
(226,211,205)
#EDE5E1
(237,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3119 color. Also use rgb(127,49,25) instead hex code.

Text Font Color

.myTextColor { color: #7F3119; }

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

This text font color is #7F3119.

Background Color

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

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

This div background color is #7F3119.

Border color

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

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

This div border color is #7F3119.

Opacity

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

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

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

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

This text has shadow with #7F3119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3119.

Preview

Color preview on black background

This text has color #7F3119 on black background.


Color preview on white background

This text has color #7F3119 on white background.


Black color preview on #7F3119 background

This text has black color on #7F3119 background.


White color preview on #7F3119 background

This text has white color on #7F3119 background.


Related colors

Complementary color

Complementary color for #hex is #80CEE6.


I love getcolorcode.com

Triadic colors

1 #197F31 and #31197F with #7F3119 are triadic colors.

2 #19317F and #317F19 with #7F3119 are triadic colors.