COLOR #6B6361

HEX: #6B6361
RGB: (107,99,97)

Color info

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

RGB color model

#6B6361 color RGB value is (107,99,97).

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

RGB channels and saturation

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

107
99
97

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 97 = 303 (100%)
R 107 of 303 ~ 35.31%
G 99 of 303 ~ 32.67%
B 97 of 303 ~ 32.01%

%35.31
%32.67
%32.01

CMYK color model

#6B6361 color CMYK value is (0,7,9,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 9.35%
  • key color value is 58.04%
CMYK:
(0,7,9,58)
C0M7Y9K58 
(0%,7%,9%,58%)
(0.00/0.07/0.09/0.58)	

CMYK percentages

%0
%7.48
%9.35
%58.04

Codes

Color #6B6361 in popluar color models

6B6361
RGB1079997
HSL12°4.90%40.00%
HSB/HSV12°9.35%41.96%
CMYK0.00%7.48%9.35%
58.04%

Color #6B6361 in popluar number systems.

HEX6B6361
Decimal1079997
Binary110101111000111100001
Octal153143141

Shades and tints

Shades of #6B6361

#6B6361
(107,99,97)
#625A59
(98,90,89)
#595151
(89,81,81)
#504849
(80,72,73)
#473F41
(71,63,65)
#3E3639
(62,54,57)
#352D31
(53,45,49)
#2C2429
(44,36,41)
#231B21
(35,27,33)
#1A1219
(26,18,25)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B6361

#6B6361
(107,99,97)
#78716F
(120,113,111)
#857F7D
(133,127,125)
#928D8B
(146,141,139)
#9F9B99
(159,155,153)
#ACA9A7
(172,169,167)
#B9B7B5
(185,183,181)
#C6C5C3
(198,197,195)
#D3D3D1
(211,211,209)
#E0E1DF
(224,225,223)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6361; }

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

This text font color is #6B6361.


Background Color

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

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

This div background color is #6B6361.


Border color

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

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

This div border color is #6B6361.


Opacity

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

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

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

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

This text has shadow with #6B6361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6361 on black background.


Color preview on white background

This text has color #6B6361 on white background.



Black color preview on #6B6361 background

This text has black color on #6B6361 background.


White color preview on #6B6361 background

This text has white color on #6B6361 background.