COLOR #6D0341

HEX: #6D0341
RGB: (109,3,65)

Color info

#6D0341 contains mainly red and blue colors. Web safe color of #6D0341 is #660033 (or #603).

RGB color model

#6D0341 color RGB value is (109,3,65).

  • red value is 109;
  • green value is 3;
  • blue value is 65.
RGB:
(109,3,65)
(43%,1%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 3 of 255 = 1%
B 65 of 255 = 25%

109
3
65

R + G + B ~ 23%. #6D0341 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 3 + 65 = 177 (100%)
R 109 of 177 ~ 61.58%
G 3 of 177 ~ 1.69%
B 65 of 177 ~ 36.72%

%61.58
%36.72

CMYK color model

#6D0341 color CMYK value is (0,97,40,57).

  • cyan value is 0.00%
  • magenta value is 97.25%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(0,97,40,57)
C0M97Y40K57 
(0%,97%,40%,57%)
(0.00/0.97/0.40/0.57)	

CMYK percentages

%0
%97.25
%40.37
%57.25

Codes

Color #6D0341 in popluar color models

6D0341
RGB109365
HSL325°94.64%21.96%
HSB/HSV325°97.25%42.75%
CMYK0.00%97.25%40.37%
57.25%

Color #6D0341 in popluar number systems.

HEX6D0341
Decimal109365
Binary1101101111000001
Octal1553101

Shades and tints

Shades of #6D0341

#6D0341
(109,3,65)
#64033C
(100,3,60)
#5B0337
(91,3,55)
#520332
(82,3,50)
#49032D
(73,3,45)
#400328
(64,3,40)
#370323
(55,3,35)
#2E031E
(46,3,30)
#250319
(37,3,25)
#1C0314
(28,3,20)
#13030F
(19,3,15)
#000000
(0,0,0)

Tints of #6D0341

#6D0341
(109,3,65)
#7A1952
(122,25,82)
#872F63
(135,47,99)
#944574
(148,69,116)
#A15B85
(161,91,133)
#AE7196
(174,113,150)
#BB87A7
(187,135,167)
#C89DB8
(200,157,184)
#D5B3C9
(213,179,201)
#E2C9DA
(226,201,218)
#EFDFEB
(239,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0341 color. Also use rgb(109,3,65) instead hex code.

Text Font Color

.myTextColor { color: #6D0341; }

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

This text font color is #6D0341.


Background Color

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

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

This div background color is #6D0341.


Border color

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

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

This div border color is #6D0341.


Opacity

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

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

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

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

This text has shadow with #6D0341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0341 on black background.


Color preview on white background

This text has color #6D0341 on white background.



Black color preview on #6D0341 background

This text has black color on #6D0341 background.


White color preview on #6D0341 background

This text has white color on #6D0341 background.