COLOR #6B454E

HEX: #6B454E
RGB: (107,69,78)

Color info

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

RGB color model

#6B454E color RGB value is (107,69,78).

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

RGB channels and saturation

R 107 of 255 = 42%
G 69 of 255 = 27%
B 78 of 255 = 31%

107
69
78

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

Portions of RGB colors in percentages

R + G + B =
107 + 69 + 78 = 254 (100%)
R 107 of 254 ~ 42.13%
G 69 of 254 ~ 27.17%
B 78 of 254 ~ 30.71%

%42.13
%27.17
%30.71

CMYK color model

#6B454E color CMYK value is (0,36,27,58).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(0,36,27,58)
C0M36Y27K58 
(0%,36%,27%,58%)
(0.00/0.36/0.27/0.58)	

CMYK percentages

%0
%35.51
%27.1
%58.04

Codes

Color #6B454E in popluar color models

6B454E
RGB1076978
HSL346°21.59%34.51%
HSB/HSV346°35.51%41.96%
CMYK0.00%35.51%27.10%
58.04%

Color #6B454E in popluar number systems.

HEX6B454E
Decimal1076978
Binary110101110001011001110
Octal153105116

Shades and tints

Shades of #6B454E

#6B454E
(107,69,78)
#623F47
(98,63,71)
#593940
(89,57,64)
#503339
(80,51,57)
#472D32
(71,45,50)
#3E272B
(62,39,43)
#352124
(53,33,36)
#2C1B1D
(44,27,29)
#231516
(35,21,22)
#1A0F0F
(26,15,15)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #6B454E

#6B454E
(107,69,78)
#78555E
(120,85,94)
#85656E
(133,101,110)
#92757E
(146,117,126)
#9F858E
(159,133,142)
#AC959E
(172,149,158)
#B9A5AE
(185,165,174)
#C6B5BE
(198,181,190)
#D3C5CE
(211,197,206)
#E0D5DE
(224,213,222)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B454E; }

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

This text font color is #6B454E.


Background Color

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

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

This div background color is #6B454E.


Border color

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

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

This div border color is #6B454E.


Opacity

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

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

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

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

This text has shadow with #6B454E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B454E on black background.


Color preview on white background

This text has color #6B454E on white background.



Black color preview on #6B454E background

This text has black color on #6B454E background.


White color preview on #6B454E background

This text has white color on #6B454E background.