COLOR #6B7039

HEX: #6B7039
RGB: (107,112,57)

Color info

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

RGB color model

#6B7039 color RGB value is (107,112,57).

  • red value is 107;
  • green value is 112;
  • blue value is 57.
RGB:
(107,112,57)
(42%,44%,22%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 57 of 255 = 22%

107
112
57

R + G + B ~ 36%. #6B7039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 57 = 276 (100%)
R 107 of 276 ~ 38.77%
G 112 of 276 ~ 40.58%
B 57 of 276 ~ 20.65%

%38.77
%40.58
%20.65

CMYK color model

#6B7039 color CMYK value is (4,0,49,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 49.11%
  • key color value is 56.08%
CMYK:
(4,0,49,56)
C4M0Y49K56 
(4%,0%,49%,56%)
(0.04/0.00/0.49/0.56)	

CMYK percentages

%4.46
%0
%49.11
%56.08

Codes

Color #6B7039 in popluar color models

6B7039
RGB10711257
HSL65°32.54%33.14%
HSB/HSV65°49.11%43.92%
CMYK4.46%0.00%49.11%
56.08%

Color #6B7039 in popluar number systems.

HEX6B7039
Decimal10711257
Binary11010111110000111001
Octal15316071

Shades and tints

Shades of #6B7039

#6B7039
(107,112,57)
#626634
(98,102,52)
#595C2F
(89,92,47)
#50522A
(80,82,42)
#474825
(71,72,37)
#3E3E20
(62,62,32)
#35341B
(53,52,27)
#2C2A16
(44,42,22)
#232011
(35,32,17)
#1A160C
(26,22,12)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #6B7039

#6B7039
(107,112,57)
#787D4B
(120,125,75)
#858A5D
(133,138,93)
#92976F
(146,151,111)
#9FA481
(159,164,129)
#ACB193
(172,177,147)
#B9BEA5
(185,190,165)
#C6CBB7
(198,203,183)
#D3D8C9
(211,216,201)
#E0E5DB
(224,229,219)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7039; }

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

This text font color is #6B7039.


Background Color

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

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

This div background color is #6B7039.


Border color

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

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

This div border color is #6B7039.


Opacity

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

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

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

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

This text has shadow with #6B7039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7039 on black background.


Color preview on white background

This text has color #6B7039 on white background.



Black color preview on #6B7039 background

This text has black color on #6B7039 background.


White color preview on #6B7039 background

This text has white color on #6B7039 background.