COLOR #6D7563

HEX: #6D7563
RGB: (109,117,99)

Color info

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

RGB color model

#6D7563 color RGB value is (109,117,99).

  • red value is 109;
  • green value is 117;
  • blue value is 99.
RGB:
(109,117,99)
(43%,46%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 99 of 255 = 39%

109
117
99

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 99 = 325 (100%)
R 109 of 325 ~ 33.54%
G 117 of 325 ~ 36%
B 99 of 325 ~ 30.46%

%33.54
%36
%30.46

CMYK color model

#6D7563 color CMYK value is (7,0,15,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 54.12%
CMYK:
(7,0,15,54)
C7M0Y15K54 
(7%,0%,15%,54%)
(0.07/0.00/0.15/0.54)	

CMYK percentages

%6.84
%0
%15.38
%54.12

Codes

Color #6D7563 in popluar color models

6D7563
RGB10911799
HSL87°8.33%42.35%
HSB/HSV87°15.38%45.88%
CMYK6.84%0.00%15.38%
54.12%

Color #6D7563 in popluar number systems.

HEX6D7563
Decimal10911799
Binary110110111101011100011
Octal155165143

Shades and tints

Shades of #6D7563

#6D7563
(109,117,99)
#646B5A
(100,107,90)
#5B6151
(91,97,81)
#525748
(82,87,72)
#494D3F
(73,77,63)
#404336
(64,67,54)
#37392D
(55,57,45)
#2E2F24
(46,47,36)
#25251B
(37,37,27)
#1C1B12
(28,27,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #6D7563

#6D7563
(109,117,99)
#7A8171
(122,129,113)
#878D7F
(135,141,127)
#94998D
(148,153,141)
#A1A59B
(161,165,155)
#AEB1A9
(174,177,169)
#BBBDB7
(187,189,183)
#C8C9C5
(200,201,197)
#D5D5D3
(213,213,211)
#E2E1E1
(226,225,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7563 color. Also use rgb(109,117,99) instead hex code.

Text Font Color

.myTextColor { color: #6D7563; }

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

This text font color is #6D7563.


Background Color

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

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

This div background color is #6D7563.


Border color

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

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

This div border color is #6D7563.


Opacity

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

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

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

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

This text has shadow with #6D7563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7563 on black background.


Color preview on white background

This text has color #6D7563 on white background.



Black color preview on #6D7563 background

This text has black color on #6D7563 background.


White color preview on #6D7563 background

This text has white color on #6D7563 background.