COLOR #6B7156

HEX: #6B7156
RGB: (107,113,86)

Color info

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

RGB color model

#6B7156 color RGB value is (107,113,86).

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

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 86 of 255 = 34%

107
113
86

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 86 = 306 (100%)
R 107 of 306 ~ 34.97%
G 113 of 306 ~ 36.93%
B 86 of 306 ~ 28.1%

%34.97
%36.93
%28.1

CMYK color model

#6B7156 color CMYK value is (5,0,24,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(5,0,24,56)
C5M0Y24K56 
(5%,0%,24%,56%)
(0.05/0.00/0.24/0.56)	

CMYK percentages

%5.31
%0
%23.89
%55.69

Codes

Color #6B7156 in popluar color models

6B7156
RGB10711386
HSL73°13.57%39.02%
HSB/HSV73°23.89%44.31%
CMYK5.31%0.00%23.89%
55.69%

Color #6B7156 in popluar number systems.

HEX6B7156
Decimal10711386
Binary110101111100011010110
Octal153161126

Shades and tints

Shades of #6B7156

#6B7156
(107,113,86)
#62674F
(98,103,79)
#595D48
(89,93,72)
#505341
(80,83,65)
#47493A
(71,73,58)
#3E3F33
(62,63,51)
#35352C
(53,53,44)
#2C2B25
(44,43,37)
#23211E
(35,33,30)
#1A1717
(26,23,23)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B7156

#6B7156
(107,113,86)
#787D65
(120,125,101)
#858974
(133,137,116)
#929583
(146,149,131)
#9FA192
(159,161,146)
#ACADA1
(172,173,161)
#B9B9B0
(185,185,176)
#C6C5BF
(198,197,191)
#D3D1CE
(211,209,206)
#E0DDDD
(224,221,221)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7156; }

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

This text font color is #6B7156.


Background Color

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

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

This div background color is #6B7156.


Border color

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

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

This div border color is #6B7156.


Opacity

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

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

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

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

This text has shadow with #6B7156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7156 on black background.


Color preview on white background

This text has color #6B7156 on white background.



Black color preview on #6B7156 background

This text has black color on #6B7156 background.


White color preview on #6B7156 background

This text has white color on #6B7156 background.