COLOR #6B6263

HEX: #6B6263
RGB: (107,98,99)

Color info

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

RGB color model

#6B6263 color RGB value is (107,98,99).

  • red value is 107;
  • green value is 98;
  • blue value is 99.
RGB:
(107,98,99)
(42%,38%,39%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 99 of 255 = 39%

107
98
99

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 99 = 304 (100%)
R 107 of 304 ~ 35.2%
G 98 of 304 ~ 32.24%
B 99 of 304 ~ 32.57%

%35.2
%32.24
%32.57

CMYK color model

#6B6263 color CMYK value is (0,8,7,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(0,8,7,58)
C0M8Y7K58 
(0%,8%,7%,58%)
(0.00/0.08/0.07/0.58)	

CMYK percentages

%0
%8.41
%7.48
%58.04

Codes

Color #6B6263 in popluar color models

6B6263
RGB1079899
HSL353°4.39%40.20%
HSB/HSV353°8.41%41.96%
CMYK0.00%8.41%7.48%
58.04%

Color #6B6263 in popluar number systems.

HEX6B6263
Decimal1079899
Binary110101111000101100011
Octal153142143

Shades and tints

Shades of #6B6263

#6B6263
(107,98,99)
#625A5A
(98,90,90)
#595251
(89,82,81)
#504A48
(80,74,72)
#47423F
(71,66,63)
#3E3A36
(62,58,54)
#35322D
(53,50,45)
#2C2A24
(44,42,36)
#23221B
(35,34,27)
#1A1A12
(26,26,18)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #6B6263

#6B6263
(107,98,99)
#787071
(120,112,113)
#857E7F
(133,126,127)
#928C8D
(146,140,141)
#9F9A9B
(159,154,155)
#ACA8A9
(172,168,169)
#B9B6B7
(185,182,183)
#C6C4C5
(198,196,197)
#D3D2D3
(211,210,211)
#E0E0E1
(224,224,225)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6263 color. Also use rgb(107,98,99) instead hex code.

Text Font Color

.myTextColor { color: #6B6263; }

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

This text font color is #6B6263.


Background Color

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

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

This div background color is #6B6263.


Border color

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

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

This div border color is #6B6263.


Opacity

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

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

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

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

This text has shadow with #6B6263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6263 on black background.


Color preview on white background

This text has color #6B6263 on white background.



Black color preview on #6B6263 background

This text has black color on #6B6263 background.


White color preview on #6B6263 background

This text has white color on #6B6263 background.