COLOR #6F1C33

HEX: #6F1C33 RGB: (111,28,51)

Color info

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

RGB color model

#6F1C33 color RGB value is (111,28,51).

RGB: (111,28,51) (44%, 11%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 28 of 255 = 11%
B 51 of 255 = 20%

111
28
51

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

Portions of RGB colors in percentages

R + G + B = 111 + 28 + 51 = 190 (100%)
R 111 of 190 ~ 58.42%
G 28 of 190 ~ 14.74%
B 51 of 190 ~ 26.84'%

%58.42
%14.74
%26.84

CMYK color model

#6F1C33 color CMYK value is (0,75,54,56).

  • cyan value is 0.00%
  • magenta value is 74.77%
  • yellow value is 54.05%
  • key color value is 56.47%

CMYK: (0,75,54,56)
C0M75Y54K56 (0%, 75%, 54%, 56%)
(0.00 / 0.75 / 0.54 / 0.56)

CMYK percentages

%0
%74.77
%54.05
%56.47

Codes

Color #6F1C33 in popluar color models

6F 1C 33
RGB 111 28 51
HSL 343° 59.71% 27.25%
HSB/HSV 343° 74.77% 43.53%
CMYK 0.00% 74.77% 54.05%
56.47%

Color #6F1C33 in popluar number systems.

HEX 6F 1C 33
Decimal 111 28 51
Binary 1101111 11100 110011
Octal 157 34 63

Shades and tints

Shades of #6F1C33

#6F1C33
(111,28,51)
#651A2F
(101,26,47)
#5B182B
(91,24,43)
#511627
(81,22,39)
#471423
(71,20,35)
#3D121F
(61,18,31)
#33101B
(51,16,27)
#290E17
(41,14,23)
#1F0C13
(31,12,19)
#150A0F
(21,10,15)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F1C33

#6F1C33
(111,28,51)
#7C3045
(124,48,69)
#894457
(137,68,87)
#965869
(150,88,105)
#A36C7B
(163,108,123)
#B0808D
(176,128,141)
#BD949F
(189,148,159)
#CAA8B1
(202,168,177)
#D7BCC3
(215,188,195)
#E4D0D5
(228,208,213)
#F1E4E7
(241,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1C33 color. Also use rgb(111,28,51) instead hex code.

Text Font Color

.myTextColor { color: #6F1C33; }

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

This text font color is #6F1C33.

Background Color

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

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

This div background color is #6F1C33.

Border color

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

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

This div border color is #6F1C33.

Opacity

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

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

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

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

This text has shadow with #6F1C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F1C33.

Preview

Color preview on black background

This text has color #6F1C33 on black background.


Color preview on white background

This text has color #6F1C33 on white background.


Black color preview on #6F1C33 background

This text has black color on #6F1C33 background.


White color preview on #6F1C33 background

This text has white color on #6F1C33 background.


Related colors

Complementary color

Complementary color for #hex is #90E3CC.


I love getcolorcode.com

Triadic colors

1 #336F1C and #1C336F with #6F1C33 are triadic colors.

2 #331C6F and #1C6F33 with #6F1C33 are triadic colors.