COLOR #6B3440

HEX: #6B3440
RGB: (107,52,64)

Color info

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

RGB color model

#6B3440 color RGB value is (107,52,64).

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

RGB channels and saturation

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

107
52
64

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

Portions of RGB colors in percentages

R + G + B =
107 + 52 + 64 = 223 (100%)
R 107 of 223 ~ 47.98%
G 52 of 223 ~ 23.32%
B 64 of 223 ~ 28.7%

%47.98
%23.32
%28.7

CMYK color model

#6B3440 color CMYK value is (0,51,40,58).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(0,51,40,58)
C0M51Y40K58 
(0%,51%,40%,58%)
(0.00/0.51/0.40/0.58)	

CMYK percentages

%0
%51.4
%40.19
%58.04

Codes

Color #6B3440 in popluar color models

6B3440
RGB1075264
HSL347°34.59%31.18%
HSB/HSV347°51.40%41.96%
CMYK0.00%51.40%40.19%
58.04%

Color #6B3440 in popluar number systems.

HEX6B3440
Decimal1075264
Binary11010111101001000000
Octal15364100

Shades and tints

Shades of #6B3440

#6B3440
(107,52,64)
#62303B
(98,48,59)
#592C36
(89,44,54)
#502831
(80,40,49)
#47242C
(71,36,44)
#3E2027
(62,32,39)
#351C22
(53,28,34)
#2C181D
(44,24,29)
#231418
(35,20,24)
#1A1013
(26,16,19)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B3440

#6B3440
(107,52,64)
#784651
(120,70,81)
#855862
(133,88,98)
#926A73
(146,106,115)
#9F7C84
(159,124,132)
#AC8E95
(172,142,149)
#B9A0A6
(185,160,166)
#C6B2B7
(198,178,183)
#D3C4C8
(211,196,200)
#E0D6D9
(224,214,217)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3440; }

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

This text font color is #6B3440.


Background Color

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

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

This div background color is #6B3440.


Border color

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

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

This div border color is #6B3440.


Opacity

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

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

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

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

This text has shadow with #6B3440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3440 on black background.


Color preview on white background

This text has color #6B3440 on white background.



Black color preview on #6B3440 background

This text has black color on #6B3440 background.


White color preview on #6B3440 background

This text has white color on #6B3440 background.