COLOR #6D2230

HEX: #6D2230 RGB: (109,34,48)

Color info

#6D2230 contains mainly red color. Web safe color of #6D2230 is #663333 (or #633).

RGB color model

#6D2230 color RGB value is (109,34,48).

RGB: (109,34,48) (43%, 13%, 19%)

RGB channels and saturation

R 109 of 255 = 43%
G 34 of 255 = 13%
B 48 of 255 = 19%

109
34
48

R + G + B ~ 25%. #6D2230 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 34 + 48 = 191 (100%)
R 109 of 191 ~ 57.07%
G 34 of 191 ~ 17.8%
B 48 of 191 ~ 25.13'%

%57.07
%17.8
%25.13

CMYK color model

#6D2230 color CMYK value is (0,69,56,57).

  • cyan value is 0.00%
  • magenta value is 68.81%
  • yellow value is 55.96%
  • key color value is 57.25%

CMYK: (0,69,56,57)
C0M69Y56K57 (0%, 69%, 56%, 57%)
(0.00 / 0.69 / 0.56 / 0.57)

CMYK percentages

%0
%68.81
%55.96
%57.25

Codes

Color #6D2230 in popluar color models

6D 22 30
RGB 109 34 48
HSL 349° 52.45% 28.04%
HSB/HSV 349° 68.81% 42.75%
CMYK 0.00% 68.81% 55.96%
57.25%

Color #6D2230 in popluar number systems.

HEX 6D 22 30
Decimal 109 34 48
Binary 1101101 100010 110000
Octal 155 42 60

Shades and tints

Shades of #6D2230

#6D2230
(109,34,48)
#641F2C
(100,31,44)
#5B1C28
(91,28,40)
#521924
(82,25,36)
#491620
(73,22,32)
#40131C
(64,19,28)
#371018
(55,16,24)
#2E0D14
(46,13,20)
#250A10
(37,10,16)
#1C070C
(28,7,12)
#130408
(19,4,8)
#000000
(0,0,0)

Tints of #6D2230

#6D2230
(109,34,48)
#7A3642
(122,54,66)
#874A54
(135,74,84)
#945E66
(148,94,102)
#A17278
(161,114,120)
#AE868A
(174,134,138)
#BB9A9C
(187,154,156)
#C8AEAE
(200,174,174)
#D5C2C0
(213,194,192)
#E2D6D2
(226,214,210)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2230 color. Also use rgb(109,34,48) instead hex code.

Text Font Color

.myTextColor { color: #6D2230; }

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

This text font color is #6D2230.

Background Color

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

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

This div background color is #6D2230.

Border color

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

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

This div border color is #6D2230.

Opacity

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

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

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

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

This text has shadow with #6D2230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2230.

Preview

Color preview on black background

This text has color #6D2230 on black background.


Color preview on white background

This text has color #6D2230 on white background.


Black color preview on #6D2230 background

This text has black color on #6D2230 background.


White color preview on #6D2230 background

This text has white color on #6D2230 background.


Related colors

Complementary color

Complementary color for #hex is #92DDCF.


I love getcolorcode.com

Triadic colors

1 #306D22 and #22306D with #6D2230 are triadic colors.

2 #30226D and #226D30 with #6D2230 are triadic colors.