COLOR #6B744D

HEX: #6B744D RGB: (107,116,77)

Color info

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

RGB color model

#6B744D color RGB value is (107,116,77).

RGB: (107,116,77) (42%, 45%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 77 of 255 = 30%

107
116
77

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

Portions of RGB colors in percentages

R + G + B = 107 + 116 + 77 = 300 (100%)
R 107 of 300 ~ 35.67%
G 116 of 300 ~ 38.67%
B 77 of 300 ~ 25.67'%

%35.67
%38.67
%25.67

CMYK color model

#6B744D color CMYK value is (8,0,34,55).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%

CMYK: (8,0,34,55)
C8M0Y34K55 (8%, 0%, 34%, 55%)
(0.08 / 0.00 / 0.34 / 0.55)

CMYK percentages

%7.76
%0
%33.62
%54.51

Codes

Color #6B744D in popluar color models

6B 74 4D
RGB 107 116 77
HSL 74° 20.21% 37.84%
HSB/HSV 74° 33.62% 45.49%
CMYK 7.76% 0.00% 33.62%
54.51%

Color #6B744D in popluar number systems.

HEX 6B 74 4D
Decimal 107 116 77
Binary 1101011 1110100 1001101
Octal 153 164 115

Shades and tints

Shades of #6B744D

#6B744D
(107,116,77)
#626A46
(98,106,70)
#59603F
(89,96,63)
#505638
(80,86,56)
#474C31
(71,76,49)
#3E422A
(62,66,42)
#353823
(53,56,35)
#2C2E1C
(44,46,28)
#232415
(35,36,21)
#1A1A0E
(26,26,14)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #6B744D

#6B744D
(107,116,77)
#78805D
(120,128,93)
#858C6D
(133,140,109)
#92987D
(146,152,125)
#9FA48D
(159,164,141)
#ACB09D
(172,176,157)
#B9BCAD
(185,188,173)
#C6C8BD
(198,200,189)
#D3D4CD
(211,212,205)
#E0E0DD
(224,224,221)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B744D color. Also use rgb(107,116,77) instead hex code.

Text Font Color

.myTextColor { color: #6B744D; }

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

This text font color is #6B744D.

Background Color

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

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

This div background color is #6B744D.

Border color

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

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

This div border color is #6B744D.

Opacity

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

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

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

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

This text has shadow with #6B744D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B744D.

Preview

Color preview on black background

This text has color #6B744D on black background.


Color preview on white background

This text has color #6B744D on white background.


Black color preview on #6B744D background

This text has black color on #6B744D background.


White color preview on #6B744D background

This text has white color on #6B744D background.


Related colors

Complementary color

Complementary color for #hex is #948BB2.


I love getcolorcode.com

Triadic colors

1 #4D6B74 and #744D6B with #6B744D are triadic colors.

2 #4D746B and #746B4D with #6B744D are triadic colors.