COLOR #6D3F45

HEX: #6D3F45
RGB: (109,63,69)

Color info

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

RGB color model

#6D3F45 color RGB value is (109,63,69).

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

RGB channels and saturation

R 109 of 255 = 43%
G 63 of 255 = 25%
B 69 of 255 = 27%

109
63
69

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

Portions of RGB colors in percentages

R + G + B =
109 + 63 + 69 = 241 (100%)
R 109 of 241 ~ 45.23%
G 63 of 241 ~ 26.14%
B 69 of 241 ~ 28.63%

%45.23
%26.14
%28.63

CMYK color model

#6D3F45 color CMYK value is (0,42,37,57).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 36.70%
  • key color value is 57.25%
CMYK:
(0,42,37,57)
C0M42Y37K57 
(0%,42%,37%,57%)
(0.00/0.42/0.37/0.57)	

CMYK percentages

%0
%42.2
%36.7
%57.25

Codes

Color #6D3F45 in popluar color models

6D3F45
RGB1096369
HSL352°26.74%33.73%
HSB/HSV352°42.20%42.75%
CMYK0.00%42.20%36.70%
57.25%

Color #6D3F45 in popluar number systems.

HEX6D3F45
Decimal1096369
Binary11011011111111000101
Octal15577105

Shades and tints

Shades of #6D3F45

#6D3F45
(109,63,69)
#643A3F
(100,58,63)
#5B3539
(91,53,57)
#523033
(82,48,51)
#492B2D
(73,43,45)
#402627
(64,38,39)
#372121
(55,33,33)
#2E1C1B
(46,28,27)
#251715
(37,23,21)
#1C120F
(28,18,15)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #6D3F45

#6D3F45
(109,63,69)
#7A5055
(122,80,85)
#876165
(135,97,101)
#947275
(148,114,117)
#A18385
(161,131,133)
#AE9495
(174,148,149)
#BBA5A5
(187,165,165)
#C8B6B5
(200,182,181)
#D5C7C5
(213,199,197)
#E2D8D5
(226,216,213)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3F45; }

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

This text font color is #6D3F45.


Background Color

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

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

This div background color is #6D3F45.


Border color

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

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

This div border color is #6D3F45.


Opacity

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

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

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

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

This text has shadow with #6D3F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3F45 on black background.


Color preview on white background

This text has color #6D3F45 on white background.



Black color preview on #6D3F45 background

This text has black color on #6D3F45 background.


White color preview on #6D3F45 background

This text has white color on #6D3F45 background.