COLOR #6D354D

HEX: #6D354D
RGB: (109,53,77)

Color info

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

RGB color model

#6D354D color RGB value is (109,53,77).

  • red value is 109;
  • green value is 53;
  • blue value is 77.
RGB:
(109,53,77)
(43%,21%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 53 of 255 = 21%
B 77 of 255 = 30%

109
53
77

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

Portions of RGB colors in percentages

R + G + B =
109 + 53 + 77 = 239 (100%)
R 109 of 239 ~ 45.61%
G 53 of 239 ~ 22.18%
B 77 of 239 ~ 32.22%

%45.61
%22.18
%32.22

CMYK color model

#6D354D color CMYK value is (0,51,29,57).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK:
(0,51,29,57)
C0M51Y29K57 
(0%,51%,29%,57%)
(0.00/0.51/0.29/0.57)	

CMYK percentages

%0
%51.38
%29.36
%57.25

Codes

Color #6D354D in popluar color models

6D354D
RGB1095377
HSL334°34.57%31.76%
HSB/HSV334°51.38%42.75%
CMYK0.00%51.38%29.36%
57.25%

Color #6D354D in popluar number systems.

HEX6D354D
Decimal1095377
Binary11011011101011001101
Octal15565115

Shades and tints

Shades of #6D354D

#6D354D
(109,53,77)
#643146
(100,49,70)
#5B2D3F
(91,45,63)
#522938
(82,41,56)
#492531
(73,37,49)
#40212A
(64,33,42)
#371D23
(55,29,35)
#2E191C
(46,25,28)
#251515
(37,21,21)
#1C110E
(28,17,14)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #6D354D

#6D354D
(109,53,77)
#7A475D
(122,71,93)
#87596D
(135,89,109)
#946B7D
(148,107,125)
#A17D8D
(161,125,141)
#AE8F9D
(174,143,157)
#BBA1AD
(187,161,173)
#C8B3BD
(200,179,189)
#D5C5CD
(213,197,205)
#E2D7DD
(226,215,221)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D354D color. Also use rgb(109,53,77) instead hex code.

Text Font Color

.myTextColor { color: #6D354D; }

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

This text font color is #6D354D.


Background Color

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

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

This div background color is #6D354D.


Border color

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

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

This div border color is #6D354D.


Opacity

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

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

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

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

This text has shadow with #6D354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D354D on black background.


Color preview on white background

This text has color #6D354D on white background.



Black color preview on #6D354D background

This text has black color on #6D354D background.


White color preview on #6D354D background

This text has white color on #6D354D background.