COLOR #6D3448

HEX: #6D3448 RGB: (109,52,72)

Color info

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

RGB color model

#6D3448 color RGB value is (109,52,72).

RGB: (109,52,72) (43%, 20%, 28%)

RGB channels and saturation

R 109 of 255 = 43%
G 52 of 255 = 20%
B 72 of 255 = 28%

109
52
72

R + G + B ~ 30%. #6D3448 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 52 + 72 = 233 (100%)
R 109 of 233 ~ 46.78%
G 52 of 233 ~ 22.32%
B 72 of 233 ~ 30.9'%

%46.78
%22.32
%30.9

CMYK color model

#6D3448 color CMYK value is (0,52,34,57).

  • cyan value is 0.00%
  • magenta value is 52.29%
  • yellow value is 33.94%
  • key color value is 57.25%

CMYK: (0,52,34,57)
C0M52Y34K57 (0%, 52%, 34%, 57%)
(0.00 / 0.52 / 0.34 / 0.57)

CMYK percentages

%0
%52.29
%33.94
%57.25

Codes

Color #6D3448 in popluar color models

6D 34 48
RGB 109 52 72
HSL 339° 35.40% 31.57%
HSB/HSV 339° 52.29% 42.75%
CMYK 0.00% 52.29% 33.94%
57.25%

Color #6D3448 in popluar number systems.

HEX 6D 34 48
Decimal 109 52 72
Binary 1101101 110100 1001000
Octal 155 64 110

Shades and tints

Shades of #6D3448

#6D3448
(109,52,72)
#643042
(100,48,66)
#5B2C3C
(91,44,60)
#522836
(82,40,54)
#492430
(73,36,48)
#40202A
(64,32,42)
#371C24
(55,28,36)
#2E181E
(46,24,30)
#251418
(37,20,24)
#1C1012
(28,16,18)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #6D3448

#6D3448
(109,52,72)
#7A4658
(122,70,88)
#875868
(135,88,104)
#946A78
(148,106,120)
#A17C88
(161,124,136)
#AE8E98
(174,142,152)
#BBA0A8
(187,160,168)
#C8B2B8
(200,178,184)
#D5C4C8
(213,196,200)
#E2D6D8
(226,214,216)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3448 color. Also use rgb(109,52,72) instead hex code.

Text Font Color

.myTextColor { color: #6D3448; }

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

This text font color is #6D3448.

Background Color

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

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

This div background color is #6D3448.

Border color

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

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

This div border color is #6D3448.

Opacity

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

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

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

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

This text has shadow with #6D3448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3448.

Preview

Color preview on black background

This text has color #6D3448 on black background.


Color preview on white background

This text has color #6D3448 on white background.


Black color preview on #6D3448 background

This text has black color on #6D3448 background.


White color preview on #6D3448 background

This text has white color on #6D3448 background.


Related colors

Complementary color

Complementary color for #hex is #92CBB7.


I love getcolorcode.com

Triadic colors

1 #486D34 and #34486D with #6D3448 are triadic colors.

2 #48346D and #346D48 with #6D3448 are triadic colors.