COLOR #6D7F53

HEX: #6D7F53
RGB: (109,127,83)

Color info

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

RGB color model

#6D7F53 color RGB value is (109,127,83).

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

RGB channels and saturation

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

109
127
83

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

Portions of RGB colors in percentages

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

%34.17
%39.81
%26.02

CMYK color model

#6D7F53 color CMYK value is (14,0,35,50).

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

CMYK percentages

%14.17
%0
%34.65
%50.2

Codes

Color #6D7F53 in popluar color models

6D7F53
RGB10912783
HSL85°20.95%41.18%
HSB/HSV85°34.65%49.80%
CMYK14.17%0.00%34.65%
50.20%

Color #6D7F53 in popluar number systems.

HEX6D7F53
Decimal10912783
Binary110110111111111010011
Octal155177123

Shades and tints

Shades of #6D7F53

#6D7F53
(109,127,83)
#64744C
(100,116,76)
#5B6945
(91,105,69)
#525E3E
(82,94,62)
#495337
(73,83,55)
#404830
(64,72,48)
#373D29
(55,61,41)
#2E3222
(46,50,34)
#25271B
(37,39,27)
#1C1C14
(28,28,20)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D7F53

#6D7F53
(109,127,83)
#7A8A62
(122,138,98)
#879571
(135,149,113)
#94A080
(148,160,128)
#A1AB8F
(161,171,143)
#AEB69E
(174,182,158)
#BBC1AD
(187,193,173)
#C8CCBC
(200,204,188)
#D5D7CB
(213,215,203)
#E2E2DA
(226,226,218)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7F53; }

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

This text font color is #6D7F53.


Background Color

.myBgColor { background-color: #6D7F53; }

<div style="background-color:#6D7F53">Inner text</div>

This div background color is #6D7F53.


Border color

.myBorderColor { border: 1px solid #6D7F53; }

<div style="border:3px solid #6D7F53">Div</div>

This div border color is #6D7F53.


Opacity

.myOpacity80 { color: #6D7F53; opacity: 0.8; }

<p style="color:#6D7F53;opacity:0.8;">80%</p>

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

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

This text has shadow with #6D7F53 color.

.textShadow {text-shadow: 3px 3px 1px #6D7F53, 3px 3px 1px red;}

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

This text has shadow with #6D7F53 primary color and red secondary color.


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

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

This text has shadow with #6D7F53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7F53 on black background.


Color preview on white background

This text has color #6D7F53 on white background.



Black color preview on #6D7F53 background

This text has black color on #6D7F53 background.


White color preview on #6D7F53 background

This text has white color on #6D7F53 background.