COLOR #7F4C3E

HEX: #7F4C3E
RGB: (127,76,62)

Color info

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

RGB color model

#7F4C3E color RGB value is (127,76,62).

  • red value is 127;
  • green value is 76;
  • blue value is 62.
RGB:
(127,76,62)
(50%,30%,24%)

RGB channels and saturation

R 127 of 255 = 50%
G 76 of 255 = 30%
B 62 of 255 = 24%

127
76
62

R + G + B ~ 35%. #7F4C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 76 + 62 = 265 (100%)
R 127 of 265 ~ 47.92%
G 76 of 265 ~ 28.68%
B 62 of 265 ~ 23.4%

%47.92
%28.68
%23.4

CMYK color model

#7F4C3E color CMYK value is (0,40,51,50).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 51.18%
  • key color value is 50.20%
CMYK:
(0,40,51,50)
C0M40Y51K50 
(0%,40%,51%,50%)
(0.00/0.40/0.51/0.50)	

CMYK percentages

%0
%40.16
%51.18
%50.2

Codes

Color #7F4C3E in popluar color models

7F4C3E
RGB1277662
HSL13°34.39%37.06%
HSB/HSV13°51.18%49.80%
CMYK0.00%40.16%51.18%
50.20%

Color #7F4C3E in popluar number systems.

HEX7F4C3E
Decimal1277662
Binary11111111001100111110
Octal17711476

Shades and tints

Shades of #7F4C3E

#7F4C3E
(127,76,62)
#744639
(116,70,57)
#694034
(105,64,52)
#5E3A2F
(94,58,47)
#53342A
(83,52,42)
#482E25
(72,46,37)
#3D2820
(61,40,32)
#32221B
(50,34,27)
#271C16
(39,28,22)
#1C1611
(28,22,17)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F4C3E

#7F4C3E
(127,76,62)
#8A5C4F
(138,92,79)
#956C60
(149,108,96)
#A07C71
(160,124,113)
#AB8C82
(171,140,130)
#B69C93
(182,156,147)
#C1ACA4
(193,172,164)
#CCBCB5
(204,188,181)
#D7CCC6
(215,204,198)
#E2DCD7
(226,220,215)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4C3E color. Also use rgb(127,76,62) instead hex code.

Text Font Color

.myTextColor { color: #7F4C3E; }

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

This text font color is #7F4C3E.


Background Color

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

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

This div background color is #7F4C3E.


Border color

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

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

This div border color is #7F4C3E.


Opacity

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

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

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

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

This text has shadow with #7F4C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4C3E on black background.


Color preview on white background

This text has color #7F4C3E on white background.



Black color preview on #7F4C3E background

This text has black color on #7F4C3E background.


White color preview on #7F4C3E background

This text has white color on #7F4C3E background.