COLOR #6C1E33

HEX: #6C1E33
RGB: (108,30,51)

Color info

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

RGB color model

#6C1E33 color RGB value is (108,30,51).

  • red value is 108;
  • green value is 30;
  • blue value is 51.
RGB:
(108,30,51)
(42%,12%,20%)

RGB channels and saturation

R 108 of 255 = 42%
G 30 of 255 = 12%
B 51 of 255 = 20%

108
30
51

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

Portions of RGB colors in percentages

R + G + B =
108 + 30 + 51 = 189 (100%)
R 108 of 189 ~ 57.14%
G 30 of 189 ~ 15.87%
B 51 of 189 ~ 26.98%

%57.14
%15.87
%26.98

CMYK color model

#6C1E33 color CMYK value is (0,72,53,58).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 52.78%
  • key color value is 57.65%
CMYK:
(0,72,53,58)
C0M72Y53K58 
(0%,72%,53%,58%)
(0.00/0.72/0.53/0.58)	

CMYK percentages

%0
%72.22
%52.78
%57.65

Codes

Color #6C1E33 in popluar color models

6C1E33
RGB1083051
HSL344°56.52%27.06%
HSB/HSV344°72.22%42.35%
CMYK0.00%72.22%52.78%
57.65%

Color #6C1E33 in popluar number systems.

HEX6C1E33
Decimal1083051
Binary110110011110110011
Octal1543663

Shades and tints

Shades of #6C1E33

#6C1E33
(108,30,51)
#631C2F
(99,28,47)
#5A1A2B
(90,26,43)
#511827
(81,24,39)
#481623
(72,22,35)
#3F141F
(63,20,31)
#36121B
(54,18,27)
#2D1017
(45,16,23)
#240E13
(36,14,19)
#1B0C0F
(27,12,15)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C1E33

#6C1E33
(108,30,51)
#793245
(121,50,69)
#864657
(134,70,87)
#935A69
(147,90,105)
#A06E7B
(160,110,123)
#AD828D
(173,130,141)
#BA969F
(186,150,159)
#C7AAB1
(199,170,177)
#D4BEC3
(212,190,195)
#E1D2D5
(225,210,213)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1E33; }

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

This text font color is #6C1E33.


Background Color

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

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

This div background color is #6C1E33.


Border color

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

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

This div border color is #6C1E33.


Opacity

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

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

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

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

This text has shadow with #6C1E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1E33 on black background.


Color preview on white background

This text has color #6C1E33 on white background.



Black color preview on #6C1E33 background

This text has black color on #6C1E33 background.


White color preview on #6C1E33 background

This text has white color on #6C1E33 background.