COLOR #6F184D

HEX: #6F184D RGB: (111,24,77)

Color info

#6F184D contains mainly red and blue colors. Web safe color of #6F184D is #660033 (or #603).

RGB color model

#6F184D color RGB value is (111,24,77).

RGB: (111,24,77) (44%, 9%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 24 of 255 = 9%
B 77 of 255 = 30%

111
24
77

R + G + B ~ 28%. #6F184D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 24 + 77 = 212 (100%)
R 111 of 212 ~ 52.36%
G 24 of 212 ~ 11.32%
B 77 of 212 ~ 36.32'%

%52.36
%11.32
%36.32

CMYK color model

#6F184D color CMYK value is (0,78,31,56).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 30.63%
  • key color value is 56.47%

CMYK: (0,78,31,56)
C0M78Y31K56 (0%, 78%, 31%, 56%)
(0.00 / 0.78 / 0.31 / 0.56)

CMYK percentages

%0
%78.38
%30.63
%56.47

Codes

Color #6F184D in popluar color models

6F 18 4D
RGB 111 24 77
HSL 323° 64.44% 26.47%
HSB/HSV 323° 78.38% 43.53%
CMYK 0.00% 78.38% 30.63%
56.47%

Color #6F184D in popluar number systems.

HEX 6F 18 4D
Decimal 111 24 77
Binary 1101111 11000 1001101
Octal 157 30 115

Shades and tints

Shades of #6F184D

#6F184D
(111,24,77)
#651646
(101,22,70)
#5B143F
(91,20,63)
#511238
(81,18,56)
#471031
(71,16,49)
#3D0E2A
(61,14,42)
#330C23
(51,12,35)
#290A1C
(41,10,28)
#1F0815
(31,8,21)
#15060E
(21,6,14)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #6F184D

#6F184D
(111,24,77)
#7C2D5D
(124,45,93)
#89426D
(137,66,109)
#96577D
(150,87,125)
#A36C8D
(163,108,141)
#B0819D
(176,129,157)
#BD96AD
(189,150,173)
#CAABBD
(202,171,189)
#D7C0CD
(215,192,205)
#E4D5DD
(228,213,221)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F184D color. Also use rgb(111,24,77) instead hex code.

Text Font Color

.myTextColor { color: #6F184D; }

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

This text font color is #6F184D.

Background Color

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

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

This div background color is #6F184D.

Border color

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

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

This div border color is #6F184D.

Opacity

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

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

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

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

This text has shadow with #6F184D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F184D.

Preview

Color preview on black background

This text has color #6F184D on black background.


Color preview on white background

This text has color #6F184D on white background.


Black color preview on #6F184D background

This text has black color on #6F184D background.


White color preview on #6F184D background

This text has white color on #6F184D background.


Related colors

Complementary color

Complementary color for #hex is #90E7B2.


I love getcolorcode.com

Triadic colors

1 #4D6F18 and #184D6F with #6F184D are triadic colors.

2 #4D186F and #186F4D with #6F184D are triadic colors.