COLOR #6B3441

HEX: #6B3441
RGB: (107,52,65)

Color info

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

RGB color model

#6B3441 color RGB value is (107,52,65).

  • red value is 107;
  • green value is 52;
  • blue value is 65.
RGB:
(107,52,65)
(42%,20%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 52 of 255 = 20%
B 65 of 255 = 25%

107
52
65

R + G + B ~ 29%. #6B3441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 52 + 65 = 224 (100%)
R 107 of 224 ~ 47.77%
G 52 of 224 ~ 23.21%
B 65 of 224 ~ 29.02%

%47.77
%23.21
%29.02

CMYK color model

#6B3441 color CMYK value is (0,51,39,58).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 39.25%
  • key color value is 58.04%
CMYK:
(0,51,39,58)
C0M51Y39K58 
(0%,51%,39%,58%)
(0.00/0.51/0.39/0.58)	

CMYK percentages

%0
%51.4
%39.25
%58.04

Codes

Color #6B3441 in popluar color models

6B3441
RGB1075265
HSL346°34.59%31.18%
HSB/HSV346°51.40%41.96%
CMYK0.00%51.40%39.25%
58.04%

Color #6B3441 in popluar number systems.

HEX6B3441
Decimal1075265
Binary11010111101001000001
Octal15364101

Shades and tints

Shades of #6B3441

#6B3441
(107,52,65)
#62303C
(98,48,60)
#592C37
(89,44,55)
#502832
(80,40,50)
#47242D
(71,36,45)
#3E2028
(62,32,40)
#351C23
(53,28,35)
#2C181E
(44,24,30)
#231419
(35,20,25)
#1A1014
(26,16,20)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B3441

#6B3441
(107,52,65)
#784652
(120,70,82)
#855863
(133,88,99)
#926A74
(146,106,116)
#9F7C85
(159,124,133)
#AC8E96
(172,142,150)
#B9A0A7
(185,160,167)
#C6B2B8
(198,178,184)
#D3C4C9
(211,196,201)
#E0D6DA
(224,214,218)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3441; }

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

This text font color is #6B3441.


Background Color

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

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

This div background color is #6B3441.


Border color

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

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

This div border color is #6B3441.


Opacity

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

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

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

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

This text has shadow with #6B3441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3441 on black background.


Color preview on white background

This text has color #6B3441 on white background.



Black color preview on #6B3441 background

This text has black color on #6B3441 background.


White color preview on #6B3441 background

This text has white color on #6B3441 background.