COLOR #6B3E51

HEX: #6B3E51
RGB: (107,62,81)

Color info

#6B3E51 contains red, green and blue colors in about the same proportion. Web safe color of #6B3E51 is #663366 (or #636).

RGB color model

#6B3E51 color RGB value is (107,62,81).

  • red value is 107;
  • green value is 62;
  • blue value is 81.
RGB:
(107,62,81)
(42%,24%,32%)

RGB channels and saturation

R 107 of 255 = 42%
G 62 of 255 = 24%
B 81 of 255 = 32%

107
62
81

R + G + B ~ 33%. #6B3E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 62 + 81 = 250 (100%)
R 107 of 250 ~ 42.8%
G 62 of 250 ~ 24.8%
B 81 of 250 ~ 32.4%

%42.8
%24.8
%32.4

CMYK color model

#6B3E51 color CMYK value is (0,42,24,58).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 24.30%
  • key color value is 58.04%
CMYK:
(0,42,24,58)
C0M42Y24K58 
(0%,42%,24%,58%)
(0.00/0.42/0.24/0.58)	

CMYK percentages

%0
%42.06
%24.3
%58.04

Codes

Color #6B3E51 in popluar color models

6B3E51
RGB1076281
HSL335°26.63%33.14%
HSB/HSV335°42.06%41.96%
CMYK0.00%42.06%24.30%
58.04%

Color #6B3E51 in popluar number systems.

HEX6B3E51
Decimal1076281
Binary11010111111101010001
Octal15376121

Shades and tints

Shades of #6B3E51

#6B3E51
(107,62,81)
#62394A
(98,57,74)
#593443
(89,52,67)
#502F3C
(80,47,60)
#472A35
(71,42,53)
#3E252E
(62,37,46)
#352027
(53,32,39)
#2C1B20
(44,27,32)
#231619
(35,22,25)
#1A1112
(26,17,18)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B3E51

#6B3E51
(107,62,81)
#784F60
(120,79,96)
#85606F
(133,96,111)
#92717E
(146,113,126)
#9F828D
(159,130,141)
#AC939C
(172,147,156)
#B9A4AB
(185,164,171)
#C6B5BA
(198,181,186)
#D3C6C9
(211,198,201)
#E0D7D8
(224,215,216)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3E51 color. Also use rgb(107,62,81) instead hex code.

Text Font Color

.myTextColor { color: #6B3E51; }

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

This text font color is #6B3E51.


Background Color

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

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

This div background color is #6B3E51.


Border color

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

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

This div border color is #6B3E51.


Opacity

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

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

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

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

This text has shadow with #6B3E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3E51 on black background.


Color preview on white background

This text has color #6B3E51 on white background.



Black color preview on #6B3E51 background

This text has black color on #6B3E51 background.


White color preview on #6B3E51 background

This text has white color on #6B3E51 background.