COLOR #6B5E5E

HEX: #6B5E5E
RGB: (107,94,94)

Color info

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

RGB color model

#6B5E5E color RGB value is (107,94,94).

  • red value is 107;
  • green value is 94;
  • blue value is 94.
RGB:
(107,94,94)
(42%,37%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 94 of 255 = 37%

107
94
94

R + G + B ~ 39%. #6B5E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 94 + 94 = 295 (100%)
R 107 of 295 ~ 36.27%
G 94 of 295 ~ 31.86%
B 94 of 295 ~ 31.86%

%36.27
%31.86
%31.86

CMYK color model

#6B5E5E color CMYK value is (0,12,12,58).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 12.15%
  • key color value is 58.04%
CMYK:
(0,12,12,58)
C0M12Y12K58 
(0%,12%,12%,58%)
(0.00/0.12/0.12/0.58)	

CMYK percentages

%0
%12.15
%12.15
%58.04

Codes

Color #6B5E5E in popluar color models

6B5E5E
RGB1079494
HSL6.47%39.41%
HSB/HSV12.15%41.96%
CMYK0.00%12.15%12.15%
58.04%

Color #6B5E5E in popluar number systems.

HEX6B5E5E
Decimal1079494
Binary110101110111101011110
Octal153136136

Shades and tints

Shades of #6B5E5E

#6B5E5E
(107,94,94)
#625656
(98,86,86)
#594E4E
(89,78,78)
#504646
(80,70,70)
#473E3E
(71,62,62)
#3E3636
(62,54,54)
#352E2E
(53,46,46)
#2C2626
(44,38,38)
#231E1E
(35,30,30)
#1A1616
(26,22,22)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #6B5E5E

#6B5E5E
(107,94,94)
#786C6C
(120,108,108)
#857A7A
(133,122,122)
#928888
(146,136,136)
#9F9696
(159,150,150)
#ACA4A4
(172,164,164)
#B9B2B2
(185,178,178)
#C6C0C0
(198,192,192)
#D3CECE
(211,206,206)
#E0DCDC
(224,220,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5E5E; }

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

This text font color is #6B5E5E.


Background Color

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

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

This div background color is #6B5E5E.


Border color

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

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

This div border color is #6B5E5E.


Opacity

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

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

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

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

This text has shadow with #6B5E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5E5E on black background.


Color preview on white background

This text has color #6B5E5E on white background.



Black color preview on #6B5E5E background

This text has black color on #6B5E5E background.


White color preview on #6B5E5E background

This text has white color on #6B5E5E background.