COLOR #7F4A37

HEX: #7F4A37
RGB: (127,74,55)

Color info

#7F4A37 contains mainly red and green colors. Web safe color of #7F4A37 is #663333 (or #633).

RGB color model

#7F4A37 color RGB value is (127,74,55).

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

RGB channels and saturation

R 127 of 255 = 50%
G 74 of 255 = 29%
B 55 of 255 = 22%

127
74
55

R + G + B ~ 34%. #7F4A37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 74 + 55 = 256 (100%)
R 127 of 256 ~ 49.61%
G 74 of 256 ~ 28.91%
B 55 of 256 ~ 21.48%

%49.61
%28.91
%21.48

CMYK color model

#7F4A37 color CMYK value is (0,42,57,50).

  • cyan value is 0.00%
  • magenta value is 41.73%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(0,42,57,50)
C0M42Y57K50 
(0%,42%,57%,50%)
(0.00/0.42/0.57/0.50)	

CMYK percentages

%0
%41.73
%56.69
%50.2

Codes

Color #7F4A37 in popluar color models

7F4A37
RGB1277455
HSL16°39.56%35.69%
HSB/HSV16°56.69%49.80%
CMYK0.00%41.73%56.69%
50.20%

Color #7F4A37 in popluar number systems.

HEX7F4A37
Decimal1277455
Binary11111111001010110111
Octal17711267

Shades and tints

Shades of #7F4A37

#7F4A37
(127,74,55)
#744432
(116,68,50)
#693E2D
(105,62,45)
#5E3828
(94,56,40)
#533223
(83,50,35)
#482C1E
(72,44,30)
#3D2619
(61,38,25)
#322014
(50,32,20)
#271A0F
(39,26,15)
#1C140A
(28,20,10)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #7F4A37

#7F4A37
(127,74,55)
#8A5A49
(138,90,73)
#956A5B
(149,106,91)
#A07A6D
(160,122,109)
#AB8A7F
(171,138,127)
#B69A91
(182,154,145)
#C1AAA3
(193,170,163)
#CCBAB5
(204,186,181)
#D7CAC7
(215,202,199)
#E2DAD9
(226,218,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4A37; }

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

This text font color is #7F4A37.


Background Color

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

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

This div background color is #7F4A37.


Border color

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

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

This div border color is #7F4A37.


Opacity

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

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

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

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

This text has shadow with #7F4A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4A37 on black background.


Color preview on white background

This text has color #7F4A37 on white background.



Black color preview on #7F4A37 background

This text has black color on #7F4A37 background.


White color preview on #7F4A37 background

This text has white color on #7F4A37 background.