COLOR #6F1B33

HEX: #6F1B33
RGB: (111,27,51)

Color info

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

RGB color model

#6F1B33 color RGB value is (111,27,51).

  • red value is 111;
  • green value is 27;
  • blue value is 51.
RGB:
(111,27,51)
(44%,11%,20%)

RGB channels and saturation

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

111
27
51

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

Portions of RGB colors in percentages

R + G + B =
111 + 27 + 51 = 189 (100%)
R 111 of 189 ~ 58.73%
G 27 of 189 ~ 14.29%
B 51 of 189 ~ 26.98%

%58.73
%14.29
%26.98

CMYK color model

#6F1B33 color CMYK value is (0,76,54,56).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 54.05%
  • key color value is 56.47%
CMYK:
(0,76,54,56)
C0M76Y54K56 
(0%,76%,54%,56%)
(0.00/0.76/0.54/0.56)	

CMYK percentages

%0
%75.68
%54.05
%56.47

Codes

Color #6F1B33 in popluar color models

6F1B33
RGB1112751
HSL343°60.87%27.06%
HSB/HSV343°75.68%43.53%
CMYK0.00%75.68%54.05%
56.47%

Color #6F1B33 in popluar number systems.

HEX6F1B33
Decimal1112751
Binary110111111011110011
Octal1573363

Shades and tints

Shades of #6F1B33

#6F1B33
(111,27,51)
#65192F
(101,25,47)
#5B172B
(91,23,43)
#511527
(81,21,39)
#471323
(71,19,35)
#3D111F
(61,17,31)
#330F1B
(51,15,27)
#290D17
(41,13,23)
#1F0B13
(31,11,19)
#15090F
(21,9,15)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #6F1B33

#6F1B33
(111,27,51)
#7C2F45
(124,47,69)
#894357
(137,67,87)
#965769
(150,87,105)
#A36B7B
(163,107,123)
#B07F8D
(176,127,141)
#BD939F
(189,147,159)
#CAA7B1
(202,167,177)
#D7BBC3
(215,187,195)
#E4CFD5
(228,207,213)
#F1E3E7
(241,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1B33; }

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

This text font color is #6F1B33.


Background Color

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

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

This div background color is #6F1B33.


Border color

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

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

This div border color is #6F1B33.


Opacity

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

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

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

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

This text has shadow with #6F1B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1B33 on black background.


Color preview on white background

This text has color #6F1B33 on white background.



Black color preview on #6F1B33 background

This text has black color on #6F1B33 background.


White color preview on #6F1B33 background

This text has white color on #6F1B33 background.