COLOR #6D503A

HEX: #6D503A
RGB: (109,80,58)

Color info

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

RGB color model

#6D503A color RGB value is (109,80,58).

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

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 58 of 255 = 23%

109
80
58

R + G + B ~ 32%. #6D503A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 58 = 247 (100%)
R 109 of 247 ~ 44.13%
G 80 of 247 ~ 32.39%
B 58 of 247 ~ 23.48%

%44.13
%32.39
%23.48

CMYK color model

#6D503A color CMYK value is (0,27,47,57).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK:
(0,27,47,57)
C0M27Y47K57 
(0%,27%,47%,57%)
(0.00/0.27/0.47/0.57)	

CMYK percentages

%0
%26.61
%46.79
%57.25

Codes

Color #6D503A in popluar color models

6D503A
RGB1098058
HSL26°30.54%32.75%
HSB/HSV26°46.79%42.75%
CMYK0.00%26.61%46.79%
57.25%

Color #6D503A in popluar number systems.

HEX6D503A
Decimal1098058
Binary11011011010000111010
Octal15512072

Shades and tints

Shades of #6D503A

#6D503A
(109,80,58)
#644935
(100,73,53)
#5B4230
(91,66,48)
#523B2B
(82,59,43)
#493426
(73,52,38)
#402D21
(64,45,33)
#37261C
(55,38,28)
#2E1F17
(46,31,23)
#251812
(37,24,18)
#1C110D
(28,17,13)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #6D503A

#6D503A
(109,80,58)
#7A5F4B
(122,95,75)
#876E5C
(135,110,92)
#947D6D
(148,125,109)
#A18C7E
(161,140,126)
#AE9B8F
(174,155,143)
#BBAAA0
(187,170,160)
#C8B9B1
(200,185,177)
#D5C8C2
(213,200,194)
#E2D7D3
(226,215,211)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D503A; }

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

This text font color is #6D503A.


Background Color

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

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

This div background color is #6D503A.


Border color

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

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

This div border color is #6D503A.


Opacity

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

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

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

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

This text has shadow with #6D503A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D503A on black background.


Color preview on white background

This text has color #6D503A on white background.



Black color preview on #6D503A background

This text has black color on #6D503A background.


White color preview on #6D503A background

This text has white color on #6D503A background.