COLOR #7F6D38

HEX: #7F6D38
RGB: (127,109,56)

Color info

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

RGB color model

#7F6D38 color RGB value is (127,109,56).

  • red value is 127;
  • green value is 109;
  • blue value is 56.
RGB:
(127,109,56)
(50%,43%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 56 of 255 = 22%

127
109
56

R + G + B ~ 38%. #7F6D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 109 + 56 = 292 (100%)
R 127 of 292 ~ 43.49%
G 109 of 292 ~ 37.33%
B 56 of 292 ~ 19.18%

%43.49
%37.33
%19.18

CMYK color model

#7F6D38 color CMYK value is (0,14,56,50).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 55.91%
  • key color value is 50.20%
CMYK:
(0,14,56,50)
C0M14Y56K50 
(0%,14%,56%,50%)
(0.00/0.14/0.56/0.50)	

CMYK percentages

%0
%14.17
%55.91
%50.2

Codes

Color #7F6D38 in popluar color models

7F6D38
RGB12710956
HSL45°38.80%35.88%
HSB/HSV45°55.91%49.80%
CMYK0.00%14.17%55.91%
50.20%

Color #7F6D38 in popluar number systems.

HEX7F6D38
Decimal12710956
Binary11111111101101111000
Octal17715570

Shades and tints

Shades of #7F6D38

#7F6D38
(127,109,56)
#746433
(116,100,51)
#695B2E
(105,91,46)
#5E5229
(94,82,41)
#534924
(83,73,36)
#48401F
(72,64,31)
#3D371A
(61,55,26)
#322E15
(50,46,21)
#272510
(39,37,16)
#1C1C0B
(28,28,11)
#111306
(17,19,6)
#000000
(0,0,0)

Tints of #7F6D38

#7F6D38
(127,109,56)
#8A7A4A
(138,122,74)
#95875C
(149,135,92)
#A0946E
(160,148,110)
#ABA180
(171,161,128)
#B6AE92
(182,174,146)
#C1BBA4
(193,187,164)
#CCC8B6
(204,200,182)
#D7D5C8
(215,213,200)
#E2E2DA
(226,226,218)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6D38 color. Also use rgb(127,109,56) instead hex code.

Text Font Color

.myTextColor { color: #7F6D38; }

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

This text font color is #7F6D38.


Background Color

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

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

This div background color is #7F6D38.


Border color

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

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

This div border color is #7F6D38.


Opacity

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

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

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

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

This text has shadow with #7F6D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6D38 on black background.


Color preview on white background

This text has color #7F6D38 on white background.



Black color preview on #7F6D38 background

This text has black color on #7F6D38 background.


White color preview on #7F6D38 background

This text has white color on #7F6D38 background.