COLOR #6D1838

HEX: #6D1838
RGB: (109,24,56)

Color info

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

RGB color model

#6D1838 color RGB value is (109,24,56).

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

RGB channels and saturation

R 109 of 255 = 43%
G 24 of 255 = 9%
B 56 of 255 = 22%

109
24
56

R + G + B ~ 25%. #6D1838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 24 + 56 = 189 (100%)
R 109 of 189 ~ 57.67%
G 24 of 189 ~ 12.7%
B 56 of 189 ~ 29.63%

%57.67
%12.7
%29.63

CMYK color model

#6D1838 color CMYK value is (0,78,49,57).

  • cyan value is 0.00%
  • magenta value is 77.98%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(0,78,49,57)
C0M78Y49K57 
(0%,78%,49%,57%)
(0.00/0.78/0.49/0.57)	

CMYK percentages

%0
%77.98
%48.62
%57.25

Codes

Color #6D1838 in popluar color models

6D1838
RGB1092456
HSL337°63.91%26.08%
HSB/HSV337°77.98%42.75%
CMYK0.00%77.98%48.62%
57.25%

Color #6D1838 in popluar number systems.

HEX6D1838
Decimal1092456
Binary110110111000111000
Octal1553070

Shades and tints

Shades of #6D1838

#6D1838
(109,24,56)
#641633
(100,22,51)
#5B142E
(91,20,46)
#521229
(82,18,41)
#491024
(73,16,36)
#400E1F
(64,14,31)
#370C1A
(55,12,26)
#2E0A15
(46,10,21)
#250810
(37,8,16)
#1C060B
(28,6,11)
#130406
(19,4,6)
#000000
(0,0,0)

Tints of #6D1838

#6D1838
(109,24,56)
#7A2D4A
(122,45,74)
#87425C
(135,66,92)
#94576E
(148,87,110)
#A16C80
(161,108,128)
#AE8192
(174,129,146)
#BB96A4
(187,150,164)
#C8ABB6
(200,171,182)
#D5C0C8
(213,192,200)
#E2D5DA
(226,213,218)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1838; }

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

This text font color is #6D1838.


Background Color

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

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

This div background color is #6D1838.


Border color

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

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

This div border color is #6D1838.


Opacity

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

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

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

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

This text has shadow with #6D1838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1838 on black background.


Color preview on white background

This text has color #6D1838 on white background.



Black color preview on #6D1838 background

This text has black color on #6D1838 background.


White color preview on #6D1838 background

This text has white color on #6D1838 background.