COLOR #6B2A42

HEX: #6B2A42
RGB: (107,42,66)

Color info

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

RGB color model

#6B2A42 color RGB value is (107,42,66).

  • red value is 107;
  • green value is 42;
  • blue value is 66.
RGB:
(107,42,66)
(42%,16%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 66 of 255 = 26%

107
42
66

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

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 66 = 215 (100%)
R 107 of 215 ~ 49.77%
G 42 of 215 ~ 19.53%
B 66 of 215 ~ 30.7%

%49.77
%19.53
%30.7

CMYK color model

#6B2A42 color CMYK value is (0,61,38,58).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 38.32%
  • key color value is 58.04%
CMYK:
(0,61,38,58)
C0M61Y38K58 
(0%,61%,38%,58%)
(0.00/0.61/0.38/0.58)	

CMYK percentages

%0
%60.75
%38.32
%58.04

Codes

Color #6B2A42 in popluar color models

6B2A42
RGB1074266
HSL338°43.62%29.22%
HSB/HSV338°60.75%41.96%
CMYK0.00%60.75%38.32%
58.04%

Color #6B2A42 in popluar number systems.

HEX6B2A42
Decimal1074266
Binary11010111010101000010
Octal15352102

Shades and tints

Shades of #6B2A42

#6B2A42
(107,42,66)
#62273C
(98,39,60)
#592436
(89,36,54)
#502130
(80,33,48)
#471E2A
(71,30,42)
#3E1B24
(62,27,36)
#35181E
(53,24,30)
#2C1518
(44,21,24)
#231212
(35,18,18)
#1A0F0C
(26,15,12)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #6B2A42

#6B2A42
(107,42,66)
#783D53
(120,61,83)
#855064
(133,80,100)
#926375
(146,99,117)
#9F7686
(159,118,134)
#AC8997
(172,137,151)
#B99CA8
(185,156,168)
#C6AFB9
(198,175,185)
#D3C2CA
(211,194,202)
#E0D5DB
(224,213,219)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2A42 color. Also use rgb(107,42,66) instead hex code.

Text Font Color

.myTextColor { color: #6B2A42; }

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

This text font color is #6B2A42.


Background Color

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

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

This div background color is #6B2A42.


Border color

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

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

This div border color is #6B2A42.


Opacity

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

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

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

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

This text has shadow with #6B2A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2A42 on black background.


Color preview on white background

This text has color #6B2A42 on white background.



Black color preview on #6B2A42 background

This text has black color on #6B2A42 background.


White color preview on #6B2A42 background

This text has white color on #6B2A42 background.