COLOR #6C2E34

HEX: #6C2E34
RGB: (108,46,52)

Color info

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

RGB color model

#6C2E34 color RGB value is (108,46,52).

  • red value is 108;
  • green value is 46;
  • blue value is 52.
RGB:
(108,46,52)
(42%,18%,20%)

RGB channels and saturation

R 108 of 255 = 42%
G 46 of 255 = 18%
B 52 of 255 = 20%

108
46
52

R + G + B ~ 27%. #6C2E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 46 + 52 = 206 (100%)
R 108 of 206 ~ 52.43%
G 46 of 206 ~ 22.33%
B 52 of 206 ~ 25.24%

%52.43
%22.33
%25.24

CMYK color model

#6C2E34 color CMYK value is (0,57,52,58).

  • cyan value is 0.00%
  • magenta value is 57.41%
  • yellow value is 51.85%
  • key color value is 57.65%
CMYK:
(0,57,52,58)
C0M57Y52K58 
(0%,57%,52%,58%)
(0.00/0.57/0.52/0.58)	

CMYK percentages

%0
%57.41
%51.85
%57.65

Codes

Color #6C2E34 in popluar color models

6C2E34
RGB1084652
HSL354°40.26%30.20%
HSB/HSV354°57.41%42.35%
CMYK0.00%57.41%51.85%
57.65%

Color #6C2E34 in popluar number systems.

HEX6C2E34
Decimal1084652
Binary1101100101110110100
Octal1545664

Shades and tints

Shades of #6C2E34

#6C2E34
(108,46,52)
#632A30
(99,42,48)
#5A262C
(90,38,44)
#512228
(81,34,40)
#481E24
(72,30,36)
#3F1A20
(63,26,32)
#36161C
(54,22,28)
#2D1218
(45,18,24)
#240E14
(36,14,20)
#1B0A10
(27,10,16)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #6C2E34

#6C2E34
(108,46,52)
#794146
(121,65,70)
#865458
(134,84,88)
#93676A
(147,103,106)
#A07A7C
(160,122,124)
#AD8D8E
(173,141,142)
#BAA0A0
(186,160,160)
#C7B3B2
(199,179,178)
#D4C6C4
(212,198,196)
#E1D9D6
(225,217,214)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2E34; }

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

This text font color is #6C2E34.


Background Color

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

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

This div background color is #6C2E34.


Border color

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

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

This div border color is #6C2E34.


Opacity

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

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

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

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

This text has shadow with #6C2E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2E34 on black background.


Color preview on white background

This text has color #6C2E34 on white background.



Black color preview on #6C2E34 background

This text has black color on #6C2E34 background.


White color preview on #6C2E34 background

This text has white color on #6C2E34 background.