COLOR #6B784D

HEX: #6B784D RGB: (107,120,77)

Color info

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

RGB color model

#6B784D color RGB value is (107,120,77).

RGB: (107,120,77) (42%, 47%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 77 of 255 = 30%

107
120
77

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 77 = 304 (100%)
R 107 of 304 ~ 35.2%
G 120 of 304 ~ 39.47%
B 77 of 304 ~ 25.33'%

%35.2
%39.47
%25.33

CMYK color model

#6B784D color CMYK value is (11,0,36,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 52.94%

CMYK: (11,0,36,53)
C11M0Y36K53 (11%, 0%, 36%, 53%)
(0.11 / 0.00 / 0.36 / 0.53)

CMYK percentages

%10.83
%0
%35.83
%52.94

Codes

Color #6B784D in popluar color models

6B 78 4D
RGB 107 120 77
HSL 78° 21.83% 38.63%
HSB/HSV 78° 35.83% 47.06%
CMYK 10.83% 0.00% 35.83%
52.94%

Color #6B784D in popluar number systems.

HEX 6B 78 4D
Decimal 107 120 77
Binary 1101011 1111000 1001101
Octal 153 170 115

Shades and tints

Shades of #6B784D

#6B784D
(107,120,77)
#626E46
(98,110,70)
#59643F
(89,100,63)
#505A38
(80,90,56)
#475031
(71,80,49)
#3E462A
(62,70,42)
#353C23
(53,60,35)
#2C321C
(44,50,28)
#232815
(35,40,21)
#1A1E0E
(26,30,14)
#111407
(17,20,7)
#000000
(0,0,0)

Tints of #6B784D

#6B784D
(107,120,77)
#78845D
(120,132,93)
#85906D
(133,144,109)
#929C7D
(146,156,125)
#9FA88D
(159,168,141)
#ACB49D
(172,180,157)
#B9C0AD
(185,192,173)
#C6CCBD
(198,204,189)
#D3D8CD
(211,216,205)
#E0E4DD
(224,228,221)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B784D; }

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

This text font color is #6B784D.

Background Color

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

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

This div background color is #6B784D.

Border color

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

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

This div border color is #6B784D.

Opacity

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

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

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

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

This text has shadow with #6B784D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B784D.

Preview

Color preview on black background

This text has color #6B784D on black background.


Color preview on white background

This text has color #6B784D on white background.


Black color preview on #6B784D background

This text has black color on #6B784D background.


White color preview on #6B784D background

This text has white color on #6B784D background.


Related colors

Complementary color

Complementary color for #hex is #9487B2.


I love getcolorcode.com

Triadic colors

1 #4D6B78 and #784D6B with #6B784D are triadic colors.

2 #4D786B and #786B4D with #6B784D are triadic colors.