COLOR #6D384B

HEX: #6D384B
RGB: (109,56,75)

Color info

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

RGB color model

#6D384B color RGB value is (109,56,75).

  • red value is 109;
  • green value is 56;
  • blue value is 75.
RGB:
(109,56,75)
(43%,22%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 75 of 255 = 29%

109
56
75

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 75 = 240 (100%)
R 109 of 240 ~ 45.42%
G 56 of 240 ~ 23.33%
B 75 of 240 ~ 31.25%

%45.42
%23.33
%31.25

CMYK color model

#6D384B color CMYK value is (0,49,31,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 31.19%
  • key color value is 57.25%
CMYK:
(0,49,31,57)
C0M49Y31K57 
(0%,49%,31%,57%)
(0.00/0.49/0.31/0.57)	

CMYK percentages

%0
%48.62
%31.19
%57.25

Codes

Color #6D384B in popluar color models

6D384B
RGB1095675
HSL338°32.12%32.35%
HSB/HSV338°48.62%42.75%
CMYK0.00%48.62%31.19%
57.25%

Color #6D384B in popluar number systems.

HEX6D384B
Decimal1095675
Binary11011011110001001011
Octal15570113

Shades and tints

Shades of #6D384B

#6D384B
(109,56,75)
#643345
(100,51,69)
#5B2E3F
(91,46,63)
#522939
(82,41,57)
#492433
(73,36,51)
#401F2D
(64,31,45)
#371A27
(55,26,39)
#2E1521
(46,21,33)
#25101B
(37,16,27)
#1C0B15
(28,11,21)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #6D384B

#6D384B
(109,56,75)
#7A4A5B
(122,74,91)
#875C6B
(135,92,107)
#946E7B
(148,110,123)
#A1808B
(161,128,139)
#AE929B
(174,146,155)
#BBA4AB
(187,164,171)
#C8B6BB
(200,182,187)
#D5C8CB
(213,200,203)
#E2DADB
(226,218,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D384B color. Also use rgb(109,56,75) instead hex code.

Text Font Color

.myTextColor { color: #6D384B; }

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

This text font color is #6D384B.


Background Color

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

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

This div background color is #6D384B.


Border color

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

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

This div border color is #6D384B.


Opacity

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

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

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

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

This text has shadow with #6D384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D384B on black background.


Color preview on white background

This text has color #6D384B on white background.



Black color preview on #6D384B background

This text has black color on #6D384B background.


White color preview on #6D384B background

This text has white color on #6D384B background.