COLOR #6D132F

HEX: #6D132F
RGB: (109,19,47)

Color info

#6D132F contains mainly red color. Web safe color of #6D132F is #660033 (or #603).

RGB color model

#6D132F color RGB value is (109,19,47).

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

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 47 of 255 = 18%

109
19
47

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

Portions of RGB colors in percentages

R + G + B =
109 + 19 + 47 = 175 (100%)
R 109 of 175 ~ 62.29%
G 19 of 175 ~ 10.86%
B 47 of 175 ~ 26.86%

%62.29
%10.86
%26.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 56.88%
  • key color value is 57.25%
CMYK:
(0,83,57,57)
C0M83Y57K57 
(0%,83%,57%,57%)
(0.00/0.83/0.57/0.57)	

CMYK percentages

%0
%82.57
%56.88
%57.25

Codes

Color #6D132F in popluar color models

6D132F
RGB1091947
HSL341°70.31%25.10%
HSB/HSV341°82.57%42.75%
CMYK0.00%82.57%56.88%
57.25%

Color #6D132F in popluar number systems.

HEX6D132F
Decimal1091947
Binary110110110011101111
Octal1552357

Shades and tints

Shades of #6D132F

#6D132F
(109,19,47)
#64122B
(100,18,43)
#5B1127
(91,17,39)
#521023
(82,16,35)
#490F1F
(73,15,31)
#400E1B
(64,14,27)
#370D17
(55,13,23)
#2E0C13
(46,12,19)
#250B0F
(37,11,15)
#1C0A0B
(28,10,11)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #6D132F

#6D132F
(109,19,47)
#7A2841
(122,40,65)
#873D53
(135,61,83)
#945265
(148,82,101)
#A16777
(161,103,119)
#AE7C89
(174,124,137)
#BB919B
(187,145,155)
#C8A6AD
(200,166,173)
#D5BBBF
(213,187,191)
#E2D0D1
(226,208,209)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D132F; }

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

This text font color is #6D132F.


Background Color

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

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

This div background color is #6D132F.


Border color

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

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

This div border color is #6D132F.


Opacity

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

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

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

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

This text has shadow with #6D132F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D132F on black background.


Color preview on white background

This text has color #6D132F on white background.



Black color preview on #6D132F background

This text has black color on #6D132F background.


White color preview on #6D132F background

This text has white color on #6D132F background.