COLOR #6F3C4E

HEX: #6F3C4E
RGB: (111,60,78)

Color info

#6F3C4E contains red, green and blue colors in about the same proportion. Web safe color of #6F3C4E is #663366 (or #636).

RGB color model

#6F3C4E color RGB value is (111,60,78).

  • red value is 111;
  • green value is 60;
  • blue value is 78.
RGB:
(111,60,78)
(44%,24%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 78 of 255 = 31%

111
60
78

R + G + B ~ 33%. #6F3C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 60 + 78 = 249 (100%)
R 111 of 249 ~ 44.58%
G 60 of 249 ~ 24.1%
B 78 of 249 ~ 31.33%

%44.58
%24.1
%31.33

CMYK color model

#6F3C4E color CMYK value is (0,46,30,56).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(0,46,30,56)
C0M46Y30K56 
(0%,46%,30%,56%)
(0.00/0.46/0.30/0.56)	

CMYK percentages

%0
%45.95
%29.73
%56.47

Codes

Color #6F3C4E in popluar color models

6F3C4E
RGB1116078
HSL339°29.82%33.53%
HSB/HSV339°45.95%43.53%
CMYK0.00%45.95%29.73%
56.47%

Color #6F3C4E in popluar number systems.

HEX6F3C4E
Decimal1116078
Binary11011111111001001110
Octal15774116

Shades and tints

Shades of #6F3C4E

#6F3C4E
(111,60,78)
#653747
(101,55,71)
#5B3240
(91,50,64)
#512D39
(81,45,57)
#472832
(71,40,50)
#3D232B
(61,35,43)
#331E24
(51,30,36)
#29191D
(41,25,29)
#1F1416
(31,20,22)
#150F0F
(21,15,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #6F3C4E

#6F3C4E
(111,60,78)
#7C4D5E
(124,77,94)
#895E6E
(137,94,110)
#966F7E
(150,111,126)
#A3808E
(163,128,142)
#B0919E
(176,145,158)
#BDA2AE
(189,162,174)
#CAB3BE
(202,179,190)
#D7C4CE
(215,196,206)
#E4D5DE
(228,213,222)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3C4E color. Also use rgb(111,60,78) instead hex code.

Text Font Color

.myTextColor { color: #6F3C4E; }

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

This text font color is #6F3C4E.


Background Color

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

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

This div background color is #6F3C4E.


Border color

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

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

This div border color is #6F3C4E.


Opacity

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

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

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

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

This text has shadow with #6F3C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3C4E on black background.


Color preview on white background

This text has color #6F3C4E on white background.



Black color preview on #6F3C4E background

This text has black color on #6F3C4E background.


White color preview on #6F3C4E background

This text has white color on #6F3C4E background.