COLOR #6B3749

HEX: #6B3749
RGB: (107,55,73)

Color info

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

RGB color model

#6B3749 color RGB value is (107,55,73).

  • red value is 107;
  • green value is 55;
  • blue value is 73.
RGB:
(107,55,73)
(42%,22%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 73 of 255 = 29%

107
55
73

R + G + B ~ 31%. #6B3749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 55 + 73 = 235 (100%)
R 107 of 235 ~ 45.53%
G 55 of 235 ~ 23.4%
B 73 of 235 ~ 31.06%

%45.53
%23.4
%31.06

CMYK color model

#6B3749 color CMYK value is (0,49,32,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,49,32,58)
C0M49Y32K58 
(0%,49%,32%,58%)
(0.00/0.49/0.32/0.58)	

CMYK percentages

%0
%48.6
%31.78
%58.04

Codes

Color #6B3749 in popluar color models

6B3749
RGB1075573
HSL339°32.10%31.76%
HSB/HSV339°48.60%41.96%
CMYK0.00%48.60%31.78%
58.04%

Color #6B3749 in popluar number systems.

HEX6B3749
Decimal1075573
Binary11010111101111001001
Octal15367111

Shades and tints

Shades of #6B3749

#6B3749
(107,55,73)
#623243
(98,50,67)
#592D3D
(89,45,61)
#502837
(80,40,55)
#472331
(71,35,49)
#3E1E2B
(62,30,43)
#351925
(53,25,37)
#2C141F
(44,20,31)
#230F19
(35,15,25)
#1A0A13
(26,10,19)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #6B3749

#6B3749
(107,55,73)
#784959
(120,73,89)
#855B69
(133,91,105)
#926D79
(146,109,121)
#9F7F89
(159,127,137)
#AC9199
(172,145,153)
#B9A3A9
(185,163,169)
#C6B5B9
(198,181,185)
#D3C7C9
(211,199,201)
#E0D9D9
(224,217,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3749; }

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

This text font color is #6B3749.


Background Color

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

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

This div background color is #6B3749.


Border color

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

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

This div border color is #6B3749.


Opacity

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

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

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

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

This text has shadow with #6B3749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3749 on black background.


Color preview on white background

This text has color #6B3749 on white background.



Black color preview on #6B3749 background

This text has black color on #6B3749 background.


White color preview on #6B3749 background

This text has white color on #6B3749 background.