COLOR #6F5346

HEX: #6F5346
RGB: (111,83,70)

Color info

#6F5346 contains red, green and blue colors in about the same proportion. Web safe color of #6F5346 is #666633 (or #663).

RGB color model

#6F5346 color RGB value is (111,83,70).

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

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 70 of 255 = 27%

111
83
70

R + G + B ~ 35%. #6F5346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 83 + 70 = 264 (100%)
R 111 of 264 ~ 42.05%
G 83 of 264 ~ 31.44%
B 70 of 264 ~ 26.52%

%42.05
%31.44
%26.52

CMYK color model

#6F5346 color CMYK value is (0,25,37,56).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 36.94%
  • key color value is 56.47%
CMYK:
(0,25,37,56)
C0M25Y37K56 
(0%,25%,37%,56%)
(0.00/0.25/0.37/0.56)	

CMYK percentages

%0
%25.23
%36.94
%56.47

Codes

Color #6F5346 in popluar color models

6F5346
RGB1118370
HSL19°22.65%35.49%
HSB/HSV19°36.94%43.53%
CMYK0.00%25.23%36.94%
56.47%

Color #6F5346 in popluar number systems.

HEX6F5346
Decimal1118370
Binary110111110100111000110
Octal157123106

Shades and tints

Shades of #6F5346

#6F5346
(111,83,70)
#654C40
(101,76,64)
#5B453A
(91,69,58)
#513E34
(81,62,52)
#47372E
(71,55,46)
#3D3028
(61,48,40)
#332922
(51,41,34)
#29221C
(41,34,28)
#1F1B16
(31,27,22)
#151410
(21,20,16)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #6F5346

#6F5346
(111,83,70)
#7C6256
(124,98,86)
#897166
(137,113,102)
#968076
(150,128,118)
#A38F86
(163,143,134)
#B09E96
(176,158,150)
#BDADA6
(189,173,166)
#CABCB6
(202,188,182)
#D7CBC6
(215,203,198)
#E4DAD6
(228,218,214)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5346; }

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

This text font color is #6F5346.


Background Color

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

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

This div background color is #6F5346.


Border color

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

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

This div border color is #6F5346.


Opacity

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

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

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

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

This text has shadow with #6F5346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5346 on black background.


Color preview on white background

This text has color #6F5346 on white background.



Black color preview on #6F5346 background

This text has black color on #6F5346 background.


White color preview on #6F5346 background

This text has white color on #6F5346 background.