COLOR #6B2E49

HEX: #6B2E49
RGB: (107,46,73)

Color info

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

RGB color model

#6B2E49 color RGB value is (107,46,73).

  • red value is 107;
  • green value is 46;
  • blue value is 73.
RGB:
(107,46,73)
(42%,18%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 46 of 255 = 18%
B 73 of 255 = 29%

107
46
73

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

Portions of RGB colors in percentages

R + G + B =
107 + 46 + 73 = 226 (100%)
R 107 of 226 ~ 47.35%
G 46 of 226 ~ 20.35%
B 73 of 226 ~ 32.3%

%47.35
%20.35
%32.3

CMYK color model

#6B2E49 color CMYK value is (0,57,32,58).

  • cyan value is 0.00%
  • magenta value is 57.01%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,57,32,58)
C0M57Y32K58 
(0%,57%,32%,58%)
(0.00/0.57/0.32/0.58)	

CMYK percentages

%0
%57.01
%31.78
%58.04

Codes

Color #6B2E49 in popluar color models

6B2E49
RGB1074673
HSL333°39.87%30.00%
HSB/HSV333°57.01%41.96%
CMYK0.00%57.01%31.78%
58.04%

Color #6B2E49 in popluar number systems.

HEX6B2E49
Decimal1074673
Binary11010111011101001001
Octal15356111

Shades and tints

Shades of #6B2E49

#6B2E49
(107,46,73)
#622A43
(98,42,67)
#59263D
(89,38,61)
#502237
(80,34,55)
#471E31
(71,30,49)
#3E1A2B
(62,26,43)
#351625
(53,22,37)
#2C121F
(44,18,31)
#230E19
(35,14,25)
#1A0A13
(26,10,19)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B2E49

#6B2E49
(107,46,73)
#784159
(120,65,89)
#855469
(133,84,105)
#926779
(146,103,121)
#9F7A89
(159,122,137)
#AC8D99
(172,141,153)
#B9A0A9
(185,160,169)
#C6B3B9
(198,179,185)
#D3C6C9
(211,198,201)
#E0D9D9
(224,217,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2E49 color. Also use rgb(107,46,73) instead hex code.

Text Font Color

.myTextColor { color: #6B2E49; }

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

This text font color is #6B2E49.


Background Color

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

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

This div background color is #6B2E49.


Border color

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

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

This div border color is #6B2E49.


Opacity

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

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

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

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

This text has shadow with #6B2E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2E49 on black background.


Color preview on white background

This text has color #6B2E49 on white background.



Black color preview on #6B2E49 background

This text has black color on #6B2E49 background.


White color preview on #6B2E49 background

This text has white color on #6B2E49 background.