COLOR #6B494B

HEX: #6B494B
RGB: (107,73,75)

Color info

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

RGB color model

#6B494B color RGB value is (107,73,75).

  • red value is 107;
  • green value is 73;
  • blue value is 75.
RGB:
(107,73,75)
(42%,29%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 75 of 255 = 29%

107
73
75

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

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 75 = 255 (100%)
R 107 of 255 ~ 41.96%
G 73 of 255 ~ 28.63%
B 75 of 255 ~ 29.41%

%41.96
%28.63
%29.41

CMYK color model

#6B494B color CMYK value is (0,32,30,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(0,32,30,58)
C0M32Y30K58 
(0%,32%,30%,58%)
(0.00/0.32/0.30/0.58)	

CMYK percentages

%0
%31.78
%29.91
%58.04

Codes

Color #6B494B in popluar color models

6B494B
RGB1077375
HSL356°18.89%35.29%
HSB/HSV356°31.78%41.96%
CMYK0.00%31.78%29.91%
58.04%

Color #6B494B in popluar number systems.

HEX6B494B
Decimal1077375
Binary110101110010011001011
Octal153111113

Shades and tints

Shades of #6B494B

#6B494B
(107,73,75)
#624345
(98,67,69)
#593D3F
(89,61,63)
#503739
(80,55,57)
#473133
(71,49,51)
#3E2B2D
(62,43,45)
#352527
(53,37,39)
#2C1F21
(44,31,33)
#23191B
(35,25,27)
#1A1315
(26,19,21)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B494B

#6B494B
(107,73,75)
#78595B
(120,89,91)
#85696B
(133,105,107)
#92797B
(146,121,123)
#9F898B
(159,137,139)
#AC999B
(172,153,155)
#B9A9AB
(185,169,171)
#C6B9BB
(198,185,187)
#D3C9CB
(211,201,203)
#E0D9DB
(224,217,219)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B494B color. Also use rgb(107,73,75) instead hex code.

Text Font Color

.myTextColor { color: #6B494B; }

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

This text font color is #6B494B.


Background Color

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

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

This div background color is #6B494B.


Border color

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

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

This div border color is #6B494B.


Opacity

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

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

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

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

This text has shadow with #6B494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B494B on black background.


Color preview on white background

This text has color #6B494B on white background.



Black color preview on #6B494B background

This text has black color on #6B494B background.


White color preview on #6B494B background

This text has white color on #6B494B background.