COLOR #6C2C34

HEX: #6C2C34 RGB: (108,44,52)

Color info

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

RGB color model

#6C2C34 color RGB value is (108,44,52).

RGB: (108,44,52) (42%, 17%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 44 of 255 = 17%
B 52 of 255 = 20%

108
44
52

R + G + B ~ 26%. #6C2C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 44 + 52 = 204 (100%)
R 108 of 204 ~ 52.94%
G 44 of 204 ~ 21.57%
B 52 of 204 ~ 25.49'%

%52.94
%21.57
%25.49

CMYK color model

#6C2C34 color CMYK value is (0,59,52,58).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 51.85%
  • key color value is 57.65%

CMYK: (0,59,52,58)
C0M59Y52K58 (0%, 59%, 52%, 58%)
(0.00 / 0.59 / 0.52 / 0.58)

CMYK percentages

%0
%59.26
%51.85
%57.65

Codes

Color #6C2C34 in popluar color models

6C 2C 34
RGB 108 44 52
HSL 353° 42.11% 29.80%
HSB/HSV 353° 59.26% 42.35%
CMYK 0.00% 59.26% 51.85%
57.65%

Color #6C2C34 in popluar number systems.

HEX 6C 2C 34
Decimal 108 44 52
Binary 1101100 101100 110100
Octal 154 54 64

Shades and tints

Shades of #6C2C34

#6C2C34
(108,44,52)
#632830
(99,40,48)
#5A242C
(90,36,44)
#512028
(81,32,40)
#481C24
(72,28,36)
#3F1820
(63,24,32)
#36141C
(54,20,28)
#2D1018
(45,16,24)
#240C14
(36,12,20)
#1B0810
(27,8,16)
#12040C
(18,4,12)
#000000
(0,0,0)

Tints of #6C2C34

#6C2C34
(108,44,52)
#793F46
(121,63,70)
#865258
(134,82,88)
#93656A
(147,101,106)
#A0787C
(160,120,124)
#AD8B8E
(173,139,142)
#BA9EA0
(186,158,160)
#C7B1B2
(199,177,178)
#D4C4C4
(212,196,196)
#E1D7D6
(225,215,214)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2C34; }

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

This text font color is #6C2C34.

Background Color

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

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

This div background color is #6C2C34.

Border color

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

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

This div border color is #6C2C34.

Opacity

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

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

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

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

This text has shadow with #6C2C34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2C34.

Preview

Color preview on black background

This text has color #6C2C34 on black background.


Color preview on white background

This text has color #6C2C34 on white background.


Black color preview on #6C2C34 background

This text has black color on #6C2C34 background.


White color preview on #6C2C34 background

This text has white color on #6C2C34 background.


Related colors

Complementary color

Complementary color for #hex is #93D3CB.


I love getcolorcode.com

Triadic colors

1 #346C2C and #2C346C with #6C2C34 are triadic colors.

2 #342C6C and #2C6C34 with #6C2C34 are triadic colors.