COLOR #6D7A53

HEX: #6D7A53
RGB: (109,122,83)

Color info

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

RGB color model

#6D7A53 color RGB value is (109,122,83).

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

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 83 of 255 = 33%

109
122
83

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

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 83 = 314 (100%)
R 109 of 314 ~ 34.71%
G 122 of 314 ~ 38.85%
B 83 of 314 ~ 26.43%

%34.71
%38.85
%26.43

CMYK color model

#6D7A53 color CMYK value is (11,0,32,52).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 31.97%
  • key color value is 52.16%
CMYK:
(11,0,32,52)
C11M0Y32K52 
(11%,0%,32%,52%)
(0.11/0.00/0.32/0.52)	

CMYK percentages

%10.66
%0
%31.97
%52.16

Codes

Color #6D7A53 in popluar color models

6D7A53
RGB10912283
HSL80°19.02%40.20%
HSB/HSV80°31.97%47.84%
CMYK10.66%0.00%31.97%
52.16%

Color #6D7A53 in popluar number systems.

HEX6D7A53
Decimal10912283
Binary110110111110101010011
Octal155172123

Shades and tints

Shades of #6D7A53

#6D7A53
(109,122,83)
#646F4C
(100,111,76)
#5B6445
(91,100,69)
#52593E
(82,89,62)
#494E37
(73,78,55)
#404330
(64,67,48)
#373829
(55,56,41)
#2E2D22
(46,45,34)
#25221B
(37,34,27)
#1C1714
(28,23,20)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D7A53

#6D7A53
(109,122,83)
#7A8662
(122,134,98)
#879271
(135,146,113)
#949E80
(148,158,128)
#A1AA8F
(161,170,143)
#AEB69E
(174,182,158)
#BBC2AD
(187,194,173)
#C8CEBC
(200,206,188)
#D5DACB
(213,218,203)
#E2E6DA
(226,230,218)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7A53; }

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

This text font color is #6D7A53.


Background Color

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

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

This div background color is #6D7A53.


Border color

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

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

This div border color is #6D7A53.


Opacity

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

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

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

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

This text has shadow with #6D7A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7A53 on black background.


Color preview on white background

This text has color #6D7A53 on white background.



Black color preview on #6D7A53 background

This text has black color on #6D7A53 background.


White color preview on #6D7A53 background

This text has white color on #6D7A53 background.