COLOR #6D735D

HEX: #6D735D
RGB: (109,115,93)

Color info

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

RGB color model

#6D735D color RGB value is (109,115,93).

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

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 93 of 255 = 36%

109
115
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 115 + 93 = 317 (100%)
R 109 of 317 ~ 34.38%
G 115 of 317 ~ 36.28%
B 93 of 317 ~ 29.34%

%34.38
%36.28
%29.34

CMYK color model

#6D735D color CMYK value is (5,0,19,55).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 54.90%
CMYK:
(5,0,19,55)
C5M0Y19K55 
(5%,0%,19%,55%)
(0.05/0.00/0.19/0.55)	

CMYK percentages

%5.22
%0
%19.13
%54.9

Codes

Color #6D735D in popluar color models

6D735D
RGB10911593
HSL76°10.58%40.78%
HSB/HSV76°19.13%45.10%
CMYK5.22%0.00%19.13%
54.90%

Color #6D735D in popluar number systems.

HEX6D735D
Decimal10911593
Binary110110111100111011101
Octal155163135

Shades and tints

Shades of #6D735D

#6D735D
(109,115,93)
#646955
(100,105,85)
#5B5F4D
(91,95,77)
#525545
(82,85,69)
#494B3D
(73,75,61)
#404135
(64,65,53)
#37372D
(55,55,45)
#2E2D25
(46,45,37)
#25231D
(37,35,29)
#1C1915
(28,25,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D735D

#6D735D
(109,115,93)
#7A7F6B
(122,127,107)
#878B79
(135,139,121)
#949787
(148,151,135)
#A1A395
(161,163,149)
#AEAFA3
(174,175,163)
#BBBBB1
(187,187,177)
#C8C7BF
(200,199,191)
#D5D3CD
(213,211,205)
#E2DFDB
(226,223,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D735D; }

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

This text font color is #6D735D.


Background Color

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

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

This div background color is #6D735D.


Border color

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

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

This div border color is #6D735D.


Opacity

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

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

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

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

This text has shadow with #6D735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D735D on black background.


Color preview on white background

This text has color #6D735D on white background.



Black color preview on #6D735D background

This text has black color on #6D735D background.


White color preview on #6D735D background

This text has white color on #6D735D background.