COLOR #6B743B

HEX: #6B743B
RGB: (107,116,59)

Color info

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

RGB color model

#6B743B color RGB value is (107,116,59).

  • red value is 107;
  • green value is 116;
  • blue value is 59.
RGB:
(107,116,59)
(42%,45%,23%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 59 of 255 = 23%

107
116
59

R + G + B ~ 37%. #6B743B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 59 = 282 (100%)
R 107 of 282 ~ 37.94%
G 116 of 282 ~ 41.13%
B 59 of 282 ~ 20.92%

%37.94
%41.13
%20.92

CMYK color model

#6B743B color CMYK value is (8,0,49,55).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 49.14%
  • key color value is 54.51%
CMYK:
(8,0,49,55)
C8M0Y49K55 
(8%,0%,49%,55%)
(0.08/0.00/0.49/0.55)	

CMYK percentages

%7.76
%0
%49.14
%54.51

Codes

Color #6B743B in popluar color models

6B743B
RGB10711659
HSL69°32.57%34.31%
HSB/HSV69°49.14%45.49%
CMYK7.76%0.00%49.14%
54.51%

Color #6B743B in popluar number systems.

HEX6B743B
Decimal10711659
Binary11010111110100111011
Octal15316473

Shades and tints

Shades of #6B743B

#6B743B
(107,116,59)
#626A36
(98,106,54)
#596031
(89,96,49)
#50562C
(80,86,44)
#474C27
(71,76,39)
#3E4222
(62,66,34)
#35381D
(53,56,29)
#2C2E18
(44,46,24)
#232413
(35,36,19)
#1A1A0E
(26,26,14)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #6B743B

#6B743B
(107,116,59)
#78804C
(120,128,76)
#858C5D
(133,140,93)
#92986E
(146,152,110)
#9FA47F
(159,164,127)
#ACB090
(172,176,144)
#B9BCA1
(185,188,161)
#C6C8B2
(198,200,178)
#D3D4C3
(211,212,195)
#E0E0D4
(224,224,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B743B; }

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

This text font color is #6B743B.


Background Color

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

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

This div background color is #6B743B.


Border color

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

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

This div border color is #6B743B.


Opacity

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

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

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

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

This text has shadow with #6B743B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B743B on black background.


Color preview on white background

This text has color #6B743B on white background.



Black color preview on #6B743B background

This text has black color on #6B743B background.


White color preview on #6B743B background

This text has white color on #6B743B background.