COLOR #6D732B

HEX: #6D732B RGB: (109,115,43)

Color info

#6D732B contains mainly red and green colors. Web safe color of #6D732B is #666633 (or #663).

RGB color model

#6D732B color RGB value is (109,115,43).

RGB: (109,115,43) (43%, 45%, 17%)

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 43 of 255 = 17%

109
115
43

R + G + B ~ 35%. #6D732B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 115 + 43 = 267 (100%)
R 109 of 267 ~ 40.82%
G 115 of 267 ~ 43.07%
B 43 of 267 ~ 16.1'%

%40.82
%43.07
%16.1

CMYK color model

#6D732B color CMYK value is (5,0,63,55).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 62.61%
  • key color value is 54.90%
CMYK: (5,0,63,55) C5M0Y63K55 (5%,0%,63%,55%) (0.05/0.00/0.63/0.55) 

CMYK percentages

%5.22
%0
%62.61
%54.9

Codes

Color #6D732B in popluar color models

6D 73 2B
RGB 109 115 43
HSL 65° 45.57% 30.98%
HSB/HSV 65° 62.61% 45.10%
CMYK 5.22% 0.00% 62.61%
54.90%

Color #6D732B in popluar number systems.

HEX 6D 73 2B
Decimal 109 115 43
Binary 1101101 1110011 101011
Octal 155 163 53

Shades and tints

Shades of #6D732B

#6D732B
(109,115,43)
#646928
(100,105,40)
#5B5F25
(91,95,37)
#525522
(82,85,34)
#494B1F
(73,75,31)
#40411C
(64,65,28)
#373719
(55,55,25)
#2E2D16
(46,45,22)
#252313
(37,35,19)
#1C1910
(28,25,16)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D732B

#6D732B
(109,115,43)
#7A7F3E
(122,127,62)
#878B51
(135,139,81)
#949764
(148,151,100)
#A1A377
(161,163,119)
#AEAF8A
(174,175,138)
#BBBB9D
(187,187,157)
#C8C7B0
(200,199,176)
#D5D3C3
(213,211,195)
#E2DFD6
(226,223,214)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D732B color. Also use rgb(109,115,43) instead hex code.

Text Font Color

.myTextColor { color: #6D732B; }

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

This text font color is #6D732B.

Background Color

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

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

This div background color is #6D732B.

Border color

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

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

This div border color is #6D732B.

Opacity

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

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

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

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

This text has shadow with #6D732B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D732B.

Preview

Color preview on black background

This text has color #6D732B on black background.


Color preview on white background

This text has color #6D732B on white background.


Black color preview on #6D732B background

This text has black color on #6D732B background.


White color preview on #6D732B background

This text has white color on #6D732B background.


Related colors

Complementary color

Complementary color for #hex is #928CD4.


I love getcolorcode.com

Triadic colors

1 #2B6D73 and #732B6D with #6D732B are triadic colors.

2 #2B736D and #736D2B with #6D732B are triadic colors.