COLOR #7F4F44

HEX: #7F4F44
RGB: (127,79,68)

Color info

#7F4F44 contains red, green and blue colors in about the same proportion. Web safe color of #7F4F44 is #666633 (or #663).

RGB color model

#7F4F44 color RGB value is (127,79,68).

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

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 68 of 255 = 27%

127
79
68

R + G + B ~ 36%. #7F4F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 68 = 274 (100%)
R 127 of 274 ~ 46.35%
G 79 of 274 ~ 28.83%
B 68 of 274 ~ 24.82%

%46.35
%28.83
%24.82

CMYK color model

#7F4F44 color CMYK value is (0,38,46,50).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 46.46%
  • key color value is 50.20%
CMYK:
(0,38,46,50)
C0M38Y46K50 
(0%,38%,46%,50%)
(0.00/0.38/0.46/0.50)	

CMYK percentages

%0
%37.8
%46.46
%50.2

Codes

Color #7F4F44 in popluar color models

7F4F44
RGB1277968
HSL11°30.26%38.24%
HSB/HSV11°46.46%49.80%
CMYK0.00%37.80%46.46%
50.20%

Color #7F4F44 in popluar number systems.

HEX7F4F44
Decimal1277968
Binary111111110011111000100
Octal177117104

Shades and tints

Shades of #7F4F44

#7F4F44
(127,79,68)
#74483E
(116,72,62)
#694138
(105,65,56)
#5E3A32
(94,58,50)
#53332C
(83,51,44)
#482C26
(72,44,38)
#3D2520
(61,37,32)
#321E1A
(50,30,26)
#271714
(39,23,20)
#1C100E
(28,16,14)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #7F4F44

#7F4F44
(127,79,68)
#8A5F55
(138,95,85)
#956F66
(149,111,102)
#A07F77
(160,127,119)
#AB8F88
(171,143,136)
#B69F99
(182,159,153)
#C1AFAA
(193,175,170)
#CCBFBB
(204,191,187)
#D7CFCC
(215,207,204)
#E2DFDD
(226,223,221)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F44; }

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

This text font color is #7F4F44.


Background Color

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

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

This div background color is #7F4F44.


Border color

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

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

This div border color is #7F4F44.


Opacity

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

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

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

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

This text has shadow with #7F4F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4F44 on black background.


Color preview on white background

This text has color #7F4F44 on white background.



Black color preview on #7F4F44 background

This text has black color on #7F4F44 background.


White color preview on #7F4F44 background

This text has white color on #7F4F44 background.