COLOR #6B504B

HEX: #6B504B
RGB: (107,80,75)

Color info

#6B504B contains red, green and blue colors in about the same proportion. Web safe color of #6B504B is #666633 (or #663).

RGB color model

#6B504B color RGB value is (107,80,75).

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

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 75 of 255 = 29%

107
80
75

R + G + B ~ 34%. #6B504B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 75 = 262 (100%)
R 107 of 262 ~ 40.84%
G 80 of 262 ~ 30.53%
B 75 of 262 ~ 28.63%

%40.84
%30.53
%28.63

CMYK color model

#6B504B color CMYK value is (0,25,30,58).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(0,25,30,58)
C0M25Y30K58 
(0%,25%,30%,58%)
(0.00/0.25/0.30/0.58)	

CMYK percentages

%0
%25.23
%29.91
%58.04

Codes

Color #6B504B in popluar color models

6B504B
RGB1078075
HSL17.58%35.69%
HSB/HSV29.91%41.96%
CMYK0.00%25.23%29.91%
58.04%

Color #6B504B in popluar number systems.

HEX6B504B
Decimal1078075
Binary110101110100001001011
Octal153120113

Shades and tints

Shades of #6B504B

#6B504B
(107,80,75)
#624945
(98,73,69)
#59423F
(89,66,63)
#503B39
(80,59,57)
#473433
(71,52,51)
#3E2D2D
(62,45,45)
#352627
(53,38,39)
#2C1F21
(44,31,33)
#23181B
(35,24,27)
#1A1115
(26,17,21)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B504B

#6B504B
(107,80,75)
#785F5B
(120,95,91)
#856E6B
(133,110,107)
#927D7B
(146,125,123)
#9F8C8B
(159,140,139)
#AC9B9B
(172,155,155)
#B9AAAB
(185,170,171)
#C6B9BB
(198,185,187)
#D3C8CB
(211,200,203)
#E0D7DB
(224,215,219)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B504B; }

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

This text font color is #6B504B.


Background Color

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

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

This div background color is #6B504B.


Border color

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

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

This div border color is #6B504B.


Opacity

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

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

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

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

This text has shadow with #6B504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B504B on black background.


Color preview on white background

This text has color #6B504B on white background.



Black color preview on #6B504B background

This text has black color on #6B504B background.


White color preview on #6B504B background

This text has white color on #6B504B background.