COLOR #6D7367

HEX: #6D7367
RGB: (109,115,103)

Color info

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

RGB color model

#6D7367 color RGB value is (109,115,103).

  • red value is 109;
  • green value is 115;
  • blue value is 103.
RGB:
(109,115,103)
(43%,45%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 103 of 255 = 40%

109
115
103

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

Portions of RGB colors in percentages

R + G + B =
109 + 115 + 103 = 327 (100%)
R 109 of 327 ~ 33.33%
G 115 of 327 ~ 35.17%
B 103 of 327 ~ 31.5%

%33.33
%35.17
%31.5

CMYK color model

#6D7367 color CMYK value is (5,0,10,55).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(5,0,10,55)
C5M0Y10K55 
(5%,0%,10%,55%)
(0.05/0.00/0.10/0.55)	

CMYK percentages

%5.22
%0
%10.43
%54.9

Codes

Color #6D7367 in popluar color models

6D7367
RGB109115103
HSL90°5.50%42.75%
HSB/HSV90°10.43%45.10%
CMYK5.22%0.00%10.43%
54.90%

Color #6D7367 in popluar number systems.

HEX6D7367
Decimal109115103
Binary110110111100111100111
Octal155163147

Shades and tints

Shades of #6D7367

#6D7367
(109,115,103)
#64695E
(100,105,94)
#5B5F55
(91,95,85)
#52554C
(82,85,76)
#494B43
(73,75,67)
#40413A
(64,65,58)
#373731
(55,55,49)
#2E2D28
(46,45,40)
#25231F
(37,35,31)
#1C1916
(28,25,22)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D7367

#6D7367
(109,115,103)
#7A7F74
(122,127,116)
#878B81
(135,139,129)
#94978E
(148,151,142)
#A1A39B
(161,163,155)
#AEAFA8
(174,175,168)
#BBBBB5
(187,187,181)
#C8C7C2
(200,199,194)
#D5D3CF
(213,211,207)
#E2DFDC
(226,223,220)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7367 color. Also use rgb(109,115,103) instead hex code.

Text Font Color

.myTextColor { color: #6D7367; }

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

This text font color is #6D7367.


Background Color

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

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

This div background color is #6D7367.


Border color

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

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

This div border color is #6D7367.


Opacity

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

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

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

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

This text has shadow with #6D7367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7367 on black background.


Color preview on white background

This text has color #6D7367 on white background.



Black color preview on #6D7367 background

This text has black color on #6D7367 background.


White color preview on #6D7367 background

This text has white color on #6D7367 background.