COLOR #6C293F

HEX: #6C293F RGB: (108,41,63)

Color info

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

RGB color model

#6C293F color RGB value is (108,41,63).

RGB: (108,41,63) (42%, 16%, 25%)

RGB channels and saturation

R 108 of 255 = 42%
G 41 of 255 = 16%
B 63 of 255 = 25%

108
41
63

R + G + B ~ 28%. #6C293F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 41 + 63 = 212 (100%)
R 108 of 212 ~ 50.94%
G 41 of 212 ~ 19.34%
B 63 of 212 ~ 29.72'%

%50.94
%19.34
%29.72

CMYK color model

#6C293F color CMYK value is (0,62,42,58).

  • cyan value is 0.00%
  • magenta value is 62.04%
  • yellow value is 41.67%
  • key color value is 57.65%

CMYK: (0,62,42,58)
C0M62Y42K58 (0%, 62%, 42%, 58%)
(0.00 / 0.62 / 0.42 / 0.58)

CMYK percentages

%0
%62.04
%41.67
%57.65

Codes

Color #6C293F in popluar color models

6C 29 3F
RGB 108 41 63
HSL 340° 44.97% 29.22%
HSB/HSV 340° 62.04% 42.35%
CMYK 0.00% 62.04% 41.67%
57.65%

Color #6C293F in popluar number systems.

HEX 6C 29 3F
Decimal 108 41 63
Binary 1101100 101001 111111
Octal 154 51 77

Shades and tints

Shades of #6C293F

#6C293F
(108,41,63)
#63263A
(99,38,58)
#5A2335
(90,35,53)
#512030
(81,32,48)
#481D2B
(72,29,43)
#3F1A26
(63,26,38)
#361721
(54,23,33)
#2D141C
(45,20,28)
#241117
(36,17,23)
#1B0E12
(27,14,18)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #6C293F

#6C293F
(108,41,63)
#793C50
(121,60,80)
#864F61
(134,79,97)
#936272
(147,98,114)
#A07583
(160,117,131)
#AD8894
(173,136,148)
#BA9BA5
(186,155,165)
#C7AEB6
(199,174,182)
#D4C1C7
(212,193,199)
#E1D4D8
(225,212,216)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C293F color. Also use rgb(108,41,63) instead hex code.

Text Font Color

.myTextColor { color: #6C293F; }

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

This text font color is #6C293F.

Background Color

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

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

This div background color is #6C293F.

Border color

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

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

This div border color is #6C293F.

Opacity

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

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

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

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

This text has shadow with #6C293F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C293F.

Preview

Color preview on black background

This text has color #6C293F on black background.


Color preview on white background

This text has color #6C293F on white background.


Black color preview on #6C293F background

This text has black color on #6C293F background.


White color preview on #6C293F background

This text has white color on #6C293F background.


Related colors

Complementary color

Complementary color for #hex is #93D6C0.


I love getcolorcode.com

Triadic colors

1 #3F6C29 and #293F6C with #6C293F are triadic colors.

2 #3F296C and #296C3F with #6C293F are triadic colors.