COLOR #6F3751

HEX: #6F3751
RGB: (111,55,81)

Color info

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

RGB color model

#6F3751 color RGB value is (111,55,81).

  • red value is 111;
  • green value is 55;
  • blue value is 81.
RGB:
(111,55,81)
(44%,22%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 55 of 255 = 22%
B 81 of 255 = 32%

111
55
81

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

Portions of RGB colors in percentages

R + G + B =
111 + 55 + 81 = 247 (100%)
R 111 of 247 ~ 44.94%
G 55 of 247 ~ 22.27%
B 81 of 247 ~ 32.79%

%44.94
%22.27
%32.79

CMYK color model

#6F3751 color CMYK value is (0,50,27,56).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 27.03%
  • key color value is 56.47%
CMYK:
(0,50,27,56)
C0M50Y27K56 
(0%,50%,27%,56%)
(0.00/0.50/0.27/0.56)	

CMYK percentages

%0
%50.45
%27.03
%56.47

Codes

Color #6F3751 in popluar color models

6F3751
RGB1115581
HSL332°33.73%32.55%
HSB/HSV332°50.45%43.53%
CMYK0.00%50.45%27.03%
56.47%

Color #6F3751 in popluar number systems.

HEX6F3751
Decimal1115581
Binary11011111101111010001
Octal15767121

Shades and tints

Shades of #6F3751

#6F3751
(111,55,81)
#65324A
(101,50,74)
#5B2D43
(91,45,67)
#51283C
(81,40,60)
#472335
(71,35,53)
#3D1E2E
(61,30,46)
#331927
(51,25,39)
#291420
(41,20,32)
#1F0F19
(31,15,25)
#150A12
(21,10,18)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #6F3751

#6F3751
(111,55,81)
#7C4960
(124,73,96)
#895B6F
(137,91,111)
#966D7E
(150,109,126)
#A37F8D
(163,127,141)
#B0919C
(176,145,156)
#BDA3AB
(189,163,171)
#CAB5BA
(202,181,186)
#D7C7C9
(215,199,201)
#E4D9D8
(228,217,216)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3751 color. Also use rgb(111,55,81) instead hex code.

Text Font Color

.myTextColor { color: #6F3751; }

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

This text font color is #6F3751.


Background Color

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

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

This div background color is #6F3751.


Border color

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

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

This div border color is #6F3751.


Opacity

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

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

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

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

This text has shadow with #6F3751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3751 on black background.


Color preview on white background

This text has color #6F3751 on white background.



Black color preview on #6F3751 background

This text has black color on #6F3751 background.


White color preview on #6F3751 background

This text has white color on #6F3751 background.