COLOR #6D8274

HEX: #6D8274
RGB: (109,130,116)

Color info

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

RGB color model

#6D8274 color RGB value is (109,130,116).

  • red value is 109;
  • green value is 130;
  • blue value is 116.
RGB:
(109,130,116)
(43%,51%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 116 of 255 = 45%

109
130
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 116 = 355 (100%)
R 109 of 355 ~ 30.7%
G 130 of 355 ~ 36.62%
B 116 of 355 ~ 32.68%

%30.7
%36.62
%32.68

CMYK color model

#6D8274 color CMYK value is (16,0,11,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(16,0,11,49)
C16M0Y11K49 
(16%,0%,11%,49%)
(0.16/0.00/0.11/0.49)	

CMYK percentages

%16.15
%0
%10.77
%49.02

Codes

Color #6D8274 in popluar color models

6D8274
RGB109130116
HSL140°8.79%46.86%
HSB/HSV140°16.15%50.98%
CMYK16.15%0.00%10.77%
49.02%

Color #6D8274 in popluar number systems.

HEX6D8274
Decimal109130116
Binary1101101100000101110100
Octal155202164

Shades and tints

Shades of #6D8274

#6D8274
(109,130,116)
#64776A
(100,119,106)
#5B6C60
(91,108,96)
#526156
(82,97,86)
#49564C
(73,86,76)
#404B42
(64,75,66)
#374038
(55,64,56)
#2E352E
(46,53,46)
#252A24
(37,42,36)
#1C1F1A
(28,31,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D8274

#6D8274
(109,130,116)
#7A8D80
(122,141,128)
#87988C
(135,152,140)
#94A398
(148,163,152)
#A1AEA4
(161,174,164)
#AEB9B0
(174,185,176)
#BBC4BC
(187,196,188)
#C8CFC8
(200,207,200)
#D5DAD4
(213,218,212)
#E2E5E0
(226,229,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8274 color. Also use rgb(109,130,116) instead hex code.

Text Font Color

.myTextColor { color: #6D8274; }

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

This text font color is #6D8274.


Background Color

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

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

This div background color is #6D8274.


Border color

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

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

This div border color is #6D8274.


Opacity

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

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

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

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

This text has shadow with #6D8274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8274 on black background.


Color preview on white background

This text has color #6D8274 on white background.



Black color preview on #6D8274 background

This text has black color on #6D8274 background.


White color preview on #6D8274 background

This text has white color on #6D8274 background.