COLOR #7F2E26

HEX: #7F2E26
RGB: (127,46,38)

Color info

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

RGB color model

#7F2E26 color RGB value is (127,46,38).

  • red value is 127;
  • green value is 46;
  • blue value is 38.
RGB:
(127,46,38)
(50%,18%,15%)

RGB channels and saturation

R 127 of 255 = 50%
G 46 of 255 = 18%
B 38 of 255 = 15%

127
46
38

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

Portions of RGB colors in percentages

R + G + B =
127 + 46 + 38 = 211 (100%)
R 127 of 211 ~ 60.19%
G 46 of 211 ~ 21.8%
B 38 of 211 ~ 18.01%

%60.19
%21.8
%18.01

CMYK color model

#7F2E26 color CMYK value is (0,64,70,50).

  • cyan value is 0.00%
  • magenta value is 63.78%
  • yellow value is 70.08%
  • key color value is 50.20%
CMYK:
(0,64,70,50)
C0M64Y70K50 
(0%,64%,70%,50%)
(0.00/0.64/0.70/0.50)	

CMYK percentages

%0
%63.78
%70.08
%50.2

Codes

Color #7F2E26 in popluar color models

7F2E26
RGB1274638
HSL53.94%32.35%
HSB/HSV70.08%49.80%
CMYK0.00%63.78%70.08%
50.20%

Color #7F2E26 in popluar number systems.

HEX7F2E26
Decimal1274638
Binary1111111101110100110
Octal1775646

Shades and tints

Shades of #7F2E26

#7F2E26
(127,46,38)
#742A23
(116,42,35)
#692620
(105,38,32)
#5E221D
(94,34,29)
#531E1A
(83,30,26)
#481A17
(72,26,23)
#3D1614
(61,22,20)
#321211
(50,18,17)
#270E0E
(39,14,14)
#1C0A0B
(28,10,11)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #7F2E26

#7F2E26
(127,46,38)
#8A4139
(138,65,57)
#95544C
(149,84,76)
#A0675F
(160,103,95)
#AB7A72
(171,122,114)
#B68D85
(182,141,133)
#C1A098
(193,160,152)
#CCB3AB
(204,179,171)
#D7C6BE
(215,198,190)
#E2D9D1
(226,217,209)
#EDECE4
(237,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2E26 color. Also use rgb(127,46,38) instead hex code.

Text Font Color

.myTextColor { color: #7F2E26; }

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

This text font color is #7F2E26.


Background Color

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

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

This div background color is #7F2E26.


Border color

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

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

This div border color is #7F2E26.


Opacity

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

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

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

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

This text has shadow with #7F2E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2E26 on black background.


Color preview on white background

This text has color #7F2E26 on white background.



Black color preview on #7F2E26 background

This text has black color on #7F2E26 background.


White color preview on #7F2E26 background

This text has white color on #7F2E26 background.