COLOR #6B474E

HEX: #6B474E
RGB: (107,71,78)

Color info

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

RGB color model

#6B474E color RGB value is (107,71,78).

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

RGB channels and saturation

R 107 of 255 = 42%
G 71 of 255 = 28%
B 78 of 255 = 31%

107
71
78

R + G + B ~ 34%. #6B474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 71 + 78 = 256 (100%)
R 107 of 256 ~ 41.8%
G 71 of 256 ~ 27.73%
B 78 of 256 ~ 30.47%

%41.8
%27.73
%30.47

CMYK color model

#6B474E color CMYK value is (0,34,27,58).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(0,34,27,58)
C0M34Y27K58 
(0%,34%,27%,58%)
(0.00/0.34/0.27/0.58)	

CMYK percentages

%0
%33.64
%27.1
%58.04

Codes

Color #6B474E in popluar color models

6B474E
RGB1077178
HSL348°20.22%34.90%
HSB/HSV348°33.64%41.96%
CMYK0.00%33.64%27.10%
58.04%

Color #6B474E in popluar number systems.

HEX6B474E
Decimal1077178
Binary110101110001111001110
Octal153107116

Shades and tints

Shades of #6B474E

#6B474E
(107,71,78)
#624147
(98,65,71)
#593B40
(89,59,64)
#503539
(80,53,57)
#472F32
(71,47,50)
#3E292B
(62,41,43)
#352324
(53,35,36)
#2C1D1D
(44,29,29)
#231716
(35,23,22)
#1A110F
(26,17,15)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #6B474E

#6B474E
(107,71,78)
#78575E
(120,87,94)
#85676E
(133,103,110)
#92777E
(146,119,126)
#9F878E
(159,135,142)
#AC979E
(172,151,158)
#B9A7AE
(185,167,174)
#C6B7BE
(198,183,190)
#D3C7CE
(211,199,206)
#E0D7DE
(224,215,222)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B474E; }

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

This text font color is #6B474E.


Background Color

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

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

This div background color is #6B474E.


Border color

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

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

This div border color is #6B474E.


Opacity

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

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

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

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

This text has shadow with #6B474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B474E on black background.


Color preview on white background

This text has color #6B474E on white background.



Black color preview on #6B474E background

This text has black color on #6B474E background.


White color preview on #6B474E background

This text has white color on #6B474E background.