COLOR #6B031F

HEX: #6B031F RGB: (107,3,31)

Color info

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

RGB color model

#6B031F color RGB value is (107,3,31).

RGB: (107,3,31) (42%, 1%, 12%)

RGB channels and saturation

R 107 of 255 = 42%
G 3 of 255 = 1%
B 31 of 255 = 12%

107
3
31

R + G + B ~ 18%. #6B031F is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 3 + 31 = 141 (100%)
R 107 of 141 ~ 75.89%
G 3 of 141 ~ 2.13%
B 31 of 141 ~ 21.99'%

%75.89
%21.99

CMYK color model

#6B031F color CMYK value is (0,97,71,58).

  • cyan value is 0.00%
  • magenta value is 97.20%
  • yellow value is 71.03%
  • key color value is 58.04%

CMYK: (0,97,71,58)
C0M97Y71K58 (0%, 97%, 71%, 58%)
(0.00 / 0.97 / 0.71 / 0.58)

CMYK percentages

%0
%97.2
%71.03
%58.04

Codes

Color #6B031F in popluar color models

6B 03 1F
RGB 107 3 31
HSL 344° 94.55% 21.57%
HSB/HSV 344° 97.20% 41.96%
CMYK 0.00% 97.20% 71.03%
58.04%

Color #6B031F in popluar number systems.

HEX 6B 03 1F
Decimal 107 3 31
Binary 1101011 11 11111
Octal 153 3 37

Shades and tints

Shades of #6B031F

#6B031F
(107,3,31)
#62031D
(98,3,29)
#59031B
(89,3,27)
#500319
(80,3,25)
#470317
(71,3,23)
#3E0315
(62,3,21)
#350313
(53,3,19)
#2C0311
(44,3,17)
#23030F
(35,3,15)
#1A030D
(26,3,13)
#11030B
(17,3,11)
#000000
(0,0,0)

Tints of #6B031F

#6B031F
(107,3,31)
#781933
(120,25,51)
#852F47
(133,47,71)
#92455B
(146,69,91)
#9F5B6F
(159,91,111)
#AC7183
(172,113,131)
#B98797
(185,135,151)
#C69DAB
(198,157,171)
#D3B3BF
(211,179,191)
#E0C9D3
(224,201,211)
#EDDFE7
(237,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B031F; }

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

This text font color is #6B031F.

Background Color

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

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

This div background color is #6B031F.

Border color

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

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

This div border color is #6B031F.

Opacity

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

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

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

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

This text has shadow with #6B031F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B031F.

Preview

Color preview on black background

This text has color #6B031F on black background.


Color preview on white background

This text has color #6B031F on white background.


Black color preview on #6B031F background

This text has black color on #6B031F background.


White color preview on #6B031F background

This text has white color on #6B031F background.


Related colors

Complementary color

Complementary color for #hex is #94FCE0.


I love getcolorcode.com

Triadic colors

1 #1F6B03 and #031F6B with #6B031F are triadic colors.

2 #1F036B and #036B1F with #6B031F are triadic colors.