COLOR #6B2E48

HEX: #6B2E48
RGB: (107,46,72)

Color info

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

RGB color model

#6B2E48 color RGB value is (107,46,72).

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

RGB channels and saturation

R 107 of 255 = 42%
G 46 of 255 = 18%
B 72 of 255 = 28%

107
46
72

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

Portions of RGB colors in percentages

R + G + B =
107 + 46 + 72 = 225 (100%)
R 107 of 225 ~ 47.56%
G 46 of 225 ~ 20.44%
B 72 of 225 ~ 32%

%47.56
%20.44
%32

CMYK color model

#6B2E48 color CMYK value is (0,57,33,58).

  • cyan value is 0.00%
  • magenta value is 57.01%
  • yellow value is 32.71%
  • key color value is 58.04%
CMYK:
(0,57,33,58)
C0M57Y33K58 
(0%,57%,33%,58%)
(0.00/0.57/0.33/0.58)	

CMYK percentages

%0
%57.01
%32.71
%58.04

Codes

Color #6B2E48 in popluar color models

6B2E48
RGB1074672
HSL334°39.87%30.00%
HSB/HSV334°57.01%41.96%
CMYK0.00%57.01%32.71%
58.04%

Color #6B2E48 in popluar number systems.

HEX6B2E48
Decimal1074672
Binary11010111011101001000
Octal15356110

Shades and tints

Shades of #6B2E48

#6B2E48
(107,46,72)
#622A42
(98,42,66)
#59263C
(89,38,60)
#502236
(80,34,54)
#471E30
(71,30,48)
#3E1A2A
(62,26,42)
#351624
(53,22,36)
#2C121E
(44,18,30)
#230E18
(35,14,24)
#1A0A12
(26,10,18)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #6B2E48

#6B2E48
(107,46,72)
#784158
(120,65,88)
#855468
(133,84,104)
#926778
(146,103,120)
#9F7A88
(159,122,136)
#AC8D98
(172,141,152)
#B9A0A8
(185,160,168)
#C6B3B8
(198,179,184)
#D3C6C8
(211,198,200)
#E0D9D8
(224,217,216)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2E48; }

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

This text font color is #6B2E48.


Background Color

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

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

This div background color is #6B2E48.


Border color

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

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

This div border color is #6B2E48.


Opacity

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

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

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

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

This text has shadow with #6B2E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2E48 on black background.


Color preview on white background

This text has color #6B2E48 on white background.



Black color preview on #6B2E48 background

This text has black color on #6B2E48 background.


White color preview on #6B2E48 background

This text has white color on #6B2E48 background.