COLOR #6D453A

HEX: #6D453A
RGB: (109,69,58)

Color info

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

RGB color model

#6D453A color RGB value is (109,69,58).

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

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 58 of 255 = 23%

109
69
58

R + G + B ~ 31%. #6D453A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 69 + 58 = 236 (100%)
R 109 of 236 ~ 46.19%
G 69 of 236 ~ 29.24%
B 58 of 236 ~ 24.58%

%46.19
%29.24
%24.58

CMYK color model

#6D453A color CMYK value is (0,37,47,57).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK:
(0,37,47,57)
C0M37Y47K57 
(0%,37%,47%,57%)
(0.00/0.37/0.47/0.57)	

CMYK percentages

%0
%36.7
%46.79
%57.25

Codes

Color #6D453A in popluar color models

6D453A
RGB1096958
HSL13°30.54%32.75%
HSB/HSV13°46.79%42.75%
CMYK0.00%36.70%46.79%
57.25%

Color #6D453A in popluar number systems.

HEX6D453A
Decimal1096958
Binary11011011000101111010
Octal15510572

Shades and tints

Shades of #6D453A

#6D453A
(109,69,58)
#643F35
(100,63,53)
#5B3930
(91,57,48)
#52332B
(82,51,43)
#492D26
(73,45,38)
#402721
(64,39,33)
#37211C
(55,33,28)
#2E1B17
(46,27,23)
#251512
(37,21,18)
#1C0F0D
(28,15,13)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D453A

#6D453A
(109,69,58)
#7A554B
(122,85,75)
#87655C
(135,101,92)
#94756D
(148,117,109)
#A1857E
(161,133,126)
#AE958F
(174,149,143)
#BBA5A0
(187,165,160)
#C8B5B1
(200,181,177)
#D5C5C2
(213,197,194)
#E2D5D3
(226,213,211)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D453A; }

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

This text font color is #6D453A.


Background Color

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

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

This div background color is #6D453A.


Border color

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

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

This div border color is #6D453A.


Opacity

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

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

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

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

This text has shadow with #6D453A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D453A on black background.


Color preview on white background

This text has color #6D453A on white background.



Black color preview on #6D453A background

This text has black color on #6D453A background.


White color preview on #6D453A background

This text has white color on #6D453A background.