COLOR #6F4759

HEX: #6F4759
RGB: (111,71,89)

Color info

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

RGB color model

#6F4759 color RGB value is (111,71,89).

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

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 89 of 255 = 35%

111
71
89

R + G + B ~ 36%. #6F4759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 71 + 89 = 271 (100%)
R 111 of 271 ~ 40.96%
G 71 of 271 ~ 26.2%
B 89 of 271 ~ 32.84%

%40.96
%26.2
%32.84

CMYK color model

#6F4759 color CMYK value is (0,36,20,56).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK:
(0,36,20,56)
C0M36Y20K56 
(0%,36%,20%,56%)
(0.00/0.36/0.20/0.56)	

CMYK percentages

%0
%36.04
%19.82
%56.47

Codes

Color #6F4759 in popluar color models

6F4759
RGB1117189
HSL333°21.98%35.69%
HSB/HSV333°36.04%43.53%
CMYK0.00%36.04%19.82%
56.47%

Color #6F4759 in popluar number systems.

HEX6F4759
Decimal1117189
Binary110111110001111011001
Octal157107131

Shades and tints

Shades of #6F4759

#6F4759
(111,71,89)
#654151
(101,65,81)
#5B3B49
(91,59,73)
#513541
(81,53,65)
#472F39
(71,47,57)
#3D2931
(61,41,49)
#332329
(51,35,41)
#291D21
(41,29,33)
#1F1719
(31,23,25)
#151111
(21,17,17)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F4759

#6F4759
(111,71,89)
#7C5768
(124,87,104)
#896777
(137,103,119)
#967786
(150,119,134)
#A38795
(163,135,149)
#B097A4
(176,151,164)
#BDA7B3
(189,167,179)
#CAB7C2
(202,183,194)
#D7C7D1
(215,199,209)
#E4D7E0
(228,215,224)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4759; }

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

This text font color is #6F4759.


Background Color

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

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

This div background color is #6F4759.


Border color

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

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

This div border color is #6F4759.


Opacity

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

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

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

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

This text has shadow with #6F4759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4759 on black background.


Color preview on white background

This text has color #6F4759 on white background.



Black color preview on #6F4759 background

This text has black color on #6F4759 background.


White color preview on #6F4759 background

This text has white color on #6F4759 background.