COLOR #6B1F35

HEX: #6B1F35
RGB: (107,31,53)

Color info

#6B1F35 contains mainly red and blue colors. Web safe color of #6B1F35 is #663333 (or #633).

RGB color model

#6B1F35 color RGB value is (107,31,53).

  • red value is 107;
  • green value is 31;
  • blue value is 53.
RGB:
(107,31,53)
(42%,12%,21%)

RGB channels and saturation

R 107 of 255 = 42%
G 31 of 255 = 12%
B 53 of 255 = 21%

107
31
53

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

Portions of RGB colors in percentages

R + G + B =
107 + 31 + 53 = 191 (100%)
R 107 of 191 ~ 56.02%
G 31 of 191 ~ 16.23%
B 53 of 191 ~ 27.75%

%56.02
%16.23
%27.75

CMYK color model

#6B1F35 color CMYK value is (0,71,50,58).

  • cyan value is 0.00%
  • magenta value is 71.03%
  • yellow value is 50.47%
  • key color value is 58.04%
CMYK:
(0,71,50,58)
C0M71Y50K58 
(0%,71%,50%,58%)
(0.00/0.71/0.50/0.58)	

CMYK percentages

%0
%71.03
%50.47
%58.04

Codes

Color #6B1F35 in popluar color models

6B1F35
RGB1073153
HSL343°55.07%27.06%
HSB/HSV343°71.03%41.96%
CMYK0.00%71.03%50.47%
58.04%

Color #6B1F35 in popluar number systems.

HEX6B1F35
Decimal1073153
Binary110101111111110101
Octal1533765

Shades and tints

Shades of #6B1F35

#6B1F35
(107,31,53)
#621D31
(98,29,49)
#591B2D
(89,27,45)
#501929
(80,25,41)
#471725
(71,23,37)
#3E1521
(62,21,33)
#35131D
(53,19,29)
#2C1119
(44,17,25)
#230F15
(35,15,21)
#1A0D11
(26,13,17)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #6B1F35

#6B1F35
(107,31,53)
#783347
(120,51,71)
#854759
(133,71,89)
#925B6B
(146,91,107)
#9F6F7D
(159,111,125)
#AC838F
(172,131,143)
#B997A1
(185,151,161)
#C6ABB3
(198,171,179)
#D3BFC5
(211,191,197)
#E0D3D7
(224,211,215)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1F35 color. Also use rgb(107,31,53) instead hex code.

Text Font Color

.myTextColor { color: #6B1F35; }

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

This text font color is #6B1F35.


Background Color

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

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

This div background color is #6B1F35.


Border color

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

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

This div border color is #6B1F35.


Opacity

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

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

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

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

This text has shadow with #6B1F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1F35 on black background.


Color preview on white background

This text has color #6B1F35 on white background.



Black color preview on #6B1F35 background

This text has black color on #6B1F35 background.


White color preview on #6B1F35 background

This text has white color on #6B1F35 background.