COLOR #6B0C3D

HEX: #6B0C3D
RGB: (107,12,61)

Color info

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

RGB color model

#6B0C3D color RGB value is (107,12,61).

  • red value is 107;
  • green value is 12;
  • blue value is 61.
RGB:
(107,12,61)
(42%,5%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 12 of 255 = 5%
B 61 of 255 = 24%

107
12
61

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

Portions of RGB colors in percentages

R + G + B =
107 + 12 + 61 = 180 (100%)
R 107 of 180 ~ 59.44%
G 12 of 180 ~ 6.67%
B 61 of 180 ~ 33.89%

%59.44
%33.89

CMYK color model

#6B0C3D color CMYK value is (0,89,43,58).

  • cyan value is 0.00%
  • magenta value is 88.79%
  • yellow value is 42.99%
  • key color value is 58.04%
CMYK:
(0,89,43,58)
C0M89Y43K58 
(0%,89%,43%,58%)
(0.00/0.89/0.43/0.58)	

CMYK percentages

%0
%88.79
%42.99
%58.04

Codes

Color #6B0C3D in popluar color models

6B0C3D
RGB1071261
HSL329°79.83%23.33%
HSB/HSV329°88.79%41.96%
CMYK0.00%88.79%42.99%
58.04%

Color #6B0C3D in popluar number systems.

HEX6B0C3D
Decimal1071261
Binary11010111100111101
Octal1531475

Shades and tints

Shades of #6B0C3D

#6B0C3D
(107,12,61)
#620B38
(98,11,56)
#590A33
(89,10,51)
#50092E
(80,9,46)
#470829
(71,8,41)
#3E0724
(62,7,36)
#35061F
(53,6,31)
#2C051A
(44,5,26)
#230415
(35,4,21)
#1A0310
(26,3,16)
#11020B
(17,2,11)
#000000
(0,0,0)

Tints of #6B0C3D

#6B0C3D
(107,12,61)
#78224E
(120,34,78)
#85385F
(133,56,95)
#924E70
(146,78,112)
#9F6481
(159,100,129)
#AC7A92
(172,122,146)
#B990A3
(185,144,163)
#C6A6B4
(198,166,180)
#D3BCC5
(211,188,197)
#E0D2D6
(224,210,214)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0C3D color. Also use rgb(107,12,61) instead hex code.

Text Font Color

.myTextColor { color: #6B0C3D; }

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

This text font color is #6B0C3D.


Background Color

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

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

This div background color is #6B0C3D.


Border color

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

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

This div border color is #6B0C3D.


Opacity

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

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

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

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

This text has shadow with #6B0C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0C3D on black background.


Color preview on white background

This text has color #6B0C3D on white background.



Black color preview on #6B0C3D background

This text has black color on #6B0C3D background.


White color preview on #6B0C3D background

This text has white color on #6B0C3D background.