COLOR #6C2323

HEX: #6C2323
RGB: (108,35,35)

Color info

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

RGB color model

#6C2323 color RGB value is (108,35,35).

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

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 35 of 255 = 14%

108
35
35

R + G + B ~ 23%. #6C2323 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 35 + 35 = 178 (100%)
R 108 of 178 ~ 60.67%
G 35 of 178 ~ 19.66%
B 35 of 178 ~ 19.66%

%60.67
%19.66
%19.66

CMYK color model

#6C2323 color CMYK value is (0,68,68,58).

  • cyan value is 0.00%
  • magenta value is 67.59%
  • yellow value is 67.59%
  • key color value is 57.65%
CMYK:
(0,68,68,58)
C0M68Y68K58 
(0%,68%,68%,58%)
(0.00/0.68/0.68/0.58)	

CMYK percentages

%0
%67.59
%67.59
%57.65

Codes

Color #6C2323 in popluar color models

6C2323
RGB1083535
HSL51.05%28.04%
HSB/HSV67.59%42.35%
CMYK0.00%67.59%67.59%
57.65%

Color #6C2323 in popluar number systems.

HEX6C2323
Decimal1083535
Binary1101100100011100011
Octal1544343

Shades and tints

Shades of #6C2323

#6C2323
(108,35,35)
#632020
(99,32,32)
#5A1D1D
(90,29,29)
#511A1A
(81,26,26)
#481717
(72,23,23)
#3F1414
(63,20,20)
#361111
(54,17,17)
#2D0E0E
(45,14,14)
#240B0B
(36,11,11)
#1B0808
(27,8,8)
#120505
(18,5,5)
#000000
(0,0,0)

Tints of #6C2323

#6C2323
(108,35,35)
#793737
(121,55,55)
#864B4B
(134,75,75)
#935F5F
(147,95,95)
#A07373
(160,115,115)
#AD8787
(173,135,135)
#BA9B9B
(186,155,155)
#C7AFAF
(199,175,175)
#D4C3C3
(212,195,195)
#E1D7D7
(225,215,215)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2323; }

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

This text font color is #6C2323.


Background Color

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

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

This div background color is #6C2323.


Border color

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

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

This div border color is #6C2323.


Opacity

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

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

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

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

This text has shadow with #6C2323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2323 on black background.


Color preview on white background

This text has color #6C2323 on white background.



Black color preview on #6C2323 background

This text has black color on #6C2323 background.


White color preview on #6C2323 background

This text has white color on #6C2323 background.