COLOR #6B713B

HEX: #6B713B
RGB: (107,113,59)

Color info

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

RGB color model

#6B713B color RGB value is (107,113,59).

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

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 59 of 255 = 23%

107
113
59

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 59 = 279 (100%)
R 107 of 279 ~ 38.35%
G 113 of 279 ~ 40.5%
B 59 of 279 ~ 21.15%

%38.35
%40.5
%21.15

CMYK color model

#6B713B color CMYK value is (5,0,48,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 55.69%
CMYK:
(5,0,48,56)
C5M0Y48K56 
(5%,0%,48%,56%)
(0.05/0.00/0.48/0.56)	

CMYK percentages

%5.31
%0
%47.79
%55.69

Codes

Color #6B713B in popluar color models

6B713B
RGB10711359
HSL67°31.40%33.73%
HSB/HSV67°47.79%44.31%
CMYK5.31%0.00%47.79%
55.69%

Color #6B713B in popluar number systems.

HEX6B713B
Decimal10711359
Binary11010111110001111011
Octal15316173

Shades and tints

Shades of #6B713B

#6B713B
(107,113,59)
#626736
(98,103,54)
#595D31
(89,93,49)
#50532C
(80,83,44)
#474927
(71,73,39)
#3E3F22
(62,63,34)
#35351D
(53,53,29)
#2C2B18
(44,43,24)
#232113
(35,33,19)
#1A170E
(26,23,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B713B

#6B713B
(107,113,59)
#787D4C
(120,125,76)
#85895D
(133,137,93)
#92956E
(146,149,110)
#9FA17F
(159,161,127)
#ACAD90
(172,173,144)
#B9B9A1
(185,185,161)
#C6C5B2
(198,197,178)
#D3D1C3
(211,209,195)
#E0DDD4
(224,221,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B713B; }

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

This text font color is #6B713B.


Background Color

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

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

This div background color is #6B713B.


Border color

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

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

This div border color is #6B713B.


Opacity

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

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

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

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

This text has shadow with #6B713B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B713B on black background.


Color preview on white background

This text has color #6B713B on white background.



Black color preview on #6B713B background

This text has black color on #6B713B background.


White color preview on #6B713B background

This text has white color on #6B713B background.