COLOR #7F3A20

HEX: #7F3A20
RGB: (127,58,32)

Color info

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

RGB color model

#7F3A20 color RGB value is (127,58,32).

  • red value is 127;
  • green value is 58;
  • blue value is 32.
RGB:
(127,58,32)
(50%,23%,13%)

RGB channels and saturation

R 127 of 255 = 50%
G 58 of 255 = 23%
B 32 of 255 = 13%

127
58
32

R + G + B ~ 29%. #7F3A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 58 + 32 = 217 (100%)
R 127 of 217 ~ 58.53%
G 58 of 217 ~ 26.73%
B 32 of 217 ~ 14.75%

%58.53
%26.73
%14.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.33%
  • yellow value is 74.80%
  • key color value is 50.20%
CMYK:
(0,54,75,50)
C0M54Y75K50 
(0%,54%,75%,50%)
(0.00/0.54/0.75/0.50)	

CMYK percentages

%0
%54.33
%74.8
%50.2

Codes

Color #7F3A20 in popluar color models

7F3A20
RGB1275832
HSL16°59.75%31.18%
HSB/HSV16°74.80%49.80%
CMYK0.00%54.33%74.80%
50.20%

Color #7F3A20 in popluar number systems.

HEX7F3A20
Decimal1275832
Binary1111111111010100000
Octal1777240

Shades and tints

Shades of #7F3A20

#7F3A20
(127,58,32)
#74351E
(116,53,30)
#69301C
(105,48,28)
#5E2B1A
(94,43,26)
#532618
(83,38,24)
#482116
(72,33,22)
#3D1C14
(61,28,20)
#321712
(50,23,18)
#271210
(39,18,16)
#1C0D0E
(28,13,14)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #7F3A20

#7F3A20
(127,58,32)
#8A4B34
(138,75,52)
#955C48
(149,92,72)
#A06D5C
(160,109,92)
#AB7E70
(171,126,112)
#B68F84
(182,143,132)
#C1A098
(193,160,152)
#CCB1AC
(204,177,172)
#D7C2C0
(215,194,192)
#E2D3D4
(226,211,212)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3A20 color. Also use rgb(127,58,32) instead hex code.

Text Font Color

.myTextColor { color: #7F3A20; }

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

This text font color is #7F3A20.


Background Color

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

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

This div background color is #7F3A20.


Border color

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

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

This div border color is #7F3A20.


Opacity

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

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

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

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

This text has shadow with #7F3A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3A20 on black background.


Color preview on white background

This text has color #7F3A20 on white background.



Black color preview on #7F3A20 background

This text has black color on #7F3A20 background.


White color preview on #7F3A20 background

This text has white color on #7F3A20 background.