COLOR #7F6D53

HEX: #7F6D53
RGB: (127,109,83)

Color info

#7F6D53 contains red, green and blue colors in about the same proportion. Web safe color of #7F6D53 is #666666 (or #666).

RGB color model

#7F6D53 color RGB value is (127,109,83).

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

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 83 of 255 = 33%

127
109
83

R + G + B ~ 42%. #7F6D53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 109 + 83 = 319 (100%)
R 127 of 319 ~ 39.81%
G 109 of 319 ~ 34.17%
B 83 of 319 ~ 26.02%

%39.81
%34.17
%26.02

CMYK color model

#7F6D53 color CMYK value is (0,14,35,50).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 34.65%
  • key color value is 50.20%
CMYK:
(0,14,35,50)
C0M14Y35K50 
(0%,14%,35%,50%)
(0.00/0.14/0.35/0.50)	

CMYK percentages

%0
%14.17
%34.65
%50.2

Codes

Color #7F6D53 in popluar color models

7F6D53
RGB12710983
HSL35°20.95%41.18%
HSB/HSV35°34.65%49.80%
CMYK0.00%14.17%34.65%
50.20%

Color #7F6D53 in popluar number systems.

HEX7F6D53
Decimal12710983
Binary111111111011011010011
Octal177155123

Shades and tints

Shades of #7F6D53

#7F6D53
(127,109,83)
#74644C
(116,100,76)
#695B45
(105,91,69)
#5E523E
(94,82,62)
#534937
(83,73,55)
#484030
(72,64,48)
#3D3729
(61,55,41)
#322E22
(50,46,34)
#27251B
(39,37,27)
#1C1C14
(28,28,20)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7F6D53

#7F6D53
(127,109,83)
#8A7A62
(138,122,98)
#958771
(149,135,113)
#A09480
(160,148,128)
#ABA18F
(171,161,143)
#B6AE9E
(182,174,158)
#C1BBAD
(193,187,173)
#CCC8BC
(204,200,188)
#D7D5CB
(215,213,203)
#E2E2DA
(226,226,218)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6D53; }

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

This text font color is #7F6D53.


Background Color

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

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

This div background color is #7F6D53.


Border color

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

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

This div border color is #7F6D53.


Opacity

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

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

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

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

This text has shadow with #7F6D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6D53 on black background.


Color preview on white background

This text has color #7F6D53 on white background.



Black color preview on #7F6D53 background

This text has black color on #7F6D53 background.


White color preview on #7F6D53 background

This text has white color on #7F6D53 background.