COLOR #6D395D

HEX: #6D395D
RGB: (109,57,93)

Color info

#6D395D contains red, green and blue colors in about the same proportion. Web safe color of #6D395D is #663366 (or #636).

RGB color model

#6D395D color RGB value is (109,57,93).

  • red value is 109;
  • green value is 57;
  • blue value is 93.
RGB:
(109,57,93)
(43%,22%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 57 of 255 = 22%
B 93 of 255 = 36%

109
57
93

R + G + B ~ 34%. #6D395D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 57 + 93 = 259 (100%)
R 109 of 259 ~ 42.08%
G 57 of 259 ~ 22.01%
B 93 of 259 ~ 35.91%

%42.08
%22.01
%35.91

CMYK color model

#6D395D color CMYK value is (0,48,15,57).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(0,48,15,57)
C0M48Y15K57 
(0%,48%,15%,57%)
(0.00/0.48/0.15/0.57)	

CMYK percentages

%0
%47.71
%14.68
%57.25

Codes

Color #6D395D in popluar color models

6D395D
RGB1095793
HSL318°31.33%32.55%
HSB/HSV318°47.71%42.75%
CMYK0.00%47.71%14.68%
57.25%

Color #6D395D in popluar number systems.

HEX6D395D
Decimal1095793
Binary11011011110011011101
Octal15571135

Shades and tints

Shades of #6D395D

#6D395D
(109,57,93)
#643455
(100,52,85)
#5B2F4D
(91,47,77)
#522A45
(82,42,69)
#49253D
(73,37,61)
#402035
(64,32,53)
#371B2D
(55,27,45)
#2E1625
(46,22,37)
#25111D
(37,17,29)
#1C0C15
(28,12,21)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #6D395D

#6D395D
(109,57,93)
#7A4B6B
(122,75,107)
#875D79
(135,93,121)
#946F87
(148,111,135)
#A18195
(161,129,149)
#AE93A3
(174,147,163)
#BBA5B1
(187,165,177)
#C8B7BF
(200,183,191)
#D5C9CD
(213,201,205)
#E2DBDB
(226,219,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D395D color. Also use rgb(109,57,93) instead hex code.

Text Font Color

.myTextColor { color: #6D395D; }

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

This text font color is #6D395D.


Background Color

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

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

This div background color is #6D395D.


Border color

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

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

This div border color is #6D395D.


Opacity

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

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

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

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

This text has shadow with #6D395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D395D on black background.


Color preview on white background

This text has color #6D395D on white background.



Black color preview on #6D395D background

This text has black color on #6D395D background.


White color preview on #6D395D background

This text has white color on #6D395D background.