COLOR #6B3740

HEX: #6B3740
RGB: (107,55,64)

Color info

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

RGB color model

#6B3740 color RGB value is (107,55,64).

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

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 64 of 255 = 25%

107
55
64

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

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 64 = 226 (100%)
R 107 of 226 ~ 47.35%
G 55 of 226 ~ 24.34%
B 64 of 226 ~ 28.32%

%47.35
%24.34
%28.32

CMYK color model

#6B3740 color CMYK value is (0,49,40,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(0,49,40,58)
C0M49Y40K58 
(0%,49%,40%,58%)
(0.00/0.49/0.40/0.58)	

CMYK percentages

%0
%48.6
%40.19
%58.04

Codes

Color #6B3740 in popluar color models

6B3740
RGB1075564
HSL350°32.10%31.76%
HSB/HSV350°48.60%41.96%
CMYK0.00%48.60%40.19%
58.04%

Color #6B3740 in popluar number systems.

HEX6B3740
Decimal1075564
Binary11010111101111000000
Octal15367100

Shades and tints

Shades of #6B3740

#6B3740
(107,55,64)
#62323B
(98,50,59)
#592D36
(89,45,54)
#502831
(80,40,49)
#47232C
(71,35,44)
#3E1E27
(62,30,39)
#351922
(53,25,34)
#2C141D
(44,20,29)
#230F18
(35,15,24)
#1A0A13
(26,10,19)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #6B3740

#6B3740
(107,55,64)
#784951
(120,73,81)
#855B62
(133,91,98)
#926D73
(146,109,115)
#9F7F84
(159,127,132)
#AC9195
(172,145,149)
#B9A3A6
(185,163,166)
#C6B5B7
(198,181,183)
#D3C7C8
(211,199,200)
#E0D9D9
(224,217,217)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3740; }

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

This text font color is #6B3740.


Background Color

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

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

This div background color is #6B3740.


Border color

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

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

This div border color is #6B3740.


Opacity

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

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

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

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

This text has shadow with #6B3740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3740 on black background.


Color preview on white background

This text has color #6B3740 on white background.



Black color preview on #6B3740 background

This text has black color on #6B3740 background.


White color preview on #6B3740 background

This text has white color on #6B3740 background.