COLOR #6B7359

HEX: #6B7359
RGB: (107,115,89)

Color info

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

RGB color model

#6B7359 color RGB value is (107,115,89).

  • red value is 107;
  • green value is 115;
  • blue value is 89.
RGB:
(107,115,89)
(42%,45%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 89 of 255 = 35%

107
115
89

R + G + B ~ 41%. #6B7359 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 115 + 89 = 311 (100%)
R 107 of 311 ~ 34.41%
G 115 of 311 ~ 36.98%
B 89 of 311 ~ 28.62%

%34.41
%36.98
%28.62

CMYK color model

#6B7359 color CMYK value is (7,0,23,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(7,0,23,55)
C7M0Y23K55 
(7%,0%,23%,55%)
(0.07/0.00/0.23/0.55)	

CMYK percentages

%6.96
%0
%22.61
%54.9

Codes

Color #6B7359 in popluar color models

6B7359
RGB10711589
HSL78°12.75%40.00%
HSB/HSV78°22.61%45.10%
CMYK6.96%0.00%22.61%
54.90%

Color #6B7359 in popluar number systems.

HEX6B7359
Decimal10711589
Binary110101111100111011001
Octal153163131

Shades and tints

Shades of #6B7359

#6B7359
(107,115,89)
#626951
(98,105,81)
#595F49
(89,95,73)
#505541
(80,85,65)
#474B39
(71,75,57)
#3E4131
(62,65,49)
#353729
(53,55,41)
#2C2D21
(44,45,33)
#232319
(35,35,25)
#1A1911
(26,25,17)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #6B7359

#6B7359
(107,115,89)
#787F68
(120,127,104)
#858B77
(133,139,119)
#929786
(146,151,134)
#9FA395
(159,163,149)
#ACAFA4
(172,175,164)
#B9BBB3
(185,187,179)
#C6C7C2
(198,199,194)
#D3D3D1
(211,211,209)
#E0DFE0
(224,223,224)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7359 color. Also use rgb(107,115,89) instead hex code.

Text Font Color

.myTextColor { color: #6B7359; }

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

This text font color is #6B7359.


Background Color

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

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

This div background color is #6B7359.


Border color

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

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

This div border color is #6B7359.


Opacity

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

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

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

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

This text has shadow with #6B7359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7359 on black background.


Color preview on white background

This text has color #6B7359 on white background.



Black color preview on #6B7359 background

This text has black color on #6B7359 background.


White color preview on #6B7359 background

This text has white color on #6B7359 background.