COLOR #6B756E

HEX: #6B756E
RGB: (107,117,110)

Color info

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

RGB color model

#6B756E color RGB value is (107,117,110).

  • red value is 107;
  • green value is 117;
  • blue value is 110.
RGB:
(107,117,110)
(42%,46%,43%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 110 of 255 = 43%

107
117
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 110 = 334 (100%)
R 107 of 334 ~ 32.04%
G 117 of 334 ~ 35.03%
B 110 of 334 ~ 32.93%

%32.04
%35.03
%32.93

CMYK color model

#6B756E color CMYK value is (9,0,6,54).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(9,0,6,54)
C9M0Y6K54 
(9%,0%,6%,54%)
(0.09/0.00/0.06/0.54)	

CMYK percentages

%8.55
%0
%5.98
%54.12

Codes

Color #6B756E in popluar color models

6B756E
RGB107117110
HSL138°4.46%43.92%
HSB/HSV138°8.55%45.88%
CMYK8.55%0.00%5.98%
54.12%

Color #6B756E in popluar number systems.

HEX6B756E
Decimal107117110
Binary110101111101011101110
Octal153165156

Shades and tints

Shades of #6B756E

#6B756E
(107,117,110)
#626B64
(98,107,100)
#59615A
(89,97,90)
#505750
(80,87,80)
#474D46
(71,77,70)
#3E433C
(62,67,60)
#353932
(53,57,50)
#2C2F28
(44,47,40)
#23251E
(35,37,30)
#1A1B14
(26,27,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #6B756E

#6B756E
(107,117,110)
#78817B
(120,129,123)
#858D88
(133,141,136)
#929995
(146,153,149)
#9FA5A2
(159,165,162)
#ACB1AF
(172,177,175)
#B9BDBC
(185,189,188)
#C6C9C9
(198,201,201)
#D3D5D6
(211,213,214)
#E0E1E3
(224,225,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B756E color. Also use rgb(107,117,110) instead hex code.

Text Font Color

.myTextColor { color: #6B756E; }

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

This text font color is #6B756E.


Background Color

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

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

This div background color is #6B756E.


Border color

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

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

This div border color is #6B756E.


Opacity

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

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

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

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

This text has shadow with #6B756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B756E on black background.


Color preview on white background

This text has color #6B756E on white background.



Black color preview on #6B756E background

This text has black color on #6B756E background.


White color preview on #6B756E background

This text has white color on #6B756E background.