COLOR #6F3650

HEX: #6F3650
RGB: (111,54,80)

Color info

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

RGB color model

#6F3650 color RGB value is (111,54,80).

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

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 80 of 255 = 31%

111
54
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 80 = 245 (100%)
R 111 of 245 ~ 45.31%
G 54 of 245 ~ 22.04%
B 80 of 245 ~ 32.65%

%45.31
%22.04
%32.65

CMYK color model

#6F3650 color CMYK value is (0,51,28,56).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 27.93%
  • key color value is 56.47%
CMYK:
(0,51,28,56)
C0M51Y28K56 
(0%,51%,28%,56%)
(0.00/0.51/0.28/0.56)	

CMYK percentages

%0
%51.35
%27.93
%56.47

Codes

Color #6F3650 in popluar color models

6F3650
RGB1115480
HSL333°34.55%32.35%
HSB/HSV333°51.35%43.53%
CMYK0.00%51.35%27.93%
56.47%

Color #6F3650 in popluar number systems.

HEX6F3650
Decimal1115480
Binary11011111101101010000
Octal15766120

Shades and tints

Shades of #6F3650

#6F3650
(111,54,80)
#653249
(101,50,73)
#5B2E42
(91,46,66)
#512A3B
(81,42,59)
#472634
(71,38,52)
#3D222D
(61,34,45)
#331E26
(51,30,38)
#291A1F
(41,26,31)
#1F1618
(31,22,24)
#151211
(21,18,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #6F3650

#6F3650
(111,54,80)
#7C485F
(124,72,95)
#895A6E
(137,90,110)
#966C7D
(150,108,125)
#A37E8C
(163,126,140)
#B0909B
(176,144,155)
#BDA2AA
(189,162,170)
#CAB4B9
(202,180,185)
#D7C6C8
(215,198,200)
#E4D8D7
(228,216,215)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3650; }

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

This text font color is #6F3650.


Background Color

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

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

This div background color is #6F3650.


Border color

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

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

This div border color is #6F3650.


Opacity

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

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

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

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

This text has shadow with #6F3650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3650 on black background.


Color preview on white background

This text has color #6F3650 on white background.



Black color preview on #6F3650 background

This text has black color on #6F3650 background.


White color preview on #6F3650 background

This text has white color on #6F3650 background.