COLOR #7F3B29

HEX: #7F3B29
RGB: (127,59,41)

Color info

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

RGB color model

#7F3B29 color RGB value is (127,59,41).

  • red value is 127;
  • green value is 59;
  • blue value is 41.
RGB:
(127,59,41)
(50%,23%,16%)

RGB channels and saturation

R 127 of 255 = 50%
G 59 of 255 = 23%
B 41 of 255 = 16%

127
59
41

R + G + B ~ 30%. #7F3B29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 59 + 41 = 227 (100%)
R 127 of 227 ~ 55.95%
G 59 of 227 ~ 25.99%
B 41 of 227 ~ 18.06%

%55.95
%25.99
%18.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 67.72%
  • key color value is 50.20%
CMYK:
(0,54,68,50)
C0M54Y68K50 
(0%,54%,68%,50%)
(0.00/0.54/0.68/0.50)	

CMYK percentages

%0
%53.54
%67.72
%50.2

Codes

Color #7F3B29 in popluar color models

7F3B29
RGB1275941
HSL13°51.19%32.94%
HSB/HSV13°67.72%49.80%
CMYK0.00%53.54%67.72%
50.20%

Color #7F3B29 in popluar number systems.

HEX7F3B29
Decimal1275941
Binary1111111111011101001
Octal1777351

Shades and tints

Shades of #7F3B29

#7F3B29
(127,59,41)
#743626
(116,54,38)
#693123
(105,49,35)
#5E2C20
(94,44,32)
#53271D
(83,39,29)
#48221A
(72,34,26)
#3D1D17
(61,29,23)
#321814
(50,24,20)
#271311
(39,19,17)
#1C0E0E
(28,14,14)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #7F3B29

#7F3B29
(127,59,41)
#8A4C3C
(138,76,60)
#955D4F
(149,93,79)
#A06E62
(160,110,98)
#AB7F75
(171,127,117)
#B69088
(182,144,136)
#C1A19B
(193,161,155)
#CCB2AE
(204,178,174)
#D7C3C1
(215,195,193)
#E2D4D4
(226,212,212)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3B29; }

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

This text font color is #7F3B29.


Background Color

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

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

This div background color is #7F3B29.


Border color

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

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

This div border color is #7F3B29.


Opacity

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

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

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

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

This text has shadow with #7F3B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3B29 on black background.


Color preview on white background

This text has color #7F3B29 on white background.



Black color preview on #7F3B29 background

This text has black color on #7F3B29 background.


White color preview on #7F3B29 background

This text has white color on #7F3B29 background.