COLOR #6B424C

HEX: #6B424C
RGB: (107,66,76)

Color info

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

RGB color model

#6B424C color RGB value is (107,66,76).

  • red value is 107;
  • green value is 66;
  • blue value is 76.
RGB:
(107,66,76)
(42%,26%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 76 of 255 = 30%

107
66
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 66 + 76 = 249 (100%)
R 107 of 249 ~ 42.97%
G 66 of 249 ~ 26.51%
B 76 of 249 ~ 30.52%

%42.97
%26.51
%30.52

CMYK color model

#6B424C color CMYK value is (0,38,29,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,38,29,58)
C0M38Y29K58 
(0%,38%,29%,58%)
(0.00/0.38/0.29/0.58)	

CMYK percentages

%0
%38.32
%28.97
%58.04

Codes

Color #6B424C in popluar color models

6B424C
RGB1076676
HSL345°23.70%33.92%
HSB/HSV345°38.32%41.96%
CMYK0.00%38.32%28.97%
58.04%

Color #6B424C in popluar number systems.

HEX6B424C
Decimal1076676
Binary110101110000101001100
Octal153102114

Shades and tints

Shades of #6B424C

#6B424C
(107,66,76)
#623C46
(98,60,70)
#593640
(89,54,64)
#50303A
(80,48,58)
#472A34
(71,42,52)
#3E242E
(62,36,46)
#351E28
(53,30,40)
#2C1822
(44,24,34)
#23121C
(35,18,28)
#1A0C16
(26,12,22)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #6B424C

#6B424C
(107,66,76)
#78535C
(120,83,92)
#85646C
(133,100,108)
#92757C
(146,117,124)
#9F868C
(159,134,140)
#AC979C
(172,151,156)
#B9A8AC
(185,168,172)
#C6B9BC
(198,185,188)
#D3CACC
(211,202,204)
#E0DBDC
(224,219,220)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B424C color. Also use rgb(107,66,76) instead hex code.

Text Font Color

.myTextColor { color: #6B424C; }

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

This text font color is #6B424C.


Background Color

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

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

This div background color is #6B424C.


Border color

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

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

This div border color is #6B424C.


Opacity

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

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

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

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

This text has shadow with #6B424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B424C on black background.


Color preview on white background

This text has color #6B424C on white background.



Black color preview on #6B424C background

This text has black color on #6B424C background.


White color preview on #6B424C background

This text has white color on #6B424C background.