COLOR #6F5344

HEX: #6F5344
RGB: (111,83,68)

Color info

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

RGB color model

#6F5344 color RGB value is (111,83,68).

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

RGB channels and saturation

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

111
83
68

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

Portions of RGB colors in percentages

R + G + B =
111 + 83 + 68 = 262 (100%)
R 111 of 262 ~ 42.37%
G 83 of 262 ~ 31.68%
B 68 of 262 ~ 25.95%

%42.37
%31.68
%25.95

CMYK color model

#6F5344 color CMYK value is (0,25,39,56).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 38.74%
  • key color value is 56.47%
CMYK:
(0,25,39,56)
C0M25Y39K56 
(0%,25%,39%,56%)
(0.00/0.25/0.39/0.56)	

CMYK percentages

%0
%25.23
%38.74
%56.47

Codes

Color #6F5344 in popluar color models

6F5344
RGB1118368
HSL21°24.02%35.10%
HSB/HSV21°38.74%43.53%
CMYK0.00%25.23%38.74%
56.47%

Color #6F5344 in popluar number systems.

HEX6F5344
Decimal1118368
Binary110111110100111000100
Octal157123104

Shades and tints

Shades of #6F5344

#6F5344
(111,83,68)
#654C3E
(101,76,62)
#5B4538
(91,69,56)
#513E32
(81,62,50)
#47372C
(71,55,44)
#3D3026
(61,48,38)
#332920
(51,41,32)
#29221A
(41,34,26)
#1F1B14
(31,27,20)
#15140E
(21,20,14)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #6F5344

#6F5344
(111,83,68)
#7C6255
(124,98,85)
#897166
(137,113,102)
#968077
(150,128,119)
#A38F88
(163,143,136)
#B09E99
(176,158,153)
#BDADAA
(189,173,170)
#CABCBB
(202,188,187)
#D7CBCC
(215,203,204)
#E4DADD
(228,218,221)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5344; }

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

This text font color is #6F5344.


Background Color

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

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

This div background color is #6F5344.


Border color

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

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

This div border color is #6F5344.


Opacity

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

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

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

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

This text has shadow with #6F5344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5344 on black background.


Color preview on white background

This text has color #6F5344 on white background.



Black color preview on #6F5344 background

This text has black color on #6F5344 background.


White color preview on #6F5344 background

This text has white color on #6F5344 background.