COLOR #6B7944

HEX: #6B7944
RGB: (107,121,68)

Color info

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

RGB color model

#6B7944 color RGB value is (107,121,68).

  • red value is 107;
  • green value is 121;
  • blue value is 68.
RGB:
(107,121,68)
(42%,47%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 68 of 255 = 27%

107
121
68

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

Portions of RGB colors in percentages

R + G + B =
107 + 121 + 68 = 296 (100%)
R 107 of 296 ~ 36.15%
G 121 of 296 ~ 40.88%
B 68 of 296 ~ 22.97%

%36.15
%40.88
%22.97

CMYK color model

#6B7944 color CMYK value is (12,0,44,53).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 52.55%
CMYK:
(12,0,44,53)
C12M0Y44K53 
(12%,0%,44%,53%)
(0.12/0.00/0.44/0.53)	

CMYK percentages

%11.57
%0
%43.8
%52.55

Codes

Color #6B7944 in popluar color models

6B7944
RGB10712168
HSL76°28.04%37.06%
HSB/HSV76°43.80%47.45%
CMYK11.57%0.00%43.80%
52.55%

Color #6B7944 in popluar number systems.

HEX6B7944
Decimal10712168
Binary110101111110011000100
Octal153171104

Shades and tints

Shades of #6B7944

#6B7944
(107,121,68)
#626E3E
(98,110,62)
#596338
(89,99,56)
#505832
(80,88,50)
#474D2C
(71,77,44)
#3E4226
(62,66,38)
#353720
(53,55,32)
#2C2C1A
(44,44,26)
#232114
(35,33,20)
#1A160E
(26,22,14)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #6B7944

#6B7944
(107,121,68)
#788555
(120,133,85)
#859166
(133,145,102)
#929D77
(146,157,119)
#9FA988
(159,169,136)
#ACB599
(172,181,153)
#B9C1AA
(185,193,170)
#C6CDBB
(198,205,187)
#D3D9CC
(211,217,204)
#E0E5DD
(224,229,221)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7944 color. Also use rgb(107,121,68) instead hex code.

Text Font Color

.myTextColor { color: #6B7944; }

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

This text font color is #6B7944.


Background Color

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

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

This div background color is #6B7944.


Border color

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

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

This div border color is #6B7944.


Opacity

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

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

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

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

This text has shadow with #6B7944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7944 on black background.


Color preview on white background

This text has color #6B7944 on white background.



Black color preview on #6B7944 background

This text has black color on #6B7944 background.


White color preview on #6B7944 background

This text has white color on #6B7944 background.