COLOR #6D2948

HEX: #6D2948
RGB: (109,41,72)

Color info

#6D2948 contains mainly red and blue colors. Web safe color of #6D2948 is #663333 (or #633).

RGB color model

#6D2948 color RGB value is (109,41,72).

  • red value is 109;
  • green value is 41;
  • blue value is 72.
RGB:
(109,41,72)
(43%,16%,28%)

RGB channels and saturation

R 109 of 255 = 43%
G 41 of 255 = 16%
B 72 of 255 = 28%

109
41
72

R + G + B ~ 29%. #6D2948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 41 + 72 = 222 (100%)
R 109 of 222 ~ 49.1%
G 41 of 222 ~ 18.47%
B 72 of 222 ~ 32.43%

%49.1
%18.47
%32.43

CMYK color model

#6D2948 color CMYK value is (0,62,34,57).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(0,62,34,57)
C0M62Y34K57 
(0%,62%,34%,57%)
(0.00/0.62/0.34/0.57)	

CMYK percentages

%0
%62.39
%33.94
%57.25

Codes

Color #6D2948 in popluar color models

6D2948
RGB1094172
HSL333°45.33%29.41%
HSB/HSV333°62.39%42.75%
CMYK0.00%62.39%33.94%
57.25%

Color #6D2948 in popluar number systems.

HEX6D2948
Decimal1094172
Binary11011011010011001000
Octal15551110

Shades and tints

Shades of #6D2948

#6D2948
(109,41,72)
#642642
(100,38,66)
#5B233C
(91,35,60)
#522036
(82,32,54)
#491D30
(73,29,48)
#401A2A
(64,26,42)
#371724
(55,23,36)
#2E141E
(46,20,30)
#251118
(37,17,24)
#1C0E12
(28,14,18)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D2948

#6D2948
(109,41,72)
#7A3C58
(122,60,88)
#874F68
(135,79,104)
#946278
(148,98,120)
#A17588
(161,117,136)
#AE8898
(174,136,152)
#BB9BA8
(187,155,168)
#C8AEB8
(200,174,184)
#D5C1C8
(213,193,200)
#E2D4D8
(226,212,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2948; }

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

This text font color is #6D2948.


Background Color

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

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

This div background color is #6D2948.


Border color

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

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

This div border color is #6D2948.


Opacity

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

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

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

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

This text has shadow with #6D2948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2948 on black background.


Color preview on white background

This text has color #6D2948 on white background.



Black color preview on #6D2948 background

This text has black color on #6D2948 background.


White color preview on #6D2948 background

This text has white color on #6D2948 background.