COLOR #6B3742

HEX: #6B3742
RGB: (107,55,66)

Color info

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

RGB color model

#6B3742 color RGB value is (107,55,66).

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

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 66 of 255 = 26%

107
55
66

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

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 66 = 228 (100%)
R 107 of 228 ~ 46.93%
G 55 of 228 ~ 24.12%
B 66 of 228 ~ 28.95%

%46.93
%24.12
%28.95

CMYK color model

#6B3742 color CMYK value is (0,49,38,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 38.32%
  • key color value is 58.04%
CMYK:
(0,49,38,58)
C0M49Y38K58 
(0%,49%,38%,58%)
(0.00/0.49/0.38/0.58)	

CMYK percentages

%0
%48.6
%38.32
%58.04

Codes

Color #6B3742 in popluar color models

6B3742
RGB1075566
HSL347°32.10%31.76%
HSB/HSV347°48.60%41.96%
CMYK0.00%48.60%38.32%
58.04%

Color #6B3742 in popluar number systems.

HEX6B3742
Decimal1075566
Binary11010111101111000010
Octal15367102

Shades and tints

Shades of #6B3742

#6B3742
(107,55,66)
#62323C
(98,50,60)
#592D36
(89,45,54)
#502830
(80,40,48)
#47232A
(71,35,42)
#3E1E24
(62,30,36)
#35191E
(53,25,30)
#2C1418
(44,20,24)
#230F12
(35,15,18)
#1A0A0C
(26,10,12)
#110506
(17,5,6)
#000000
(0,0,0)

Tints of #6B3742

#6B3742
(107,55,66)
#784953
(120,73,83)
#855B64
(133,91,100)
#926D75
(146,109,117)
#9F7F86
(159,127,134)
#AC9197
(172,145,151)
#B9A3A8
(185,163,168)
#C6B5B9
(198,181,185)
#D3C7CA
(211,199,202)
#E0D9DB
(224,217,219)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3742; }

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

This text font color is #6B3742.


Background Color

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

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

This div background color is #6B3742.


Border color

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

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

This div border color is #6B3742.


Opacity

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

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

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

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

This text has shadow with #6B3742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3742 on black background.


Color preview on white background

This text has color #6B3742 on white background.



Black color preview on #6B3742 background

This text has black color on #6B3742 background.


White color preview on #6B3742 background

This text has white color on #6B3742 background.