COLOR #6B3B40

HEX: #6B3B40
RGB: (107,59,64)

Color info

#6B3B40 contains red, green and blue colors in about the same proportion. Web safe color of #6B3B40 is #663333 (or #633).

RGB color model

#6B3B40 color RGB value is (107,59,64).

  • red value is 107;
  • green value is 59;
  • blue value is 64.
RGB:
(107,59,64)
(42%,23%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 59 of 255 = 23%
B 64 of 255 = 25%

107
59
64

R + G + B ~ 30%. #6B3B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 59 + 64 = 230 (100%)
R 107 of 230 ~ 46.52%
G 59 of 230 ~ 25.65%
B 64 of 230 ~ 27.83%

%46.52
%25.65
%27.83

CMYK color model

#6B3B40 color CMYK value is (0,45,40,58).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(0,45,40,58)
C0M45Y40K58 
(0%,45%,40%,58%)
(0.00/0.45/0.40/0.58)	

CMYK percentages

%0
%44.86
%40.19
%58.04

Codes

Color #6B3B40 in popluar color models

6B3B40
RGB1075964
HSL354°28.92%32.55%
HSB/HSV354°44.86%41.96%
CMYK0.00%44.86%40.19%
58.04%

Color #6B3B40 in popluar number systems.

HEX6B3B40
Decimal1075964
Binary11010111110111000000
Octal15373100

Shades and tints

Shades of #6B3B40

#6B3B40
(107,59,64)
#62363B
(98,54,59)
#593136
(89,49,54)
#502C31
(80,44,49)
#47272C
(71,39,44)
#3E2227
(62,34,39)
#351D22
(53,29,34)
#2C181D
(44,24,29)
#231318
(35,19,24)
#1A0E13
(26,14,19)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B3B40

#6B3B40
(107,59,64)
#784C51
(120,76,81)
#855D62
(133,93,98)
#926E73
(146,110,115)
#9F7F84
(159,127,132)
#AC9095
(172,144,149)
#B9A1A6
(185,161,166)
#C6B2B7
(198,178,183)
#D3C3C8
(211,195,200)
#E0D4D9
(224,212,217)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3B40; }

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

This text font color is #6B3B40.


Background Color

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

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

This div background color is #6B3B40.


Border color

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

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

This div border color is #6B3B40.


Opacity

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

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

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

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

This text has shadow with #6B3B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3B40 on black background.


Color preview on white background

This text has color #6B3B40 on white background.



Black color preview on #6B3B40 background

This text has black color on #6B3B40 background.


White color preview on #6B3B40 background

This text has white color on #6B3B40 background.