COLOR #6F3743

HEX: #6F3743
RGB: (111,55,67)

Color info

#6F3743 contains red, green and blue colors in about the same proportion. Web safe color of #6F3743 is #663333 (or #633).

RGB color model

#6F3743 color RGB value is (111,55,67).

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

RGB channels and saturation

R 111 of 255 = 44%
G 55 of 255 = 22%
B 67 of 255 = 26%

111
55
67

R + G + B ~ 31%. #6F3743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 55 + 67 = 233 (100%)
R 111 of 233 ~ 47.64%
G 55 of 233 ~ 23.61%
B 67 of 233 ~ 28.76%

%47.64
%23.61
%28.76

CMYK color model

#6F3743 color CMYK value is (0,50,40,56).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 39.64%
  • key color value is 56.47%
CMYK:
(0,50,40,56)
C0M50Y40K56 
(0%,50%,40%,56%)
(0.00/0.50/0.40/0.56)	

CMYK percentages

%0
%50.45
%39.64
%56.47

Codes

Color #6F3743 in popluar color models

6F3743
RGB1115567
HSL347°33.73%32.55%
HSB/HSV347°50.45%43.53%
CMYK0.00%50.45%39.64%
56.47%

Color #6F3743 in popluar number systems.

HEX6F3743
Decimal1115567
Binary11011111101111000011
Octal15767103

Shades and tints

Shades of #6F3743

#6F3743
(111,55,67)
#65323D
(101,50,61)
#5B2D37
(91,45,55)
#512831
(81,40,49)
#47232B
(71,35,43)
#3D1E25
(61,30,37)
#33191F
(51,25,31)
#291419
(41,20,25)
#1F0F13
(31,15,19)
#150A0D
(21,10,13)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #6F3743

#6F3743
(111,55,67)
#7C4954
(124,73,84)
#895B65
(137,91,101)
#966D76
(150,109,118)
#A37F87
(163,127,135)
#B09198
(176,145,152)
#BDA3A9
(189,163,169)
#CAB5BA
(202,181,186)
#D7C7CB
(215,199,203)
#E4D9DC
(228,217,220)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3743; }

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

This text font color is #6F3743.


Background Color

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

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

This div background color is #6F3743.


Border color

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

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

This div border color is #6F3743.


Opacity

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

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

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

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

This text has shadow with #6F3743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3743 on black background.


Color preview on white background

This text has color #6F3743 on white background.



Black color preview on #6F3743 background

This text has black color on #6F3743 background.


White color preview on #6F3743 background

This text has white color on #6F3743 background.