COLOR #6B2E53

HEX: #6B2E53
RGB: (107,46,83)

Color info

#6B2E53 contains mainly red and blue colors. Web safe color of #6B2E53 is #663366 (or #636).

RGB color model

#6B2E53 color RGB value is (107,46,83).

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

RGB channels and saturation

R 107 of 255 = 42%
G 46 of 255 = 18%
B 83 of 255 = 33%

107
46
83

R + G + B ~ 31%. #6B2E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 46 + 83 = 236 (100%)
R 107 of 236 ~ 45.34%
G 46 of 236 ~ 19.49%
B 83 of 236 ~ 35.17%

%45.34
%19.49
%35.17

CMYK color model

#6B2E53 color CMYK value is (0,57,22,58).

  • cyan value is 0.00%
  • magenta value is 57.01%
  • yellow value is 22.43%
  • key color value is 58.04%
CMYK:
(0,57,22,58)
C0M57Y22K58 
(0%,57%,22%,58%)
(0.00/0.57/0.22/0.58)	

CMYK percentages

%0
%57.01
%22.43
%58.04

Codes

Color #6B2E53 in popluar color models

6B2E53
RGB1074683
HSL324°39.87%30.00%
HSB/HSV324°57.01%41.96%
CMYK0.00%57.01%22.43%
58.04%

Color #6B2E53 in popluar number systems.

HEX6B2E53
Decimal1074683
Binary11010111011101010011
Octal15356123

Shades and tints

Shades of #6B2E53

#6B2E53
(107,46,83)
#622A4C
(98,42,76)
#592645
(89,38,69)
#50223E
(80,34,62)
#471E37
(71,30,55)
#3E1A30
(62,26,48)
#351629
(53,22,41)
#2C1222
(44,18,34)
#230E1B
(35,14,27)
#1A0A14
(26,10,20)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B2E53

#6B2E53
(107,46,83)
#784162
(120,65,98)
#855471
(133,84,113)
#926780
(146,103,128)
#9F7A8F
(159,122,143)
#AC8D9E
(172,141,158)
#B9A0AD
(185,160,173)
#C6B3BC
(198,179,188)
#D3C6CB
(211,198,203)
#E0D9DA
(224,217,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2E53; }

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

This text font color is #6B2E53.


Background Color

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

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

This div background color is #6B2E53.


Border color

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

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

This div border color is #6B2E53.


Opacity

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

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

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

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

This text has shadow with #6B2E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2E53 on black background.


Color preview on white background

This text has color #6B2E53 on white background.



Black color preview on #6B2E53 background

This text has black color on #6B2E53 background.


White color preview on #6B2E53 background

This text has white color on #6B2E53 background.