COLOR #6C1F33

HEX: #6C1F33
RGB: (108,31,51)

Color info

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

RGB color model

#6C1F33 color RGB value is (108,31,51).

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

RGB channels and saturation

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

108
31
51

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

Portions of RGB colors in percentages

R + G + B =
108 + 31 + 51 = 190 (100%)
R 108 of 190 ~ 56.84%
G 31 of 190 ~ 16.32%
B 51 of 190 ~ 26.84%

%56.84
%16.32
%26.84

CMYK color model

#6C1F33 color CMYK value is (0,71,53,58).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 52.78%
  • key color value is 57.65%
CMYK:
(0,71,53,58)
C0M71Y53K58 
(0%,71%,53%,58%)
(0.00/0.71/0.53/0.58)	

CMYK percentages

%0
%71.3
%52.78
%57.65

Codes

Color #6C1F33 in popluar color models

6C1F33
RGB1083151
HSL344°55.40%27.25%
HSB/HSV344°71.30%42.35%
CMYK0.00%71.30%52.78%
57.65%

Color #6C1F33 in popluar number systems.

HEX6C1F33
Decimal1083151
Binary110110011111110011
Octal1543763

Shades and tints

Shades of #6C1F33

#6C1F33
(108,31,51)
#631D2F
(99,29,47)
#5A1B2B
(90,27,43)
#511927
(81,25,39)
#481723
(72,23,35)
#3F151F
(63,21,31)
#36131B
(54,19,27)
#2D1117
(45,17,23)
#240F13
(36,15,19)
#1B0D0F
(27,13,15)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C1F33

#6C1F33
(108,31,51)
#793345
(121,51,69)
#864757
(134,71,87)
#935B69
(147,91,105)
#A06F7B
(160,111,123)
#AD838D
(173,131,141)
#BA979F
(186,151,159)
#C7ABB1
(199,171,177)
#D4BFC3
(212,191,195)
#E1D3D5
(225,211,213)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1F33; }

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

This text font color is #6C1F33.


Background Color

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

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

This div background color is #6C1F33.


Border color

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

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

This div border color is #6C1F33.


Opacity

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

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

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

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

This text has shadow with #6C1F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1F33 on black background.


Color preview on white background

This text has color #6C1F33 on white background.



Black color preview on #6C1F33 background

This text has black color on #6C1F33 background.


White color preview on #6C1F33 background

This text has white color on #6C1F33 background.