COLOR #7F371E

HEX: #7F371E
RGB: (127,55,30)

Color info

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

RGB color model

#7F371E color RGB value is (127,55,30).

  • red value is 127;
  • green value is 55;
  • blue value is 30.
RGB:
(127,55,30)
(50%,22%,12%)

RGB channels and saturation

R 127 of 255 = 50%
G 55 of 255 = 22%
B 30 of 255 = 12%

127
55
30

R + G + B ~ 28%. #7F371E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 55 + 30 = 212 (100%)
R 127 of 212 ~ 59.91%
G 55 of 212 ~ 25.94%
B 30 of 212 ~ 14.15%

%59.91
%25.94
%14.15

CMYK color model

#7F371E color CMYK value is (0,57,76,50).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 76.38%
  • key color value is 50.20%
CMYK:
(0,57,76,50)
C0M57Y76K50 
(0%,57%,76%,50%)
(0.00/0.57/0.76/0.50)	

CMYK percentages

%0
%56.69
%76.38
%50.2

Codes

Color #7F371E in popluar color models

7F371E
RGB1275530
HSL15°61.78%30.78%
HSB/HSV15°76.38%49.80%
CMYK0.00%56.69%76.38%
50.20%

Color #7F371E in popluar number systems.

HEX7F371E
Decimal1275530
Binary111111111011111110
Octal1776736

Shades and tints

Shades of #7F371E

#7F371E
(127,55,30)
#74321C
(116,50,28)
#692D1A
(105,45,26)
#5E2818
(94,40,24)
#532316
(83,35,22)
#481E14
(72,30,20)
#3D1912
(61,25,18)
#321410
(50,20,16)
#270F0E
(39,15,14)
#1C0A0C
(28,10,12)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #7F371E

#7F371E
(127,55,30)
#8A4932
(138,73,50)
#955B46
(149,91,70)
#A06D5A
(160,109,90)
#AB7F6E
(171,127,110)
#B69182
(182,145,130)
#C1A396
(193,163,150)
#CCB5AA
(204,181,170)
#D7C7BE
(215,199,190)
#E2D9D2
(226,217,210)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F371E color. Also use rgb(127,55,30) instead hex code.

Text Font Color

.myTextColor { color: #7F371E; }

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

This text font color is #7F371E.


Background Color

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

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

This div background color is #7F371E.


Border color

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

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

This div border color is #7F371E.


Opacity

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

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

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

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

This text has shadow with #7F371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F371E on black background.


Color preview on white background

This text has color #7F371E on white background.



Black color preview on #7F371E background

This text has black color on #7F371E background.


White color preview on #7F371E background

This text has white color on #7F371E background.