COLOR #6D1930

HEX: #6D1930
RGB: (109,25,48)

Color info

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

RGB color model

#6D1930 color RGB value is (109,25,48).

  • red value is 109;
  • green value is 25;
  • blue value is 48.
RGB:
(109,25,48)
(43%,10%,19%)

RGB channels and saturation

R 109 of 255 = 43%
G 25 of 255 = 10%
B 48 of 255 = 19%

109
25
48

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

Portions of RGB colors in percentages

R + G + B =
109 + 25 + 48 = 182 (100%)
R 109 of 182 ~ 59.89%
G 25 of 182 ~ 13.74%
B 48 of 182 ~ 26.37%

%59.89
%13.74
%26.37

CMYK color model

#6D1930 color CMYK value is (0,77,56,57).

  • cyan value is 0.00%
  • magenta value is 77.06%
  • yellow value is 55.96%
  • key color value is 57.25%
CMYK:
(0,77,56,57)
C0M77Y56K57 
(0%,77%,56%,57%)
(0.00/0.77/0.56/0.57)	

CMYK percentages

%0
%77.06
%55.96
%57.25

Codes

Color #6D1930 in popluar color models

6D1930
RGB1092548
HSL344°62.69%26.27%
HSB/HSV344°77.06%42.75%
CMYK0.00%77.06%55.96%
57.25%

Color #6D1930 in popluar number systems.

HEX6D1930
Decimal1092548
Binary110110111001110000
Octal1553160

Shades and tints

Shades of #6D1930

#6D1930
(109,25,48)
#64172C
(100,23,44)
#5B1528
(91,21,40)
#521324
(82,19,36)
#491120
(73,17,32)
#400F1C
(64,15,28)
#370D18
(55,13,24)
#2E0B14
(46,11,20)
#250910
(37,9,16)
#1C070C
(28,7,12)
#130508
(19,5,8)
#000000
(0,0,0)

Tints of #6D1930

#6D1930
(109,25,48)
#7A2D42
(122,45,66)
#874154
(135,65,84)
#945566
(148,85,102)
#A16978
(161,105,120)
#AE7D8A
(174,125,138)
#BB919C
(187,145,156)
#C8A5AE
(200,165,174)
#D5B9C0
(213,185,192)
#E2CDD2
(226,205,210)
#EFE1E4
(239,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1930 color. Also use rgb(109,25,48) instead hex code.

Text Font Color

.myTextColor { color: #6D1930; }

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

This text font color is #6D1930.


Background Color

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

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

This div background color is #6D1930.


Border color

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

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

This div border color is #6D1930.


Opacity

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

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

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

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

This text has shadow with #6D1930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1930 on black background.


Color preview on white background

This text has color #6D1930 on white background.



Black color preview on #6D1930 background

This text has black color on #6D1930 background.


White color preview on #6D1930 background

This text has white color on #6D1930 background.