COLOR #6F4346

HEX: #6F4346
RGB: (111,67,70)

Color info

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

RGB color model

#6F4346 color RGB value is (111,67,70).

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

RGB channels and saturation

R 111 of 255 = 44%
G 67 of 255 = 26%
B 70 of 255 = 27%

111
67
70

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

Portions of RGB colors in percentages

R + G + B =
111 + 67 + 70 = 248 (100%)
R 111 of 248 ~ 44.76%
G 67 of 248 ~ 27.02%
B 70 of 248 ~ 28.23%

%44.76
%27.02
%28.23

CMYK color model

#6F4346 color CMYK value is (0,40,37,56).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 36.94%
  • key color value is 56.47%
CMYK:
(0,40,37,56)
C0M40Y37K56 
(0%,40%,37%,56%)
(0.00/0.40/0.37/0.56)	

CMYK percentages

%0
%39.64
%36.94
%56.47

Codes

Color #6F4346 in popluar color models

6F4346
RGB1116770
HSL356°24.72%34.90%
HSB/HSV356°39.64%43.53%
CMYK0.00%39.64%36.94%
56.47%

Color #6F4346 in popluar number systems.

HEX6F4346
Decimal1116770
Binary110111110000111000110
Octal157103106

Shades and tints

Shades of #6F4346

#6F4346
(111,67,70)
#653D40
(101,61,64)
#5B373A
(91,55,58)
#513134
(81,49,52)
#472B2E
(71,43,46)
#3D2528
(61,37,40)
#331F22
(51,31,34)
#29191C
(41,25,28)
#1F1316
(31,19,22)
#150D10
(21,13,16)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #6F4346

#6F4346
(111,67,70)
#7C5456
(124,84,86)
#896566
(137,101,102)
#967676
(150,118,118)
#A38786
(163,135,134)
#B09896
(176,152,150)
#BDA9A6
(189,169,166)
#CABAB6
(202,186,182)
#D7CBC6
(215,203,198)
#E4DCD6
(228,220,214)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4346; }

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

This text font color is #6F4346.


Background Color

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

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

This div background color is #6F4346.


Border color

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

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

This div border color is #6F4346.


Opacity

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

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

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

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

This text has shadow with #6F4346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4346 on black background.


Color preview on white background

This text has color #6F4346 on white background.



Black color preview on #6F4346 background

This text has black color on #6F4346 background.


White color preview on #6F4346 background

This text has white color on #6F4346 background.