COLOR #6D0B28

HEX: #6D0B28
RGB: (109,11,40)

Color info

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

RGB color model

#6D0B28 color RGB value is (109,11,40).

  • red value is 109;
  • green value is 11;
  • blue value is 40.
RGB:
(109,11,40)
(43%,4%,16%)

RGB channels and saturation

R 109 of 255 = 43%
G 11 of 255 = 4%
B 40 of 255 = 16%

109
11
40

R + G + B ~ 21%. #6D0B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 11 + 40 = 160 (100%)
R 109 of 160 ~ 68.13%
G 11 of 160 ~ 6.88%
B 40 of 160 ~ 25%

%68.13
%25

CMYK color model

#6D0B28 color CMYK value is (0,90,63,57).

  • cyan value is 0.00%
  • magenta value is 89.91%
  • yellow value is 63.30%
  • key color value is 57.25%
CMYK:
(0,90,63,57)
C0M90Y63K57 
(0%,90%,63%,57%)
(0.00/0.90/0.63/0.57)	

CMYK percentages

%0
%89.91
%63.3
%57.25

Codes

Color #6D0B28 in popluar color models

6D0B28
RGB1091140
HSL342°81.67%23.53%
HSB/HSV342°89.91%42.75%
CMYK0.00%89.91%63.30%
57.25%

Color #6D0B28 in popluar number systems.

HEX6D0B28
Decimal1091140
Binary11011011011101000
Octal1551350

Shades and tints

Shades of #6D0B28

#6D0B28
(109,11,40)
#640A25
(100,10,37)
#5B0922
(91,9,34)
#52081F
(82,8,31)
#49071C
(73,7,28)
#400619
(64,6,25)
#370516
(55,5,22)
#2E0413
(46,4,19)
#250310
(37,3,16)
#1C020D
(28,2,13)
#13010A
(19,1,10)
#000000
(0,0,0)

Tints of #6D0B28

#6D0B28
(109,11,40)
#7A213B
(122,33,59)
#87374E
(135,55,78)
#944D61
(148,77,97)
#A16374
(161,99,116)
#AE7987
(174,121,135)
#BB8F9A
(187,143,154)
#C8A5AD
(200,165,173)
#D5BBC0
(213,187,192)
#E2D1D3
(226,209,211)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0B28 color. Also use rgb(109,11,40) instead hex code.

Text Font Color

.myTextColor { color: #6D0B28; }

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

This text font color is #6D0B28.


Background Color

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

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

This div background color is #6D0B28.


Border color

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

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

This div border color is #6D0B28.


Opacity

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

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

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

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

This text has shadow with #6D0B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0B28 on black background.


Color preview on white background

This text has color #6D0B28 on white background.



Black color preview on #6D0B28 background

This text has black color on #6D0B28 background.


White color preview on #6D0B28 background

This text has white color on #6D0B28 background.