COLOR #6F152E

HEX: #6F152E RGB: (111,21,46)

Color info

#6F152E contains mainly red color. Web safe color of #6F152E is #660033 (or #603).

RGB color model

#6F152E color RGB value is (111,21,46).

RGB: (111,21,46) (44%, 8%, 18%)

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 46 of 255 = 18%

111
21
46

R + G + B ~ 23%. #6F152E is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 21 + 46 = 178 (100%)
R 111 of 178 ~ 62.36%
G 21 of 178 ~ 11.8%
B 46 of 178 ~ 25.84'%

%62.36
%11.8
%25.84

CMYK color model

#6F152E color CMYK value is (0,81,59,56).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 58.56%
  • key color value is 56.47%

CMYK: (0,81,59,56)
C0M81Y59K56 (0%, 81%, 59%, 56%)
(0.00 / 0.81 / 0.59 / 0.56)

CMYK percentages

%0
%81.08
%58.56
%56.47

Codes

Color #6F152E in popluar color models

6F 15 2E
RGB 111 21 46
HSL 343° 68.18% 25.88%
HSB/HSV 343° 81.08% 43.53%
CMYK 0.00% 81.08% 58.56%
56.47%

Color #6F152E in popluar number systems.

HEX 6F 15 2E
Decimal 111 21 46
Binary 1101111 10101 101110
Octal 157 25 56

Shades and tints

Shades of #6F152E

#6F152E
(111,21,46)
#65142A
(101,20,42)
#5B1326
(91,19,38)
#511222
(81,18,34)
#47111E
(71,17,30)
#3D101A
(61,16,26)
#330F16
(51,15,22)
#290E12
(41,14,18)
#1F0D0E
(31,13,14)
#150C0A
(21,12,10)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #6F152E

#6F152E
(111,21,46)
#7C2A41
(124,42,65)
#893F54
(137,63,84)
#965467
(150,84,103)
#A3697A
(163,105,122)
#B07E8D
(176,126,141)
#BD93A0
(189,147,160)
#CAA8B3
(202,168,179)
#D7BDC6
(215,189,198)
#E4D2D9
(228,210,217)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F152E color. Also use rgb(111,21,46) instead hex code.

Text Font Color

.myTextColor { color: #6F152E; }

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

This text font color is #6F152E.

Background Color

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

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

This div background color is #6F152E.

Border color

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

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

This div border color is #6F152E.

Opacity

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

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

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

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

This text has shadow with #6F152E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F152E.

Preview

Color preview on black background

This text has color #6F152E on black background.


Color preview on white background

This text has color #6F152E on white background.


Black color preview on #6F152E background

This text has black color on #6F152E background.


White color preview on #6F152E background

This text has white color on #6F152E background.


Related colors

Complementary color

Complementary color for #hex is #90EAD1.


I love getcolorcode.com

Triadic colors

1 #2E6F15 and #152E6F with #6F152E are triadic colors.

2 #2E156F and #156F2E with #6F152E are triadic colors.