COLOR #6F3742

HEX: #6F3742
RGB: (111,55,66)

Color info

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

RGB color model

#6F3742 color RGB value is (111,55,66).

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

RGB channels and saturation

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

111
55
66

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

Portions of RGB colors in percentages

R + G + B =
111 + 55 + 66 = 232 (100%)
R 111 of 232 ~ 47.84%
G 55 of 232 ~ 23.71%
B 66 of 232 ~ 28.45%

%47.84
%23.71
%28.45

CMYK color model

#6F3742 color CMYK value is (0,50,41,56).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 40.54%
  • key color value is 56.47%
CMYK:
(0,50,41,56)
C0M50Y41K56 
(0%,50%,41%,56%)
(0.00/0.50/0.41/0.56)	

CMYK percentages

%0
%50.45
%40.54
%56.47

Codes

Color #6F3742 in popluar color models

6F3742
RGB1115566
HSL348°33.73%32.55%
HSB/HSV348°50.45%43.53%
CMYK0.00%50.45%40.54%
56.47%

Color #6F3742 in popluar number systems.

HEX6F3742
Decimal1115566
Binary11011111101111000010
Octal15767102

Shades and tints

Shades of #6F3742

#6F3742
(111,55,66)
#65323C
(101,50,60)
#5B2D36
(91,45,54)
#512830
(81,40,48)
#47232A
(71,35,42)
#3D1E24
(61,30,36)
#33191E
(51,25,30)
#291418
(41,20,24)
#1F0F12
(31,15,18)
#150A0C
(21,10,12)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #6F3742

#6F3742
(111,55,66)
#7C4953
(124,73,83)
#895B64
(137,91,100)
#966D75
(150,109,117)
#A37F86
(163,127,134)
#B09197
(176,145,151)
#BDA3A8
(189,163,168)
#CAB5B9
(202,181,185)
#D7C7CA
(215,199,202)
#E4D9DB
(228,217,219)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3742; }

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

This text font color is #6F3742.


Background Color

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

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

This div background color is #6F3742.


Border color

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

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

This div border color is #6F3742.


Opacity

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

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

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

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

This text has shadow with #6F3742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3742 on black background.


Color preview on white background

This text has color #6F3742 on white background.



Black color preview on #6F3742 background

This text has black color on #6F3742 background.


White color preview on #6F3742 background

This text has white color on #6F3742 background.