COLOR #6B4546

HEX: #6B4546
RGB: (107,69,70)

Color info

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

RGB color model

#6B4546 color RGB value is (107,69,70).

  • red value is 107;
  • green value is 69;
  • blue value is 70.
RGB:
(107,69,70)
(42%,27%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 69 of 255 = 27%
B 70 of 255 = 27%

107
69
70

R + G + B ~ 32%. #6B4546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 69 + 70 = 246 (100%)
R 107 of 246 ~ 43.5%
G 69 of 246 ~ 28.05%
B 70 of 246 ~ 28.46%

%43.5
%28.05
%28.46

CMYK color model

#6B4546 color CMYK value is (0,36,35,58).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,36,35,58)
C0M36Y35K58 
(0%,36%,35%,58%)
(0.00/0.36/0.35/0.58)	

CMYK percentages

%0
%35.51
%34.58
%58.04

Codes

Color #6B4546 in popluar color models

6B4546
RGB1076970
HSL358°21.59%34.51%
HSB/HSV358°35.51%41.96%
CMYK0.00%35.51%34.58%
58.04%

Color #6B4546 in popluar number systems.

HEX6B4546
Decimal1076970
Binary110101110001011000110
Octal153105106

Shades and tints

Shades of #6B4546

#6B4546
(107,69,70)
#623F40
(98,63,64)
#59393A
(89,57,58)
#503334
(80,51,52)
#472D2E
(71,45,46)
#3E2728
(62,39,40)
#352122
(53,33,34)
#2C1B1C
(44,27,28)
#231516
(35,21,22)
#1A0F10
(26,15,16)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #6B4546

#6B4546
(107,69,70)
#785556
(120,85,86)
#856566
(133,101,102)
#927576
(146,117,118)
#9F8586
(159,133,134)
#AC9596
(172,149,150)
#B9A5A6
(185,165,166)
#C6B5B6
(198,181,182)
#D3C5C6
(211,197,198)
#E0D5D6
(224,213,214)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4546 color. Also use rgb(107,69,70) instead hex code.

Text Font Color

.myTextColor { color: #6B4546; }

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

This text font color is #6B4546.


Background Color

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

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

This div background color is #6B4546.


Border color

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

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

This div border color is #6B4546.


Opacity

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

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

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

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

This text has shadow with #6B4546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4546 on black background.


Color preview on white background

This text has color #6B4546 on white background.



Black color preview on #6B4546 background

This text has black color on #6B4546 background.


White color preview on #6B4546 background

This text has white color on #6B4546 background.