COLOR #6B464A

HEX: #6B464A
RGB: (107,70,74)

Color info

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

RGB color model

#6B464A color RGB value is (107,70,74).

  • red value is 107;
  • green value is 70;
  • blue value is 74.
RGB:
(107,70,74)
(42%,27%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 74 of 255 = 29%

107
70
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 74 = 251 (100%)
R 107 of 251 ~ 42.63%
G 70 of 251 ~ 27.89%
B 74 of 251 ~ 29.48%

%42.63
%27.89
%29.48

CMYK color model

#6B464A color CMYK value is (0,35,31,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,35,31,58)
C0M35Y31K58 
(0%,35%,31%,58%)
(0.00/0.35/0.31/0.58)	

CMYK percentages

%0
%34.58
%30.84
%58.04

Codes

Color #6B464A in popluar color models

6B464A
RGB1077074
HSL354°20.90%34.71%
HSB/HSV354°34.58%41.96%
CMYK0.00%34.58%30.84%
58.04%

Color #6B464A in popluar number systems.

HEX6B464A
Decimal1077074
Binary110101110001101001010
Octal153106112

Shades and tints

Shades of #6B464A

#6B464A
(107,70,74)
#624044
(98,64,68)
#593A3E
(89,58,62)
#503438
(80,52,56)
#472E32
(71,46,50)
#3E282C
(62,40,44)
#352226
(53,34,38)
#2C1C20
(44,28,32)
#23161A
(35,22,26)
#1A1014
(26,16,20)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B464A

#6B464A
(107,70,74)
#78565A
(120,86,90)
#85666A
(133,102,106)
#92767A
(146,118,122)
#9F868A
(159,134,138)
#AC969A
(172,150,154)
#B9A6AA
(185,166,170)
#C6B6BA
(198,182,186)
#D3C6CA
(211,198,202)
#E0D6DA
(224,214,218)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B464A color. Also use rgb(107,70,74) instead hex code.

Text Font Color

.myTextColor { color: #6B464A; }

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

This text font color is #6B464A.


Background Color

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

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

This div background color is #6B464A.


Border color

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

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

This div border color is #6B464A.


Opacity

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

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

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

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

This text has shadow with #6B464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B464A on black background.


Color preview on white background

This text has color #6B464A on white background.



Black color preview on #6B464A background

This text has black color on #6B464A background.


White color preview on #6B464A background

This text has white color on #6B464A background.