COLOR #6B474B

HEX: #6B474B RGB: (107,71,75)

Color info

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

RGB color model

#6B474B color RGB value is (107,71,75).

RGB: (107,71,75) (42%, 28%, 29%)

RGB channels and saturation

R 107 of 255 = 42%
G 71 of 255 = 28%
B 75 of 255 = 29%

107
71
75

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

Portions of RGB colors in percentages

R + G + B = 107 + 71 + 75 = 253 (100%)
R 107 of 253 ~ 42.29%
G 71 of 253 ~ 28.06%
B 75 of 253 ~ 29.64'%

%42.29
%28.06
%29.64

CMYK color model

#6B474B color CMYK value is (0,34,30,58).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 29.91%
  • key color value is 58.04%

CMYK: (0,34,30,58)
C0M34Y30K58 (0%, 34%, 30%, 58%)
(0.00 / 0.34 / 0.30 / 0.58)

CMYK percentages

%0
%33.64
%29.91
%58.04

Codes

Color #6B474B in popluar color models

6B 47 4B
RGB 107 71 75
HSL 353° 20.22% 34.90%
HSB/HSV 353° 33.64% 41.96%
CMYK 0.00% 33.64% 29.91%
58.04%

Color #6B474B in popluar number systems.

HEX 6B 47 4B
Decimal 107 71 75
Binary 1101011 1000111 1001011
Octal 153 107 113

Shades and tints

Shades of #6B474B

#6B474B
(107,71,75)
#624145
(98,65,69)
#593B3F
(89,59,63)
#503539
(80,53,57)
#472F33
(71,47,51)
#3E292D
(62,41,45)
#352327
(53,35,39)
#2C1D21
(44,29,33)
#23171B
(35,23,27)
#1A1115
(26,17,21)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #6B474B

#6B474B
(107,71,75)
#78575B
(120,87,91)
#85676B
(133,103,107)
#92777B
(146,119,123)
#9F878B
(159,135,139)
#AC979B
(172,151,155)
#B9A7AB
(185,167,171)
#C6B7BB
(198,183,187)
#D3C7CB
(211,199,203)
#E0D7DB
(224,215,219)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B474B; }

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

This text font color is #6B474B.

Background Color

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

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

This div background color is #6B474B.

Border color

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

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

This div border color is #6B474B.

Opacity

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

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

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

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

This text has shadow with #6B474B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B474B.

Preview

Color preview on black background

This text has color #6B474B on black background.


Color preview on white background

This text has color #6B474B on white background.


Black color preview on #6B474B background

This text has black color on #6B474B background.


White color preview on #6B474B background

This text has white color on #6B474B background.


Related colors

Complementary color

Complementary color for #hex is #94B8B4.


I love getcolorcode.com

Triadic colors

1 #4B6B47 and #474B6B with #6B474B are triadic colors.

2 #4B476B and #476B4B with #6B474B are triadic colors.