COLOR #7F3621

HEX: #7F3621 RGB: (127,54,33)

Color info

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

RGB color model

#7F3621 color RGB value is (127,54,33).

RGB: (127,54,33) (50%, 21%, 13%)

RGB channels and saturation

R 127 of 255 = 50%
G 54 of 255 = 21%
B 33 of 255 = 13%

127
54
33

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

Portions of RGB colors in percentages

R + G + B = 127 + 54 + 33 = 214 (100%)
R 127 of 214 ~ 59.35%
G 54 of 214 ~ 25.23%
B 33 of 214 ~ 15.42'%

%59.35
%25.23
%15.42

CMYK color model

#7F3621 color CMYK value is (0,57,74,50).

  • cyan value is 0.00%
  • magenta value is 57.48%
  • yellow value is 74.02%
  • key color value is 50.20%

CMYK: (0,57,74,50)
C0M57Y74K50 (0%, 57%, 74%, 50%)
(0.00 / 0.57 / 0.74 / 0.50)

CMYK percentages

%0
%57.48
%74.02
%50.2

Codes

Color #7F3621 in popluar color models

7F 36 21
RGB 127 54 33
HSL 13° 58.75% 31.37%
HSB/HSV 13° 74.02% 49.80%
CMYK 0.00% 57.48% 74.02%
50.20%

Color #7F3621 in popluar number systems.

HEX 7F 36 21
Decimal 127 54 33
Binary 1111111 110110 100001
Octal 177 66 41

Shades and tints

Shades of #7F3621

#7F3621
(127,54,33)
#74321E
(116,50,30)
#692E1B
(105,46,27)
#5E2A18
(94,42,24)
#532615
(83,38,21)
#482212
(72,34,18)
#3D1E0F
(61,30,15)
#321A0C
(50,26,12)
#271609
(39,22,9)
#1C1206
(28,18,6)
#110E03
(17,14,3)
#000000
(0,0,0)

Tints of #7F3621

#7F3621
(127,54,33)
#8A4835
(138,72,53)
#955A49
(149,90,73)
#A06C5D
(160,108,93)
#AB7E71
(171,126,113)
#B69085
(182,144,133)
#C1A299
(193,162,153)
#CCB4AD
(204,180,173)
#D7C6C1
(215,198,193)
#E2D8D5
(226,216,213)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3621 color. Also use rgb(127,54,33) instead hex code.

Text Font Color

.myTextColor { color: #7F3621; }

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

This text font color is #7F3621.

Background Color

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

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

This div background color is #7F3621.

Border color

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

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

This div border color is #7F3621.

Opacity

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

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

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

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

This text has shadow with #7F3621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3621.

Preview

Color preview on black background

This text has color #7F3621 on black background.


Color preview on white background

This text has color #7F3621 on white background.


Black color preview on #7F3621 background

This text has black color on #7F3621 background.


White color preview on #7F3621 background

This text has white color on #7F3621 background.


Related colors

Complementary color

Complementary color for #hex is #80C9DE.


I love getcolorcode.com

Triadic colors

1 #217F36 and #36217F with #7F3621 are triadic colors.

2 #21367F and #367F21 with #7F3621 are triadic colors.