COLOR #6D7A5E

HEX: #6D7A5E RGB: (109,122,94)

Color info

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

RGB color model

#6D7A5E color RGB value is (109,122,94).

RGB: (109,122,94) (43%, 48%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 94 of 255 = 37%

109
122
94

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

Portions of RGB colors in percentages

R + G + B = 109 + 122 + 94 = 325 (100%)
R 109 of 325 ~ 33.54%
G 122 of 325 ~ 37.54%
B 94 of 325 ~ 28.92'%

%33.54
%37.54
%28.92

CMYK color model

#6D7A5E color CMYK value is (11,0,23,52).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 52.16%

CMYK: (11,0,23,52)
C11M0Y23K52 (11%, 0%, 23%, 52%)
(0.11 / 0.00 / 0.23 / 0.52)

CMYK percentages

%10.66
%0
%22.95
%52.16

Codes

Color #6D7A5E in popluar color models

6D 7A 5E
RGB 109 122 94
HSL 88° 12.96% 42.35%
HSB/HSV 88° 22.95% 47.84%
CMYK 10.66% 0.00% 22.95%
52.16%

Color #6D7A5E in popluar number systems.

HEX 6D 7A 5E
Decimal 109 122 94
Binary 1101101 1111010 1011110
Octal 155 172 136

Shades and tints

Shades of #6D7A5E

#6D7A5E
(109,122,94)
#646F56
(100,111,86)
#5B644E
(91,100,78)
#525946
(82,89,70)
#494E3E
(73,78,62)
#404336
(64,67,54)
#37382E
(55,56,46)
#2E2D26
(46,45,38)
#25221E
(37,34,30)
#1C1716
(28,23,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D7A5E

#6D7A5E
(109,122,94)
#7A866C
(122,134,108)
#87927A
(135,146,122)
#949E88
(148,158,136)
#A1AA96
(161,170,150)
#AEB6A4
(174,182,164)
#BBC2B2
(187,194,178)
#C8CEC0
(200,206,192)
#D5DACE
(213,218,206)
#E2E6DC
(226,230,220)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7A5E; }

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

This text font color is #6D7A5E.

Background Color

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

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

This div background color is #6D7A5E.

Border color

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

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

This div border color is #6D7A5E.

Opacity

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

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

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

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

This text has shadow with #6D7A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7A5E.

Preview

Color preview on black background

This text has color #6D7A5E on black background.


Color preview on white background

This text has color #6D7A5E on white background.


Black color preview on #6D7A5E background

This text has black color on #6D7A5E background.


White color preview on #6D7A5E background

This text has white color on #6D7A5E background.


Related colors

Complementary color

Complementary color for #hex is #9285A1.


I love getcolorcode.com

Triadic colors

1 #5E6D7A and #7A5E6D with #6D7A5E are triadic colors.

2 #5E7A6D and #7A6D5E with #6D7A5E are triadic colors.