COLOR #6F3D50

HEX: #6F3D50 RGB: (111,61,80)

Color info

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

RGB color model

#6F3D50 color RGB value is (111,61,80).

RGB: (111,61,80) (44%, 24%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 61 of 255 = 24%
B 80 of 255 = 31%

111
61
80

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

Portions of RGB colors in percentages

R + G + B = 111 + 61 + 80 = 252 (100%)
R 111 of 252 ~ 44.05%
G 61 of 252 ~ 24.21%
B 80 of 252 ~ 31.75'%

%44.05
%24.21
%31.75

CMYK color model

#6F3D50 color CMYK value is (0,45,28,56).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 27.93%
  • key color value is 56.47%

CMYK: (0,45,28,56)
C0M45Y28K56 (0%, 45%, 28%, 56%)
(0.00 / 0.45 / 0.28 / 0.56)

CMYK percentages

%0
%45.05
%27.93
%56.47

Codes

Color #6F3D50 in popluar color models

6F 3D 50
RGB 111 61 80
HSL 337° 29.07% 33.73%
HSB/HSV 337° 45.05% 43.53%
CMYK 0.00% 45.05% 27.93%
56.47%

Color #6F3D50 in popluar number systems.

HEX 6F 3D 50
Decimal 111 61 80
Binary 1101111 111101 1010000
Octal 157 75 120

Shades and tints

Shades of #6F3D50

#6F3D50
(111,61,80)
#653849
(101,56,73)
#5B3342
(91,51,66)
#512E3B
(81,46,59)
#472934
(71,41,52)
#3D242D
(61,36,45)
#331F26
(51,31,38)
#291A1F
(41,26,31)
#1F1518
(31,21,24)
#151011
(21,16,17)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #6F3D50

#6F3D50
(111,61,80)
#7C4E5F
(124,78,95)
#895F6E
(137,95,110)
#96707D
(150,112,125)
#A3818C
(163,129,140)
#B0929B
(176,146,155)
#BDA3AA
(189,163,170)
#CAB4B9
(202,180,185)
#D7C5C8
(215,197,200)
#E4D6D7
(228,214,215)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3D50; }

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

This text font color is #6F3D50.

Background Color

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

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

This div background color is #6F3D50.

Border color

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

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

This div border color is #6F3D50.

Opacity

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

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

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

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

This text has shadow with #6F3D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3D50.

Preview

Color preview on black background

This text has color #6F3D50 on black background.


Color preview on white background

This text has color #6F3D50 on white background.


Black color preview on #6F3D50 background

This text has black color on #6F3D50 background.


White color preview on #6F3D50 background

This text has white color on #6F3D50 background.


Related colors

Complementary color

Complementary color for #hex is #90C2AF.


I love getcolorcode.com

Triadic colors

1 #506F3D and #3D506F with #6F3D50 are triadic colors.

2 #503D6F and #3D6F50 with #6F3D50 are triadic colors.