COLOR #6B704E

HEX: #6B704E RGB: (107,112,78)

Color info

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

RGB color model

#6B704E color RGB value is (107,112,78).

RGB: (107,112,78) (42%, 44%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 78 of 255 = 31%

107
112
78

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

Portions of RGB colors in percentages

R + G + B = 107 + 112 + 78 = 297 (100%)
R 107 of 297 ~ 36.03%
G 112 of 297 ~ 37.71%
B 78 of 297 ~ 26.26'%

%36.03
%37.71
%26.26

CMYK color model

#6B704E color CMYK value is (4,0,30,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 56.08%

CMYK: (4,0,30,56)
C4M0Y30K56 (4%, 0%, 30%, 56%)
(0.04 / 0.00 / 0.30 / 0.56)

CMYK percentages

%4.46
%0
%30.36
%56.08

Codes

Color #6B704E in popluar color models

6B 70 4E
RGB 107 112 78
HSL 69° 17.89% 37.25%
HSB/HSV 69° 30.36% 43.92%
CMYK 4.46% 0.00% 30.36%
56.08%

Color #6B704E in popluar number systems.

HEX 6B 70 4E
Decimal 107 112 78
Binary 1101011 1110000 1001110
Octal 153 160 116

Shades and tints

Shades of #6B704E

#6B704E
(107,112,78)
#626647
(98,102,71)
#595C40
(89,92,64)
#505239
(80,82,57)
#474832
(71,72,50)
#3E3E2B
(62,62,43)
#353424
(53,52,36)
#2C2A1D
(44,42,29)
#232016
(35,32,22)
#1A160F
(26,22,15)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #6B704E

#6B704E
(107,112,78)
#787D5E
(120,125,94)
#858A6E
(133,138,110)
#92977E
(146,151,126)
#9FA48E
(159,164,142)
#ACB19E
(172,177,158)
#B9BEAE
(185,190,174)
#C6CBBE
(198,203,190)
#D3D8CE
(211,216,206)
#E0E5DE
(224,229,222)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B704E color. Also use rgb(107,112,78) instead hex code.

Text Font Color

.myTextColor { color: #6B704E; }

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

This text font color is #6B704E.

Background Color

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

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

This div background color is #6B704E.

Border color

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

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

This div border color is #6B704E.

Opacity

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

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

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

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

This text has shadow with #6B704E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B704E.

Preview

Color preview on black background

This text has color #6B704E on black background.


Color preview on white background

This text has color #6B704E on white background.


Black color preview on #6B704E background

This text has black color on #6B704E background.


White color preview on #6B704E background

This text has white color on #6B704E background.


Related colors

Complementary color

Complementary color for #hex is #948FB1.


I love getcolorcode.com

Triadic colors

1 #4E6B70 and #704E6B with #6B704E are triadic colors.

2 #4E706B and #706B4E with #6B704E are triadic colors.