COLOR #6B7473

HEX: #6B7473
RGB: (107,116,115)

Color info

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

RGB color model

#6B7473 color RGB value is (107,116,115).

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

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 115 of 255 = 45%

107
116
115

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 115 = 338 (100%)
R 107 of 338 ~ 31.66%
G 116 of 338 ~ 34.32%
B 115 of 338 ~ 34.02%

%31.66
%34.32
%34.02

CMYK color model

#6B7473 color CMYK value is (8,0,1,55).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(8,0,1,55)
C8M0Y1K55 
(8%,0%,1%,55%)
(0.08/0.00/0.01/0.55)	

CMYK percentages

%7.76
%0
%0.86
%54.51

Codes

Color #6B7473 in popluar color models

6B7473
RGB107116115
HSL173°4.04%43.73%
HSB/HSV173°7.76%45.49%
CMYK7.76%0.00%0.86%
54.51%

Color #6B7473 in popluar number systems.

HEX6B7473
Decimal107116115
Binary110101111101001110011
Octal153164163

Shades and tints

Shades of #6B7473

#6B7473
(107,116,115)
#626A69
(98,106,105)
#59605F
(89,96,95)
#505655
(80,86,85)
#474C4B
(71,76,75)
#3E4241
(62,66,65)
#353837
(53,56,55)
#2C2E2D
(44,46,45)
#232423
(35,36,35)
#1A1A19
(26,26,25)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B7473

#6B7473
(107,116,115)
#78807F
(120,128,127)
#858C8B
(133,140,139)
#929897
(146,152,151)
#9FA4A3
(159,164,163)
#ACB0AF
(172,176,175)
#B9BCBB
(185,188,187)
#C6C8C7
(198,200,199)
#D3D4D3
(211,212,211)
#E0E0DF
(224,224,223)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7473; }

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

This text font color is #6B7473.


Background Color

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

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

This div background color is #6B7473.


Border color

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

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

This div border color is #6B7473.


Opacity

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

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

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

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

This text has shadow with #6B7473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7473 on black background.


Color preview on white background

This text has color #6B7473 on white background.



Black color preview on #6B7473 background

This text has black color on #6B7473 background.


White color preview on #6B7473 background

This text has white color on #6B7473 background.