COLOR #6D3F4C

HEX: #6D3F4C RGB: (109,63,76)

Color info

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

RGB color model

#6D3F4C color RGB value is (109,63,76).

RGB: (109,63,76) (43%, 25%, 30%)

RGB channels and saturation

R 109 of 255 = 43%
G 63 of 255 = 25%
B 76 of 255 = 30%

109
63
76

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

Portions of RGB colors in percentages

R + G + B = 109 + 63 + 76 = 248 (100%)
R 109 of 248 ~ 43.95%
G 63 of 248 ~ 25.4%
B 76 of 248 ~ 30.65'%

%43.95
%25.4
%30.65

CMYK color model

#6D3F4C color CMYK value is (0,42,30,57).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 30.28%
  • key color value is 57.25%

CMYK: (0,42,30,57)
C0M42Y30K57 (0%, 42%, 30%, 57%)
(0.00 / 0.42 / 0.30 / 0.57)

CMYK percentages

%0
%42.2
%30.28
%57.25

Codes

Color #6D3F4C in popluar color models

6D 3F 4C
RGB 109 63 76
HSL 343° 26.74% 33.73%
HSB/HSV 343° 42.20% 42.75%
CMYK 0.00% 42.20% 30.28%
57.25%

Color #6D3F4C in popluar number systems.

HEX 6D 3F 4C
Decimal 109 63 76
Binary 1101101 111111 1001100
Octal 155 77 114

Shades and tints

Shades of #6D3F4C

#6D3F4C
(109,63,76)
#643A46
(100,58,70)
#5B3540
(91,53,64)
#52303A
(82,48,58)
#492B34
(73,43,52)
#40262E
(64,38,46)
#372128
(55,33,40)
#2E1C22
(46,28,34)
#25171C
(37,23,28)
#1C1216
(28,18,22)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D3F4C

#6D3F4C
(109,63,76)
#7A505C
(122,80,92)
#87616C
(135,97,108)
#94727C
(148,114,124)
#A1838C
(161,131,140)
#AE949C
(174,148,156)
#BBA5AC
(187,165,172)
#C8B6BC
(200,182,188)
#D5C7CC
(213,199,204)
#E2D8DC
(226,216,220)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3F4C color. Also use rgb(109,63,76) instead hex code.

Text Font Color

.myTextColor { color: #6D3F4C; }

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

This text font color is #6D3F4C.

Background Color

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

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

This div background color is #6D3F4C.

Border color

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

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

This div border color is #6D3F4C.

Opacity

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

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

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

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

This text has shadow with #6D3F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3F4C.

Preview

Color preview on black background

This text has color #6D3F4C on black background.


Color preview on white background

This text has color #6D3F4C on white background.


Black color preview on #6D3F4C background

This text has black color on #6D3F4C background.


White color preview on #6D3F4C background

This text has white color on #6D3F4C background.


Related colors

Complementary color

Complementary color for #hex is #92C0B3.


I love getcolorcode.com

Triadic colors

1 #4C6D3F and #3F4C6D with #6D3F4C are triadic colors.

2 #4C3F6D and #3F6D4C with #6D3F4C are triadic colors.