COLOR #6D1433

HEX: #6D1433
RGB: (109,20,51)

Color info

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

RGB color model

#6D1433 color RGB value is (109,20,51).

  • red value is 109;
  • green value is 20;
  • blue value is 51.
RGB:
(109,20,51)
(43%,8%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 20 of 255 = 8%
B 51 of 255 = 20%

109
20
51

R + G + B ~ 24%. #6D1433 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 20 + 51 = 180 (100%)
R 109 of 180 ~ 60.56%
G 20 of 180 ~ 11.11%
B 51 of 180 ~ 28.33%

%60.56
%11.11
%28.33

CMYK color model

#6D1433 color CMYK value is (0,82,53,57).

  • cyan value is 0.00%
  • magenta value is 81.65%
  • yellow value is 53.21%
  • key color value is 57.25%
CMYK:
(0,82,53,57)
C0M82Y53K57 
(0%,82%,53%,57%)
(0.00/0.82/0.53/0.57)	

CMYK percentages

%0
%81.65
%53.21
%57.25

Codes

Color #6D1433 in popluar color models

6D1433
RGB1092051
HSL339°68.99%25.29%
HSB/HSV339°81.65%42.75%
CMYK0.00%81.65%53.21%
57.25%

Color #6D1433 in popluar number systems.

HEX6D1433
Decimal1092051
Binary110110110100110011
Octal1552463

Shades and tints

Shades of #6D1433

#6D1433
(109,20,51)
#64132F
(100,19,47)
#5B122B
(91,18,43)
#521127
(82,17,39)
#491023
(73,16,35)
#400F1F
(64,15,31)
#370E1B
(55,14,27)
#2E0D17
(46,13,23)
#250C13
(37,12,19)
#1C0B0F
(28,11,15)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D1433

#6D1433
(109,20,51)
#7A2945
(122,41,69)
#873E57
(135,62,87)
#945369
(148,83,105)
#A1687B
(161,104,123)
#AE7D8D
(174,125,141)
#BB929F
(187,146,159)
#C8A7B1
(200,167,177)
#D5BCC3
(213,188,195)
#E2D1D5
(226,209,213)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1433 color. Also use rgb(109,20,51) instead hex code.

Text Font Color

.myTextColor { color: #6D1433; }

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

This text font color is #6D1433.


Background Color

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

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

This div background color is #6D1433.


Border color

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

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

This div border color is #6D1433.


Opacity

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

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

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

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

This text has shadow with #6D1433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1433 on black background.


Color preview on white background

This text has color #6D1433 on white background.



Black color preview on #6D1433 background

This text has black color on #6D1433 background.


White color preview on #6D1433 background

This text has white color on #6D1433 background.