COLOR #6B3741

HEX: #6B3741 RGB: (107,55,65)

Color info

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

RGB color model

#6B3741 color RGB value is (107,55,65).

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

RGB channels and saturation

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

107
55
65

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

Portions of RGB colors in percentages

R + G + B = 107 + 55 + 65 = 227 (100%)
R 107 of 227 ~ 47.14%
G 55 of 227 ~ 24.23%
B 65 of 227 ~ 28.63'%

%47.14
%24.23
%28.63

CMYK color model

#6B3741 color CMYK value is (0,49,39,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 39.25%
  • key color value is 58.04%

CMYK: (0,49,39,58)
C0M49Y39K58 (0%, 49%, 39%, 58%)
(0.00 / 0.49 / 0.39 / 0.58)

CMYK percentages

%0
%48.6
%39.25
%58.04

Codes

Color #6B3741 in popluar color models

6B 37 41
RGB 107 55 65
HSL 348° 32.10% 31.76%
HSB/HSV 348° 48.60% 41.96%
CMYK 0.00% 48.60% 39.25%
58.04%

Color #6B3741 in popluar number systems.

HEX 6B 37 41
Decimal 107 55 65
Binary 1101011 110111 1000001
Octal 153 67 101

Shades and tints

Shades of #6B3741

#6B3741
(107,55,65)
#62323C
(98,50,60)
#592D37
(89,45,55)
#502832
(80,40,50)
#47232D
(71,35,45)
#3E1E28
(62,30,40)
#351923
(53,25,35)
#2C141E
(44,20,30)
#230F19
(35,15,25)
#1A0A14
(26,10,20)
#11050F
(17,5,15)
#000000
(0,0,0)

Tints of #6B3741

#6B3741
(107,55,65)
#784952
(120,73,82)
#855B63
(133,91,99)
#926D74
(146,109,116)
#9F7F85
(159,127,133)
#AC9196
(172,145,150)
#B9A3A7
(185,163,167)
#C6B5B8
(198,181,184)
#D3C7C9
(211,199,201)
#E0D9DA
(224,217,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3741; }

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

This text font color is #6B3741.

Background Color

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

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

This div background color is #6B3741.

Border color

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

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

This div border color is #6B3741.

Opacity

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

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

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

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

This text has shadow with #6B3741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3741.

Preview

Color preview on black background

This text has color #6B3741 on black background.


Color preview on white background

This text has color #6B3741 on white background.


Black color preview on #6B3741 background

This text has black color on #6B3741 background.


White color preview on #6B3741 background

This text has white color on #6B3741 background.


Related colors

Complementary color

Complementary color for #hex is #94C8BE.


I love getcolorcode.com

Triadic colors

1 #416B37 and #37416B with #6B3741 are triadic colors.

2 #41376B and #376B41 with #6B3741 are triadic colors.