COLOR #6D1332

HEX: #6D1332
RGB: (109,19,50)

Color info

#6D1332 contains mainly red and blue colors. Web safe color of #6D1332 is #660033 (or #603).

RGB color model

#6D1332 color RGB value is (109,19,50).

  • red value is 109;
  • green value is 19;
  • blue value is 50.
RGB:
(109,19,50)
(43%,7%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 50 of 255 = 20%

109
19
50

R + G + B ~ 23%. #6D1332 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 19 + 50 = 178 (100%)
R 109 of 178 ~ 61.24%
G 19 of 178 ~ 10.67%
B 50 of 178 ~ 28.09%

%61.24
%10.67
%28.09

CMYK color model

#6D1332 color CMYK value is (0,83,54,57).

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 54.13%
  • key color value is 57.25%
CMYK:
(0,83,54,57)
C0M83Y54K57 
(0%,83%,54%,57%)
(0.00/0.83/0.54/0.57)	

CMYK percentages

%0
%82.57
%54.13
%57.25

Codes

Color #6D1332 in popluar color models

6D1332
RGB1091950
HSL339°70.31%25.10%
HSB/HSV339°82.57%42.75%
CMYK0.00%82.57%54.13%
57.25%

Color #6D1332 in popluar number systems.

HEX6D1332
Decimal1091950
Binary110110110011110010
Octal1552362

Shades and tints

Shades of #6D1332

#6D1332
(109,19,50)
#64122E
(100,18,46)
#5B112A
(91,17,42)
#521026
(82,16,38)
#490F22
(73,15,34)
#400E1E
(64,14,30)
#370D1A
(55,13,26)
#2E0C16
(46,12,22)
#250B12
(37,11,18)
#1C0A0E
(28,10,14)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #6D1332

#6D1332
(109,19,50)
#7A2844
(122,40,68)
#873D56
(135,61,86)
#945268
(148,82,104)
#A1677A
(161,103,122)
#AE7C8C
(174,124,140)
#BB919E
(187,145,158)
#C8A6B0
(200,166,176)
#D5BBC2
(213,187,194)
#E2D0D4
(226,208,212)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1332 color. Also use rgb(109,19,50) instead hex code.

Text Font Color

.myTextColor { color: #6D1332; }

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

This text font color is #6D1332.


Background Color

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

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

This div background color is #6D1332.


Border color

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

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

This div border color is #6D1332.


Opacity

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

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

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

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

This text has shadow with #6D1332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1332 on black background.


Color preview on white background

This text has color #6D1332 on white background.



Black color preview on #6D1332 background

This text has black color on #6D1332 background.


White color preview on #6D1332 background

This text has white color on #6D1332 background.