COLOR #6C2524

HEX: #6C2524 RGB: (108,37,36)

Color info

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

RGB color model

#6C2524 color RGB value is (108,37,36).

RGB: (108,37,36) (42%, 15%, 14%)

RGB channels and saturation

R 108 of 255 = 42%
G 37 of 255 = 15%
B 36 of 255 = 14%

108
37
36

R + G + B ~ 24%. #6C2524 is dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 37 + 36 = 181 (100%)
R 108 of 181 ~ 59.67%
G 37 of 181 ~ 20.44%
B 36 of 181 ~ 19.89'%

%59.67
%20.44
%19.89

CMYK color model

#6C2524 color CMYK value is (0,66,67,58).

  • cyan value is 0.00%
  • magenta value is 65.74%
  • yellow value is 66.67%
  • key color value is 57.65%

CMYK: (0,66,67,58)
C0M66Y67K58 (0%, 66%, 67%, 58%)
(0.00 / 0.66 / 0.67 / 0.58)

CMYK percentages

%0
%65.74
%66.67
%57.65

Codes

Color #6C2524 in popluar color models

6C 25 24
RGB 108 37 36
HSL 50.00% 28.24%
HSB/HSV 66.67% 42.35%
CMYK 0.00% 65.74% 66.67%
57.65%

Color #6C2524 in popluar number systems.

HEX 6C 25 24
Decimal 108 37 36
Binary 1101100 100101 100100
Octal 154 45 44

Shades and tints

Shades of #6C2524

#6C2524
(108,37,36)
#632221
(99,34,33)
#5A1F1E
(90,31,30)
#511C1B
(81,28,27)
#481918
(72,25,24)
#3F1615
(63,22,21)
#361312
(54,19,18)
#2D100F
(45,16,15)
#240D0C
(36,13,12)
#1B0A09
(27,10,9)
#120706
(18,7,6)
#000000
(0,0,0)

Tints of #6C2524

#6C2524
(108,37,36)
#793837
(121,56,55)
#864B4A
(134,75,74)
#935E5D
(147,94,93)
#A07170
(160,113,112)
#AD8483
(173,132,131)
#BA9796
(186,151,150)
#C7AAA9
(199,170,169)
#D4BDBC
(212,189,188)
#E1D0CF
(225,208,207)
#EEE3E2
(238,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2524 color. Also use rgb(108,37,36) instead hex code.

Text Font Color

.myTextColor { color: #6C2524; }

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

This text font color is #6C2524.

Background Color

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

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

This div background color is #6C2524.

Border color

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

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

This div border color is #6C2524.

Opacity

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

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

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

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

This text has shadow with #6C2524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2524.

Preview

Color preview on black background

This text has color #6C2524 on black background.


Color preview on white background

This text has color #6C2524 on white background.


Black color preview on #6C2524 background

This text has black color on #6C2524 background.


White color preview on #6C2524 background

This text has white color on #6C2524 background.


Related colors

Complementary color

Complementary color for #hex is #93DADB.


I love getcolorcode.com

Triadic colors

1 #246C25 and #25246C with #6C2524 are triadic colors.

2 #24256C and #256C24 with #6C2524 are triadic colors.