COLOR #6F5043

HEX: #6F5043
RGB: (111,80,67)

Color info

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

RGB color model

#6F5043 color RGB value is (111,80,67).

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

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 67 of 255 = 26%

111
80
67

R + G + B ~ 34%. #6F5043 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 67 = 258 (100%)
R 111 of 258 ~ 43.02%
G 80 of 258 ~ 31.01%
B 67 of 258 ~ 25.97%

%43.02
%31.01
%25.97

CMYK color model

#6F5043 color CMYK value is (0,28,40,56).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 39.64%
  • key color value is 56.47%
CMYK:
(0,28,40,56)
C0M28Y40K56 
(0%,28%,40%,56%)
(0.00/0.28/0.40/0.56)	

CMYK percentages

%0
%27.93
%39.64
%56.47

Codes

Color #6F5043 in popluar color models

6F5043
RGB1118067
HSL18°24.72%34.90%
HSB/HSV18°39.64%43.53%
CMYK0.00%27.93%39.64%
56.47%

Color #6F5043 in popluar number systems.

HEX6F5043
Decimal1118067
Binary110111110100001000011
Octal157120103

Shades and tints

Shades of #6F5043

#6F5043
(111,80,67)
#65493D
(101,73,61)
#5B4237
(91,66,55)
#513B31
(81,59,49)
#47342B
(71,52,43)
#3D2D25
(61,45,37)
#33261F
(51,38,31)
#291F19
(41,31,25)
#1F1813
(31,24,19)
#15110D
(21,17,13)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #6F5043

#6F5043
(111,80,67)
#7C5F54
(124,95,84)
#896E65
(137,110,101)
#967D76
(150,125,118)
#A38C87
(163,140,135)
#B09B98
(176,155,152)
#BDAAA9
(189,170,169)
#CAB9BA
(202,185,186)
#D7C8CB
(215,200,203)
#E4D7DC
(228,215,220)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5043; }

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

This text font color is #6F5043.


Background Color

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

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

This div background color is #6F5043.


Border color

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

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

This div border color is #6F5043.


Opacity

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

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

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

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

This text has shadow with #6F5043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5043 on black background.


Color preview on white background

This text has color #6F5043 on white background.



Black color preview on #6F5043 background

This text has black color on #6F5043 background.


White color preview on #6F5043 background

This text has white color on #6F5043 background.