COLOR #6C2724

HEX: #6C2724
RGB: (108,39,36)

Color info

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

RGB color model

#6C2724 color RGB value is (108,39,36).

  • red value is 108;
  • green value is 39;
  • blue value is 36.
RGB:
(108,39,36)
(42%,15%,14%)

RGB channels and saturation

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

108
39
36

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

Portions of RGB colors in percentages

R + G + B =
108 + 39 + 36 = 183 (100%)
R 108 of 183 ~ 59.02%
G 39 of 183 ~ 21.31%
B 36 of 183 ~ 19.67%

%59.02
%21.31
%19.67

CMYK color model

#6C2724 color CMYK value is (0,64,67,58).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 66.67%
  • key color value is 57.65%
CMYK:
(0,64,67,58)
C0M64Y67K58 
(0%,64%,67%,58%)
(0.00/0.64/0.67/0.58)	

CMYK percentages

%0
%63.89
%66.67
%57.65

Codes

Color #6C2724 in popluar color models

6C2724
RGB1083936
HSL50.00%28.24%
HSB/HSV66.67%42.35%
CMYK0.00%63.89%66.67%
57.65%

Color #6C2724 in popluar number systems.

HEX6C2724
Decimal1083936
Binary1101100100111100100
Octal1544744

Shades and tints

Shades of #6C2724

#6C2724
(108,39,36)
#632421
(99,36,33)
#5A211E
(90,33,30)
#511E1B
(81,30,27)
#481B18
(72,27,24)
#3F1815
(63,24,21)
#361512
(54,21,18)
#2D120F
(45,18,15)
#240F0C
(36,15,12)
#1B0C09
(27,12,9)
#120906
(18,9,6)
#000000
(0,0,0)

Tints of #6C2724

#6C2724
(108,39,36)
#793A37
(121,58,55)
#864D4A
(134,77,74)
#93605D
(147,96,93)
#A07370
(160,115,112)
#AD8683
(173,134,131)
#BA9996
(186,153,150)
#C7ACA9
(199,172,169)
#D4BFBC
(212,191,188)
#E1D2CF
(225,210,207)
#EEE5E2
(238,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2724; }

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

This text font color is #6C2724.


Background Color

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

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

This div background color is #6C2724.


Border color

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

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

This div border color is #6C2724.


Opacity

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

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

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

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

This text has shadow with #6C2724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2724 on black background.


Color preview on white background

This text has color #6C2724 on white background.



Black color preview on #6C2724 background

This text has black color on #6C2724 background.


White color preview on #6C2724 background

This text has white color on #6C2724 background.