COLOR #6F2331

HEX: #6F2331 RGB: (111,35,49)

Color info

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

RGB color model

#6F2331 color RGB value is (111,35,49).

RGB: (111,35,49) (44%, 14%, 19%)

RGB channels and saturation

R 111 of 255 = 44%
G 35 of 255 = 14%
B 49 of 255 = 19%

111
35
49

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

Portions of RGB colors in percentages

R + G + B = 111 + 35 + 49 = 195 (100%)
R 111 of 195 ~ 56.92%
G 35 of 195 ~ 17.95%
B 49 of 195 ~ 25.13'%

%56.92
%17.95
%25.13

CMYK color model

#6F2331 color CMYK value is (0,68,56,56).

  • cyan value is 0.00%
  • magenta value is 68.47%
  • yellow value is 55.86%
  • key color value is 56.47%

CMYK: (0,68,56,56)
C0M68Y56K56 (0%, 68%, 56%, 56%)
(0.00 / 0.68 / 0.56 / 0.56)

CMYK percentages

%0
%68.47
%55.86
%56.47

Codes

Color #6F2331 in popluar color models

6F 23 31
RGB 111 35 49
HSL 349° 52.05% 28.63%
HSB/HSV 349° 68.47% 43.53%
CMYK 0.00% 68.47% 55.86%
56.47%

Color #6F2331 in popluar number systems.

HEX 6F 23 31
Decimal 111 35 49
Binary 1101111 100011 110001
Octal 157 43 61

Shades and tints

Shades of #6F2331

#6F2331
(111,35,49)
#65202D
(101,32,45)
#5B1D29
(91,29,41)
#511A25
(81,26,37)
#471721
(71,23,33)
#3D141D
(61,20,29)
#331119
(51,17,25)
#290E15
(41,14,21)
#1F0B11
(31,11,17)
#15080D
(21,8,13)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #6F2331

#6F2331
(111,35,49)
#7C3743
(124,55,67)
#894B55
(137,75,85)
#965F67
(150,95,103)
#A37379
(163,115,121)
#B0878B
(176,135,139)
#BD9B9D
(189,155,157)
#CAAFAF
(202,175,175)
#D7C3C1
(215,195,193)
#E4D7D3
(228,215,211)
#F1EBE5
(241,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2331 color. Also use rgb(111,35,49) instead hex code.

Text Font Color

.myTextColor { color: #6F2331; }

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

This text font color is #6F2331.

Background Color

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

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

This div background color is #6F2331.

Border color

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

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

This div border color is #6F2331.

Opacity

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

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

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

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

This text has shadow with #6F2331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2331.

Preview

Color preview on black background

This text has color #6F2331 on black background.


Color preview on white background

This text has color #6F2331 on white background.


Black color preview on #6F2331 background

This text has black color on #6F2331 background.


White color preview on #6F2331 background

This text has white color on #6F2331 background.


Related colors

Complementary color

Complementary color for #hex is #90DCCE.


I love getcolorcode.com

Triadic colors

1 #316F23 and #23316F with #6F2331 are triadic colors.

2 #31236F and #236F31 with #6F2331 are triadic colors.