COLOR #6B373F

HEX: #6B373F RGB: (107,55,63)

Color info

#6B373F contains red, green and blue colors in about the same proportion. Web safe color of #6B373F is #663333 (or #633).

RGB color model

#6B373F color RGB value is (107,55,63).

RGB: (107,55,63) (42%, 22%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 63 of 255 = 25%

107
55
63

R + G + B ~ 30%. #6B373F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 55 + 63 = 225 (100%)
R 107 of 225 ~ 47.56%
G 55 of 225 ~ 24.44%
B 63 of 225 ~ 28'%

%47.56
%24.44
%28

CMYK color model

#6B373F color CMYK value is (0,49,41,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 41.12%
  • key color value is 58.04%
CMYK: (0,49,41,58) C0M49Y41K58 (0%,49%,41%,58%) (0.00/0.49/0.41/0.58) 

CMYK percentages

%0
%48.6
%41.12
%58.04

Codes

Color #6B373F in popluar color models

6B 37 3F
RGB 107 55 63
HSL 351° 32.10% 31.76%
HSB/HSV 351° 48.60% 41.96%
CMYK 0.00% 48.60% 41.12%
58.04%

Color #6B373F in popluar number systems.

HEX 6B 37 3F
Decimal 107 55 63
Binary 1101011 110111 111111
Octal 153 67 77

Shades and tints

Shades of #6B373F

#6B373F
(107,55,63)
#62323A
(98,50,58)
#592D35
(89,45,53)
#502830
(80,40,48)
#47232B
(71,35,43)
#3E1E26
(62,30,38)
#351921
(53,25,33)
#2C141C
(44,20,28)
#230F17
(35,15,23)
#1A0A12
(26,10,18)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #6B373F

#6B373F
(107,55,63)
#784950
(120,73,80)
#855B61
(133,91,97)
#926D72
(146,109,114)
#9F7F83
(159,127,131)
#AC9194
(172,145,148)
#B9A3A5
(185,163,165)
#C6B5B6
(198,181,182)
#D3C7C7
(211,199,199)
#E0D9D8
(224,217,216)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B373F color. Also use rgb(107,55,63) instead hex code.

Text Font Color

.myTextColor { color: #6B373F; }

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

This text font color is #6B373F.

Background Color

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

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

This div background color is #6B373F.

Border color

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

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

This div border color is #6B373F.

Opacity

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

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

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

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

This text has shadow with #6B373F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B373F.

Preview

Color preview on black background

This text has color #6B373F on black background.


Color preview on white background

This text has color #6B373F on white background.


Black color preview on #6B373F background

This text has black color on #6B373F background.


White color preview on #6B373F background

This text has white color on #6B373F background.


Related colors

Complementary color

Complementary color for #hex is #94C8C0.


I love getcolorcode.com

Triadic colors

1 #3F6B37 and #373F6B with #6B373F are triadic colors.

2 #3F376B and #376B3F with #6B373F are triadic colors.