COLOR #6B2742

HEX: #6B2742
RGB: (107,39,66)

Color info

#6B2742 contains mainly red and blue colors. Web safe color of #6B2742 is #663333 (or #633).

RGB color model

#6B2742 color RGB value is (107,39,66).

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

RGB channels and saturation

R 107 of 255 = 42%
G 39 of 255 = 15%
B 66 of 255 = 26%

107
39
66

R + G + B ~ 28%. #6B2742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 39 + 66 = 212 (100%)
R 107 of 212 ~ 50.47%
G 39 of 212 ~ 18.4%
B 66 of 212 ~ 31.13%

%50.47
%18.4
%31.13

CMYK color model

#6B2742 color CMYK value is (0,64,38,58).

  • cyan value is 0.00%
  • magenta value is 63.55%
  • yellow value is 38.32%
  • key color value is 58.04%
CMYK:
(0,64,38,58)
C0M64Y38K58 
(0%,64%,38%,58%)
(0.00/0.64/0.38/0.58)	

CMYK percentages

%0
%63.55
%38.32
%58.04

Codes

Color #6B2742 in popluar color models

6B2742
RGB1073966
HSL336°46.58%28.63%
HSB/HSV336°63.55%41.96%
CMYK0.00%63.55%38.32%
58.04%

Color #6B2742 in popluar number systems.

HEX6B2742
Decimal1073966
Binary11010111001111000010
Octal15347102

Shades and tints

Shades of #6B2742

#6B2742
(107,39,66)
#62243C
(98,36,60)
#592136
(89,33,54)
#501E30
(80,30,48)
#471B2A
(71,27,42)
#3E1824
(62,24,36)
#35151E
(53,21,30)
#2C1218
(44,18,24)
#230F12
(35,15,18)
#1A0C0C
(26,12,12)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #6B2742

#6B2742
(107,39,66)
#783A53
(120,58,83)
#854D64
(133,77,100)
#926075
(146,96,117)
#9F7386
(159,115,134)
#AC8697
(172,134,151)
#B999A8
(185,153,168)
#C6ACB9
(198,172,185)
#D3BFCA
(211,191,202)
#E0D2DB
(224,210,219)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2742; }

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

This text font color is #6B2742.


Background Color

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

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

This div background color is #6B2742.


Border color

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

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

This div border color is #6B2742.


Opacity

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

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

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

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

This text has shadow with #6B2742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2742 on black background.


Color preview on white background

This text has color #6B2742 on white background.



Black color preview on #6B2742 background

This text has black color on #6B2742 background.


White color preview on #6B2742 background

This text has white color on #6B2742 background.