COLOR #6D2853

HEX: #6D2853
RGB: (109,40,83)

Color info

#6D2853 contains mainly red and blue colors. Web safe color of #6D2853 is #663366 (or #636).

RGB color model

#6D2853 color RGB value is (109,40,83).

  • red value is 109;
  • green value is 40;
  • blue value is 83.
RGB:
(109,40,83)
(43%,16%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 40 of 255 = 16%
B 83 of 255 = 33%

109
40
83

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

Portions of RGB colors in percentages

R + G + B =
109 + 40 + 83 = 232 (100%)
R 109 of 232 ~ 46.98%
G 40 of 232 ~ 17.24%
B 83 of 232 ~ 35.78%

%46.98
%17.24
%35.78

CMYK color model

#6D2853 color CMYK value is (0,63,24,57).

  • cyan value is 0.00%
  • magenta value is 63.30%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(0,63,24,57)
C0M63Y24K57 
(0%,63%,24%,57%)
(0.00/0.63/0.24/0.57)	

CMYK percentages

%0
%63.3
%23.85
%57.25

Codes

Color #6D2853 in popluar color models

6D2853
RGB1094083
HSL323°46.31%29.22%
HSB/HSV323°63.30%42.75%
CMYK0.00%63.30%23.85%
57.25%

Color #6D2853 in popluar number systems.

HEX6D2853
Decimal1094083
Binary11011011010001010011
Octal15550123

Shades and tints

Shades of #6D2853

#6D2853
(109,40,83)
#64254C
(100,37,76)
#5B2245
(91,34,69)
#521F3E
(82,31,62)
#491C37
(73,28,55)
#401930
(64,25,48)
#371629
(55,22,41)
#2E1322
(46,19,34)
#25101B
(37,16,27)
#1C0D14
(28,13,20)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D2853

#6D2853
(109,40,83)
#7A3B62
(122,59,98)
#874E71
(135,78,113)
#946180
(148,97,128)
#A1748F
(161,116,143)
#AE879E
(174,135,158)
#BB9AAD
(187,154,173)
#C8ADBC
(200,173,188)
#D5C0CB
(213,192,203)
#E2D3DA
(226,211,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2853 color. Also use rgb(109,40,83) instead hex code.

Text Font Color

.myTextColor { color: #6D2853; }

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

This text font color is #6D2853.


Background Color

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

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

This div background color is #6D2853.


Border color

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

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

This div border color is #6D2853.


Opacity

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

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

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

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

This text has shadow with #6D2853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2853 on black background.


Color preview on white background

This text has color #6D2853 on white background.



Black color preview on #6D2853 background

This text has black color on #6D2853 background.


White color preview on #6D2853 background

This text has white color on #6D2853 background.