COLOR #6B2C4A

HEX: #6B2C4A
RGB: (107,44,74)

Color info

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

RGB color model

#6B2C4A color RGB value is (107,44,74).

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

RGB channels and saturation

R 107 of 255 = 42%
G 44 of 255 = 17%
B 74 of 255 = 29%

107
44
74

R + G + B ~ 29%. #6B2C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 44 + 74 = 225 (100%)
R 107 of 225 ~ 47.56%
G 44 of 225 ~ 19.56%
B 74 of 225 ~ 32.89%

%47.56
%19.56
%32.89

CMYK color model

#6B2C4A color CMYK value is (0,59,31,58).

  • cyan value is 0.00%
  • magenta value is 58.88%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,59,31,58)
C0M59Y31K58 
(0%,59%,31%,58%)
(0.00/0.59/0.31/0.58)	

CMYK percentages

%0
%58.88
%30.84
%58.04

Codes

Color #6B2C4A in popluar color models

6B2C4A
RGB1074474
HSL331°41.72%29.61%
HSB/HSV331°58.88%41.96%
CMYK0.00%58.88%30.84%
58.04%

Color #6B2C4A in popluar number systems.

HEX6B2C4A
Decimal1074474
Binary11010111011001001010
Octal15354112

Shades and tints

Shades of #6B2C4A

#6B2C4A
(107,44,74)
#622844
(98,40,68)
#59243E
(89,36,62)
#502038
(80,32,56)
#471C32
(71,28,50)
#3E182C
(62,24,44)
#351426
(53,20,38)
#2C1020
(44,16,32)
#230C1A
(35,12,26)
#1A0814
(26,8,20)
#11040E
(17,4,14)
#000000
(0,0,0)

Tints of #6B2C4A

#6B2C4A
(107,44,74)
#783F5A
(120,63,90)
#85526A
(133,82,106)
#92657A
(146,101,122)
#9F788A
(159,120,138)
#AC8B9A
(172,139,154)
#B99EAA
(185,158,170)
#C6B1BA
(198,177,186)
#D3C4CA
(211,196,202)
#E0D7DA
(224,215,218)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2C4A; }

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

This text font color is #6B2C4A.


Background Color

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

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

This div background color is #6B2C4A.


Border color

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

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

This div border color is #6B2C4A.


Opacity

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

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

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

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

This text has shadow with #6B2C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2C4A on black background.


Color preview on white background

This text has color #6B2C4A on white background.



Black color preview on #6B2C4A background

This text has black color on #6B2C4A background.


White color preview on #6B2C4A background

This text has white color on #6B2C4A background.