COLOR #6B2C43

HEX: #6B2C43
RGB: (107,44,67)

Color info

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

RGB color model

#6B2C43 color RGB value is (107,44,67).

  • red value is 107;
  • green value is 44;
  • blue value is 67.
RGB:
(107,44,67)
(42%,17%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 44 of 255 = 17%
B 67 of 255 = 26%

107
44
67

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

Portions of RGB colors in percentages

R + G + B =
107 + 44 + 67 = 218 (100%)
R 107 of 218 ~ 49.08%
G 44 of 218 ~ 20.18%
B 67 of 218 ~ 30.73%

%49.08
%20.18
%30.73

CMYK color model

#6B2C43 color CMYK value is (0,59,37,58).

  • cyan value is 0.00%
  • magenta value is 58.88%
  • yellow value is 37.38%
  • key color value is 58.04%
CMYK:
(0,59,37,58)
C0M59Y37K58 
(0%,59%,37%,58%)
(0.00/0.59/0.37/0.58)	

CMYK percentages

%0
%58.88
%37.38
%58.04

Codes

Color #6B2C43 in popluar color models

6B2C43
RGB1074467
HSL338°41.72%29.61%
HSB/HSV338°58.88%41.96%
CMYK0.00%58.88%37.38%
58.04%

Color #6B2C43 in popluar number systems.

HEX6B2C43
Decimal1074467
Binary11010111011001000011
Octal15354103

Shades and tints

Shades of #6B2C43

#6B2C43
(107,44,67)
#62283D
(98,40,61)
#592437
(89,36,55)
#502031
(80,32,49)
#471C2B
(71,28,43)
#3E1825
(62,24,37)
#35141F
(53,20,31)
#2C1019
(44,16,25)
#230C13
(35,12,19)
#1A080D
(26,8,13)
#110407
(17,4,7)
#000000
(0,0,0)

Tints of #6B2C43

#6B2C43
(107,44,67)
#783F54
(120,63,84)
#855265
(133,82,101)
#926576
(146,101,118)
#9F7887
(159,120,135)
#AC8B98
(172,139,152)
#B99EA9
(185,158,169)
#C6B1BA
(198,177,186)
#D3C4CB
(211,196,203)
#E0D7DC
(224,215,220)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2C43; }

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

This text font color is #6B2C43.


Background Color

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

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

This div background color is #6B2C43.


Border color

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

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

This div border color is #6B2C43.


Opacity

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

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

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

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

This text has shadow with #6B2C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2C43 on black background.


Color preview on white background

This text has color #6B2C43 on white background.



Black color preview on #6B2C43 background

This text has black color on #6B2C43 background.


White color preview on #6B2C43 background

This text has white color on #6B2C43 background.