COLOR #6B716C

HEX: #6B716C
RGB: (107,113,108)

Color info

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

RGB color model

#6B716C color RGB value is (107,113,108).

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

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 108 of 255 = 42%

107
113
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 108 = 328 (100%)
R 107 of 328 ~ 32.62%
G 113 of 328 ~ 34.45%
B 108 of 328 ~ 32.93%

%32.62
%34.45
%32.93

CMYK color model

#6B716C color CMYK value is (5,0,4,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(5,0,4,56)
C5M0Y4K56 
(5%,0%,4%,56%)
(0.05/0.00/0.04/0.56)	

CMYK percentages

%5.31
%0
%4.42
%55.69

Codes

Color #6B716C in popluar color models

6B716C
RGB107113108
HSL130°2.73%43.14%
HSB/HSV130°5.31%44.31%
CMYK5.31%0.00%4.42%
55.69%

Color #6B716C in popluar number systems.

HEX6B716C
Decimal107113108
Binary110101111100011101100
Octal153161154

Shades and tints

Shades of #6B716C

#6B716C
(107,113,108)
#626763
(98,103,99)
#595D5A
(89,93,90)
#505351
(80,83,81)
#474948
(71,73,72)
#3E3F3F
(62,63,63)
#353536
(53,53,54)
#2C2B2D
(44,43,45)
#232124
(35,33,36)
#1A171B
(26,23,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B716C

#6B716C
(107,113,108)
#787D79
(120,125,121)
#858986
(133,137,134)
#929593
(146,149,147)
#9FA1A0
(159,161,160)
#ACADAD
(172,173,173)
#B9B9BA
(185,185,186)
#C6C5C7
(198,197,199)
#D3D1D4
(211,209,212)
#E0DDE1
(224,221,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B716C; }

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

This text font color is #6B716C.


Background Color

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

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

This div background color is #6B716C.


Border color

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

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

This div border color is #6B716C.


Opacity

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

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

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

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

This text has shadow with #6B716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B716C on black background.


Color preview on white background

This text has color #6B716C on white background.



Black color preview on #6B716C background

This text has black color on #6B716C background.


White color preview on #6B716C background

This text has white color on #6B716C background.