COLOR #6F4147

HEX: #6F4147
RGB: (111,65,71)

Color info

#6F4147 contains red, green and blue colors in about the same proportion. Web safe color of #6F4147 is #663333 (or #633).

RGB color model

#6F4147 color RGB value is (111,65,71).

  • red value is 111;
  • green value is 65;
  • blue value is 71.
RGB:
(111,65,71)
(44%,25%,28%)

RGB channels and saturation

R 111 of 255 = 44%
G 65 of 255 = 25%
B 71 of 255 = 28%

111
65
71

R + G + B ~ 32%. #6F4147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 65 + 71 = 247 (100%)
R 111 of 247 ~ 44.94%
G 65 of 247 ~ 26.32%
B 71 of 247 ~ 28.74%

%44.94
%26.32
%28.74

CMYK color model

#6F4147 color CMYK value is (0,41,36,56).

  • cyan value is 0.00%
  • magenta value is 41.44%
  • yellow value is 36.04%
  • key color value is 56.47%
CMYK:
(0,41,36,56)
C0M41Y36K56 
(0%,41%,36%,56%)
(0.00/0.41/0.36/0.56)	

CMYK percentages

%0
%41.44
%36.04
%56.47

Codes

Color #6F4147 in popluar color models

6F4147
RGB1116571
HSL352°26.14%34.51%
HSB/HSV352°41.44%43.53%
CMYK0.00%41.44%36.04%
56.47%

Color #6F4147 in popluar number systems.

HEX6F4147
Decimal1116571
Binary110111110000011000111
Octal157101107

Shades and tints

Shades of #6F4147

#6F4147
(111,65,71)
#653C41
(101,60,65)
#5B373B
(91,55,59)
#513235
(81,50,53)
#472D2F
(71,45,47)
#3D2829
(61,40,41)
#332323
(51,35,35)
#291E1D
(41,30,29)
#1F1917
(31,25,23)
#151411
(21,20,17)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F4147

#6F4147
(111,65,71)
#7C5257
(124,82,87)
#896367
(137,99,103)
#967477
(150,116,119)
#A38587
(163,133,135)
#B09697
(176,150,151)
#BDA7A7
(189,167,167)
#CAB8B7
(202,184,183)
#D7C9C7
(215,201,199)
#E4DAD7
(228,218,215)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4147 color. Also use rgb(111,65,71) instead hex code.

Text Font Color

.myTextColor { color: #6F4147; }

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

This text font color is #6F4147.


Background Color

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

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

This div background color is #6F4147.


Border color

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

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

This div border color is #6F4147.


Opacity

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

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

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

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

This text has shadow with #6F4147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4147 on black background.


Color preview on white background

This text has color #6F4147 on white background.



Black color preview on #6F4147 background

This text has black color on #6F4147 background.


White color preview on #6F4147 background

This text has white color on #6F4147 background.