COLOR #6D273A

HEX: #6D273A RGB: (109,39,58)

Color info

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

RGB color model

#6D273A color RGB value is (109,39,58).

RGB: (109,39,58) (43%, 15%, 23%)

RGB channels and saturation

R 109 of 255 = 43%
G 39 of 255 = 15%
B 58 of 255 = 23%

109
39
58

R + G + B ~ 27%. #6D273A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 39 + 58 = 206 (100%)
R 109 of 206 ~ 52.91%
G 39 of 206 ~ 18.93%
B 58 of 206 ~ 28.16'%

%52.91
%18.93
%28.16

CMYK color model

#6D273A color CMYK value is (0,64,47,57).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 46.79%
  • key color value is 57.25%

CMYK: (0,64,47,57)
C0M64Y47K57 (0%, 64%, 47%, 57%)
(0.00 / 0.64 / 0.47 / 0.57)

CMYK percentages

%0
%64.22
%46.79
%57.25

Codes

Color #6D273A in popluar color models

6D 27 3A
RGB 109 39 58
HSL 344° 47.30% 29.02%
HSB/HSV 344° 64.22% 42.75%
CMYK 0.00% 64.22% 46.79%
57.25%

Color #6D273A in popluar number systems.

HEX 6D 27 3A
Decimal 109 39 58
Binary 1101101 100111 111010
Octal 155 47 72

Shades and tints

Shades of #6D273A

#6D273A
(109,39,58)
#642435
(100,36,53)
#5B2130
(91,33,48)
#521E2B
(82,30,43)
#491B26
(73,27,38)
#401821
(64,24,33)
#37151C
(55,21,28)
#2E1217
(46,18,23)
#250F12
(37,15,18)
#1C0C0D
(28,12,13)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D273A

#6D273A
(109,39,58)
#7A3A4B
(122,58,75)
#874D5C
(135,77,92)
#94606D
(148,96,109)
#A1737E
(161,115,126)
#AE868F
(174,134,143)
#BB99A0
(187,153,160)
#C8ACB1
(200,172,177)
#D5BFC2
(213,191,194)
#E2D2D3
(226,210,211)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D273A color. Also use rgb(109,39,58) instead hex code.

Text Font Color

.myTextColor { color: #6D273A; }

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

This text font color is #6D273A.

Background Color

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

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

This div background color is #6D273A.

Border color

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

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

This div border color is #6D273A.

Opacity

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

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

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

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

This text has shadow with #6D273A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D273A.

Preview

Color preview on black background

This text has color #6D273A on black background.


Color preview on white background

This text has color #6D273A on white background.


Black color preview on #6D273A background

This text has black color on #6D273A background.


White color preview on #6D273A background

This text has white color on #6D273A background.


Related colors

Complementary color

Complementary color for #hex is #92D8C5.


I love getcolorcode.com

Triadic colors

1 #3A6D27 and #273A6D with #6D273A are triadic colors.

2 #3A276D and #276D3A with #6D273A are triadic colors.