COLOR #6B503F

HEX: #6B503F RGB: (107,80,63)

Color info

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

RGB color model

#6B503F color RGB value is (107,80,63).

RGB: (107,80,63) (42%, 31%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 63 of 255 = 25%

107
80
63

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

Portions of RGB colors in percentages

R + G + B = 107 + 80 + 63 = 250 (100%)
R 107 of 250 ~ 42.8%
G 80 of 250 ~ 32%
B 63 of 250 ~ 25.2'%

%42.8
%32
%25.2

CMYK color model

#6B503F color CMYK value is (0,25,41,58).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 41.12%
  • key color value is 58.04%

CMYK: (0,25,41,58)
C0M25Y41K58 (0%, 25%, 41%, 58%)
(0.00 / 0.25 / 0.41 / 0.58)

CMYK percentages

%0
%25.23
%41.12
%58.04

Codes

Color #6B503F in popluar color models

6B 50 3F
RGB 107 80 63
HSL 23° 25.88% 33.33%
HSB/HSV 23° 41.12% 41.96%
CMYK 0.00% 25.23% 41.12%
58.04%

Color #6B503F in popluar number systems.

HEX 6B 50 3F
Decimal 107 80 63
Binary 1101011 1010000 111111
Octal 153 120 77

Shades and tints

Shades of #6B503F

#6B503F
(107,80,63)
#62493A
(98,73,58)
#594235
(89,66,53)
#503B30
(80,59,48)
#47342B
(71,52,43)
#3E2D26
(62,45,38)
#352621
(53,38,33)
#2C1F1C
(44,31,28)
#231817
(35,24,23)
#1A1112
(26,17,18)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B503F

#6B503F
(107,80,63)
#785F50
(120,95,80)
#856E61
(133,110,97)
#927D72
(146,125,114)
#9F8C83
(159,140,131)
#AC9B94
(172,155,148)
#B9AAA5
(185,170,165)
#C6B9B6
(198,185,182)
#D3C8C7
(211,200,199)
#E0D7D8
(224,215,216)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B503F; }

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

This text font color is #6B503F.

Background Color

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

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

This div background color is #6B503F.

Border color

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

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

This div border color is #6B503F.

Opacity

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

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

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

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

This text has shadow with #6B503F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B503F.

Preview

Color preview on black background

This text has color #6B503F on black background.


Color preview on white background

This text has color #6B503F on white background.


Black color preview on #6B503F background

This text has black color on #6B503F background.


White color preview on #6B503F background

This text has white color on #6B503F background.


Related colors

Complementary color

Complementary color for #hex is #94AFC0.


I love getcolorcode.com

Triadic colors

1 #3F6B50 and #503F6B with #6B503F are triadic colors.

2 #3F506B and #506B3F with #6B503F are triadic colors.