COLOR #6B484D

HEX: #6B484D RGB: (107,72,77)

Color info

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

RGB color model

#6B484D color RGB value is (107,72,77).

RGB: (107,72,77) (42%, 28%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 77 of 255 = 30%

107
72
77

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

Portions of RGB colors in percentages

R + G + B = 107 + 72 + 77 = 256 (100%)
R 107 of 256 ~ 41.8%
G 72 of 256 ~ 28.13%
B 77 of 256 ~ 30.08'%

%41.8
%28.13
%30.08

CMYK color model

#6B484D color CMYK value is (0,33,28,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 28.04%
  • key color value is 58.04%

CMYK: (0,33,28,58)
C0M33Y28K58 (0%, 33%, 28%, 58%)
(0.00 / 0.33 / 0.28 / 0.58)

CMYK percentages

%0
%32.71
%28.04
%58.04

Codes

Color #6B484D in popluar color models

6B 48 4D
RGB 107 72 77
HSL 351° 19.55% 35.10%
HSB/HSV 351° 32.71% 41.96%
CMYK 0.00% 32.71% 28.04%
58.04%

Color #6B484D in popluar number systems.

HEX 6B 48 4D
Decimal 107 72 77
Binary 1101011 1001000 1001101
Octal 153 110 115

Shades and tints

Shades of #6B484D

#6B484D
(107,72,77)
#624246
(98,66,70)
#593C3F
(89,60,63)
#503638
(80,54,56)
#473031
(71,48,49)
#3E2A2A
(62,42,42)
#352423
(53,36,35)
#2C1E1C
(44,30,28)
#231815
(35,24,21)
#1A120E
(26,18,14)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #6B484D

#6B484D
(107,72,77)
#78585D
(120,88,93)
#85686D
(133,104,109)
#92787D
(146,120,125)
#9F888D
(159,136,141)
#AC989D
(172,152,157)
#B9A8AD
(185,168,173)
#C6B8BD
(198,184,189)
#D3C8CD
(211,200,205)
#E0D8DD
(224,216,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B484D color. Also use rgb(107,72,77) instead hex code.

Text Font Color

.myTextColor { color: #6B484D; }

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

This text font color is #6B484D.

Background Color

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

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

This div background color is #6B484D.

Border color

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

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

This div border color is #6B484D.

Opacity

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

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

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

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

This text has shadow with #6B484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B484D.

Preview

Color preview on black background

This text has color #6B484D on black background.


Color preview on white background

This text has color #6B484D on white background.


Black color preview on #6B484D background

This text has black color on #6B484D background.


White color preview on #6B484D background

This text has white color on #6B484D background.


Related colors

Complementary color

Complementary color for #hex is #94B7B2.


I love getcolorcode.com

Triadic colors

1 #4D6B48 and #484D6B with #6B484D are triadic colors.

2 #4D486B and #486B4D with #6B484D are triadic colors.