COLOR #7F4F2A

HEX: #7F4F2A
RGB: (127,79,42)

Color info

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

RGB color model

#7F4F2A color RGB value is (127,79,42).

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

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 42 of 255 = 16%

127
79
42

R + G + B ~ 32%. #7F4F2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 42 = 248 (100%)
R 127 of 248 ~ 51.21%
G 79 of 248 ~ 31.85%
B 42 of 248 ~ 16.94%

%51.21
%31.85
%16.94

CMYK color model

#7F4F2A color CMYK value is (0,38,67,50).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 66.93%
  • key color value is 50.20%
CMYK:
(0,38,67,50)
C0M38Y67K50 
(0%,38%,67%,50%)
(0.00/0.38/0.67/0.50)	

CMYK percentages

%0
%37.8
%66.93
%50.2

Codes

Color #7F4F2A in popluar color models

7F4F2A
RGB1277942
HSL26°50.30%33.14%
HSB/HSV26°66.93%49.80%
CMYK0.00%37.80%66.93%
50.20%

Color #7F4F2A in popluar number systems.

HEX7F4F2A
Decimal1277942
Binary11111111001111101010
Octal17711752

Shades and tints

Shades of #7F4F2A

#7F4F2A
(127,79,42)
#744827
(116,72,39)
#694124
(105,65,36)
#5E3A21
(94,58,33)
#53331E
(83,51,30)
#482C1B
(72,44,27)
#3D2518
(61,37,24)
#321E15
(50,30,21)
#271712
(39,23,18)
#1C100F
(28,16,15)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #7F4F2A

#7F4F2A
(127,79,42)
#8A5F3D
(138,95,61)
#956F50
(149,111,80)
#A07F63
(160,127,99)
#AB8F76
(171,143,118)
#B69F89
(182,159,137)
#C1AF9C
(193,175,156)
#CCBFAF
(204,191,175)
#D7CFC2
(215,207,194)
#E2DFD5
(226,223,213)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F2A; }

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

This text font color is #7F4F2A.


Background Color

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

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

This div background color is #7F4F2A.


Border color

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

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

This div border color is #7F4F2A.


Opacity

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

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

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

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

This text has shadow with #7F4F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4F2A on black background.


Color preview on white background

This text has color #7F4F2A on white background.



Black color preview on #7F4F2A background

This text has black color on #7F4F2A background.


White color preview on #7F4F2A background

This text has white color on #7F4F2A background.