COLOR #6D503E

HEX: #6D503E
RGB: (109,80,62)

Color info

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

RGB color model

#6D503E color RGB value is (109,80,62).

  • red value is 109;
  • green value is 80;
  • blue value is 62.
RGB:
(109,80,62)
(43%,31%,24%)

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 62 of 255 = 24%

109
80
62

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

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 62 = 251 (100%)
R 109 of 251 ~ 43.43%
G 80 of 251 ~ 31.87%
B 62 of 251 ~ 24.7%

%43.43
%31.87
%24.7

CMYK color model

#6D503E color CMYK value is (0,27,43,57).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 43.12%
  • key color value is 57.25%
CMYK:
(0,27,43,57)
C0M27Y43K57 
(0%,27%,43%,57%)
(0.00/0.27/0.43/0.57)	

CMYK percentages

%0
%26.61
%43.12
%57.25

Codes

Color #6D503E in popluar color models

6D503E
RGB1098062
HSL23°27.49%33.53%
HSB/HSV23°43.12%42.75%
CMYK0.00%26.61%43.12%
57.25%

Color #6D503E in popluar number systems.

HEX6D503E
Decimal1098062
Binary11011011010000111110
Octal15512076

Shades and tints

Shades of #6D503E

#6D503E
(109,80,62)
#644939
(100,73,57)
#5B4234
(91,66,52)
#523B2F
(82,59,47)
#49342A
(73,52,42)
#402D25
(64,45,37)
#372620
(55,38,32)
#2E1F1B
(46,31,27)
#251816
(37,24,22)
#1C1111
(28,17,17)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D503E

#6D503E
(109,80,62)
#7A5F4F
(122,95,79)
#876E60
(135,110,96)
#947D71
(148,125,113)
#A18C82
(161,140,130)
#AE9B93
(174,155,147)
#BBAAA4
(187,170,164)
#C8B9B5
(200,185,181)
#D5C8C6
(213,200,198)
#E2D7D7
(226,215,215)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D503E color. Also use rgb(109,80,62) instead hex code.

Text Font Color

.myTextColor { color: #6D503E; }

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

This text font color is #6D503E.


Background Color

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

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

This div background color is #6D503E.


Border color

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

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

This div border color is #6D503E.


Opacity

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

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

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

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

This text has shadow with #6D503E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D503E on black background.


Color preview on white background

This text has color #6D503E on white background.



Black color preview on #6D503E background

This text has black color on #6D503E background.


White color preview on #6D503E background

This text has white color on #6D503E background.