COLOR #6D7A45

HEX: #6D7A45
RGB: (109,122,69)

Color info

#6D7A45 contains red, green and blue colors in about the same proportion. Web safe color of #6D7A45 is #666633 (or #663).

RGB color model

#6D7A45 color RGB value is (109,122,69).

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

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 69 of 255 = 27%

109
122
69

R + G + B ~ 39%. #6D7A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 69 = 300 (100%)
R 109 of 300 ~ 36.33%
G 122 of 300 ~ 40.67%
B 69 of 300 ~ 23%

%36.33
%40.67
%23

CMYK color model

#6D7A45 color CMYK value is (11,0,43,52).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 43.44%
  • key color value is 52.16%
CMYK:
(11,0,43,52)
C11M0Y43K52 
(11%,0%,43%,52%)
(0.11/0.00/0.43/0.52)	

CMYK percentages

%10.66
%0
%43.44
%52.16

Codes

Color #6D7A45 in popluar color models

6D7A45
RGB10912269
HSL75°27.75%37.45%
HSB/HSV75°43.44%47.84%
CMYK10.66%0.00%43.44%
52.16%

Color #6D7A45 in popluar number systems.

HEX6D7A45
Decimal10912269
Binary110110111110101000101
Octal155172105

Shades and tints

Shades of #6D7A45

#6D7A45
(109,122,69)
#646F3F
(100,111,63)
#5B6439
(91,100,57)
#525933
(82,89,51)
#494E2D
(73,78,45)
#404327
(64,67,39)
#373821
(55,56,33)
#2E2D1B
(46,45,27)
#252215
(37,34,21)
#1C170F
(28,23,15)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #6D7A45

#6D7A45
(109,122,69)
#7A8655
(122,134,85)
#879265
(135,146,101)
#949E75
(148,158,117)
#A1AA85
(161,170,133)
#AEB695
(174,182,149)
#BBC2A5
(187,194,165)
#C8CEB5
(200,206,181)
#D5DAC5
(213,218,197)
#E2E6D5
(226,230,213)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7A45; }

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

This text font color is #6D7A45.


Background Color

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

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

This div background color is #6D7A45.


Border color

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

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

This div border color is #6D7A45.


Opacity

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

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

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

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

This text has shadow with #6D7A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7A45 on black background.


Color preview on white background

This text has color #6D7A45 on white background.



Black color preview on #6D7A45 background

This text has black color on #6D7A45 background.


White color preview on #6D7A45 background

This text has white color on #6D7A45 background.