COLOR #6C2F24

HEX: #6C2F24
RGB: (108,47,36)

Color info

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

RGB color model

#6C2F24 color RGB value is (108,47,36).

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

RGB channels and saturation

R 108 of 255 = 42%
G 47 of 255 = 18%
B 36 of 255 = 14%

108
47
36

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

Portions of RGB colors in percentages

R + G + B =
108 + 47 + 36 = 191 (100%)
R 108 of 191 ~ 56.54%
G 47 of 191 ~ 24.61%
B 36 of 191 ~ 18.85%

%56.54
%24.61
%18.85

CMYK color model

#6C2F24 color CMYK value is (0,56,67,58).

  • cyan value is 0.00%
  • magenta value is 56.48%
  • yellow value is 66.67%
  • key color value is 57.65%
CMYK:
(0,56,67,58)
C0M56Y67K58 
(0%,56%,67%,58%)
(0.00/0.56/0.67/0.58)	

CMYK percentages

%0
%56.48
%66.67
%57.65

Codes

Color #6C2F24 in popluar color models

6C2F24
RGB1084736
HSL50.00%28.24%
HSB/HSV66.67%42.35%
CMYK0.00%56.48%66.67%
57.65%

Color #6C2F24 in popluar number systems.

HEX6C2F24
Decimal1084736
Binary1101100101111100100
Octal1545744

Shades and tints

Shades of #6C2F24

#6C2F24
(108,47,36)
#632B21
(99,43,33)
#5A271E
(90,39,30)
#51231B
(81,35,27)
#481F18
(72,31,24)
#3F1B15
(63,27,21)
#361712
(54,23,18)
#2D130F
(45,19,15)
#240F0C
(36,15,12)
#1B0B09
(27,11,9)
#120706
(18,7,6)
#000000
(0,0,0)

Tints of #6C2F24

#6C2F24
(108,47,36)
#794137
(121,65,55)
#86534A
(134,83,74)
#93655D
(147,101,93)
#A07770
(160,119,112)
#AD8983
(173,137,131)
#BA9B96
(186,155,150)
#C7ADA9
(199,173,169)
#D4BFBC
(212,191,188)
#E1D1CF
(225,209,207)
#EEE3E2
(238,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2F24; }

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

This text font color is #6C2F24.


Background Color

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

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

This div background color is #6C2F24.


Border color

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

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

This div border color is #6C2F24.


Opacity

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

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

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

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

This text has shadow with #6C2F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2F24 on black background.


Color preview on white background

This text has color #6C2F24 on white background.



Black color preview on #6C2F24 background

This text has black color on #6C2F24 background.


White color preview on #6C2F24 background

This text has white color on #6C2F24 background.