COLOR #6D837A

HEX: #6D837A
RGB: (109,131,122)

Color info

#6D837A contains red, green and blue colors in about the same proportion. Web safe color of #6D837A is #669966 (or #696).

RGB color model

#6D837A color RGB value is (109,131,122).

  • red value is 109;
  • green value is 131;
  • blue value is 122.
RGB:
(109,131,122)
(43%,51%,48%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 122 of 255 = 48%

109
131
122

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

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 122 = 362 (100%)
R 109 of 362 ~ 30.11%
G 131 of 362 ~ 36.19%
B 122 of 362 ~ 33.7%

%30.11
%36.19
%33.7

CMYK color model

#6D837A color CMYK value is (17,0,7,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(17,0,7,49)
C17M0Y7K49 
(17%,0%,7%,49%)
(0.17/0.00/0.07/0.49)	

CMYK percentages

%16.79
%0
%6.87
%48.63

Codes

Color #6D837A in popluar color models

6D837A
RGB109131122
HSL155°9.17%47.06%
HSB/HSV155°16.79%51.37%
CMYK16.79%0.00%6.87%
48.63%

Color #6D837A in popluar number systems.

HEX6D837A
Decimal109131122
Binary1101101100000111111010
Octal155203172

Shades and tints

Shades of #6D837A

#6D837A
(109,131,122)
#64786F
(100,120,111)
#5B6D64
(91,109,100)
#526259
(82,98,89)
#49574E
(73,87,78)
#404C43
(64,76,67)
#374138
(55,65,56)
#2E362D
(46,54,45)
#252B22
(37,43,34)
#1C2017
(28,32,23)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #6D837A

#6D837A
(109,131,122)
#7A8E86
(122,142,134)
#879992
(135,153,146)
#94A49E
(148,164,158)
#A1AFAA
(161,175,170)
#AEBAB6
(174,186,182)
#BBC5C2
(187,197,194)
#C8D0CE
(200,208,206)
#D5DBDA
(213,219,218)
#E2E6E6
(226,230,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D837A color. Also use rgb(109,131,122) instead hex code.

Text Font Color

.myTextColor { color: #6D837A; }

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

This text font color is #6D837A.


Background Color

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

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

This div background color is #6D837A.


Border color

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

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

This div border color is #6D837A.


Opacity

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

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

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

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

This text has shadow with #6D837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D837A on black background.


Color preview on white background

This text has color #6D837A on white background.



Black color preview on #6D837A background

This text has black color on #6D837A background.


White color preview on #6D837A background

This text has white color on #6D837A background.