COLOR #7F4F37

HEX: #7F4F37
RGB: (127,79,55)

Color info

#7F4F37 contains mainly red and green colors. Web safe color of #7F4F37 is #666633 (or #663).

RGB color model

#7F4F37 color RGB value is (127,79,55).

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

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 55 of 255 = 22%

127
79
55

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

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 55 = 261 (100%)
R 127 of 261 ~ 48.66%
G 79 of 261 ~ 30.27%
B 55 of 261 ~ 21.07%

%48.66
%30.27
%21.07

CMYK color model

#7F4F37 color CMYK value is (0,38,57,50).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(0,38,57,50)
C0M38Y57K50 
(0%,38%,57%,50%)
(0.00/0.38/0.57/0.50)	

CMYK percentages

%0
%37.8
%56.69
%50.2

Codes

Color #7F4F37 in popluar color models

7F4F37
RGB1277955
HSL20°39.56%35.69%
HSB/HSV20°56.69%49.80%
CMYK0.00%37.80%56.69%
50.20%

Color #7F4F37 in popluar number systems.

HEX7F4F37
Decimal1277955
Binary11111111001111110111
Octal17711767

Shades and tints

Shades of #7F4F37

#7F4F37
(127,79,55)
#744832
(116,72,50)
#69412D
(105,65,45)
#5E3A28
(94,58,40)
#533323
(83,51,35)
#482C1E
(72,44,30)
#3D2519
(61,37,25)
#321E14
(50,30,20)
#27170F
(39,23,15)
#1C100A
(28,16,10)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #7F4F37

#7F4F37
(127,79,55)
#8A5F49
(138,95,73)
#956F5B
(149,111,91)
#A07F6D
(160,127,109)
#AB8F7F
(171,143,127)
#B69F91
(182,159,145)
#C1AFA3
(193,175,163)
#CCBFB5
(204,191,181)
#D7CFC7
(215,207,199)
#E2DFD9
(226,223,217)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F37; }

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

This text font color is #7F4F37.


Background Color

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

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

This div background color is #7F4F37.


Border color

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

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

This div border color is #7F4F37.


Opacity

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

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

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

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

This text has shadow with #7F4F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4F37 on black background.


Color preview on white background

This text has color #7F4F37 on white background.



Black color preview on #7F4F37 background

This text has black color on #7F4F37 background.


White color preview on #7F4F37 background

This text has white color on #7F4F37 background.