COLOR #6D1538

HEX: #6D1538
RGB: (109,21,56)

Color info

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

RGB color model

#6D1538 color RGB value is (109,21,56).

  • red value is 109;
  • green value is 21;
  • blue value is 56.
RGB:
(109,21,56)
(43%,8%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 21 of 255 = 8%
B 56 of 255 = 22%

109
21
56

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

Portions of RGB colors in percentages

R + G + B =
109 + 21 + 56 = 186 (100%)
R 109 of 186 ~ 58.6%
G 21 of 186 ~ 11.29%
B 56 of 186 ~ 30.11%

%58.6
%11.29
%30.11

CMYK color model

#6D1538 color CMYK value is (0,81,49,57).

  • cyan value is 0.00%
  • magenta value is 80.73%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(0,81,49,57)
C0M81Y49K57 
(0%,81%,49%,57%)
(0.00/0.81/0.49/0.57)	

CMYK percentages

%0
%80.73
%48.62
%57.25

Codes

Color #6D1538 in popluar color models

6D1538
RGB1092156
HSL336°67.69%25.49%
HSB/HSV336°80.73%42.75%
CMYK0.00%80.73%48.62%
57.25%

Color #6D1538 in popluar number systems.

HEX6D1538
Decimal1092156
Binary110110110101111000
Octal1552570

Shades and tints

Shades of #6D1538

#6D1538
(109,21,56)
#641433
(100,20,51)
#5B132E
(91,19,46)
#521229
(82,18,41)
#491124
(73,17,36)
#40101F
(64,16,31)
#370F1A
(55,15,26)
#2E0E15
(46,14,21)
#250D10
(37,13,16)
#1C0C0B
(28,12,11)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #6D1538

#6D1538
(109,21,56)
#7A2A4A
(122,42,74)
#873F5C
(135,63,92)
#94546E
(148,84,110)
#A16980
(161,105,128)
#AE7E92
(174,126,146)
#BB93A4
(187,147,164)
#C8A8B6
(200,168,182)
#D5BDC8
(213,189,200)
#E2D2DA
(226,210,218)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1538 color. Also use rgb(109,21,56) instead hex code.

Text Font Color

.myTextColor { color: #6D1538; }

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

This text font color is #6D1538.


Background Color

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

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

This div background color is #6D1538.


Border color

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

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

This div border color is #6D1538.


Opacity

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

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

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

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

This text has shadow with #6D1538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1538 on black background.


Color preview on white background

This text has color #6D1538 on white background.



Black color preview on #6D1538 background

This text has black color on #6D1538 background.


White color preview on #6D1538 background

This text has white color on #6D1538 background.