COLOR #6F4050

HEX: #6F4050
RGB: (111,64,80)

Color info

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

RGB color model

#6F4050 color RGB value is (111,64,80).

  • red value is 111;
  • green value is 64;
  • blue value is 80.
RGB:
(111,64,80)
(44%,25%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 64 of 255 = 25%
B 80 of 255 = 31%

111
64
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 64 + 80 = 255 (100%)
R 111 of 255 ~ 43.53%
G 64 of 255 ~ 25.1%
B 80 of 255 ~ 31.37%

%43.53
%25.1
%31.37

CMYK color model

#6F4050 color CMYK value is (0,42,28,56).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 27.93%
  • key color value is 56.47%
CMYK:
(0,42,28,56)
C0M42Y28K56 
(0%,42%,28%,56%)
(0.00/0.42/0.28/0.56)	

CMYK percentages

%0
%42.34
%27.93
%56.47

Codes

Color #6F4050 in popluar color models

6F4050
RGB1116480
HSL340°26.86%34.31%
HSB/HSV340°42.34%43.53%
CMYK0.00%42.34%27.93%
56.47%

Color #6F4050 in popluar number systems.

HEX6F4050
Decimal1116480
Binary110111110000001010000
Octal157100120

Shades and tints

Shades of #6F4050

#6F4050
(111,64,80)
#653B49
(101,59,73)
#5B3642
(91,54,66)
#51313B
(81,49,59)
#472C34
(71,44,52)
#3D272D
(61,39,45)
#332226
(51,34,38)
#291D1F
(41,29,31)
#1F1818
(31,24,24)
#151311
(21,19,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #6F4050

#6F4050
(111,64,80)
#7C515F
(124,81,95)
#89626E
(137,98,110)
#96737D
(150,115,125)
#A3848C
(163,132,140)
#B0959B
(176,149,155)
#BDA6AA
(189,166,170)
#CAB7B9
(202,183,185)
#D7C8C8
(215,200,200)
#E4D9D7
(228,217,215)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4050 color. Also use rgb(111,64,80) instead hex code.

Text Font Color

.myTextColor { color: #6F4050; }

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

This text font color is #6F4050.


Background Color

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

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

This div background color is #6F4050.


Border color

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

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

This div border color is #6F4050.


Opacity

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

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

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

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

This text has shadow with #6F4050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4050 on black background.


Color preview on white background

This text has color #6F4050 on white background.



Black color preview on #6F4050 background

This text has black color on #6F4050 background.


White color preview on #6F4050 background

This text has white color on #6F4050 background.