COLOR #6F5D52

HEX: #6F5D52
RGB: (111,93,82)

Color info

#6F5D52 contains red, green and blue colors in about the same proportion. Web safe color of #6F5D52 is #666666 (or #666).

RGB color model

#6F5D52 color RGB value is (111,93,82).

  • red value is 111;
  • green value is 93;
  • blue value is 82.
RGB:
(111,93,82)
(44%,36%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 82 of 255 = 32%

111
93
82

R + G + B ~ 37%. #6F5D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 82 = 286 (100%)
R 111 of 286 ~ 38.81%
G 93 of 286 ~ 32.52%
B 82 of 286 ~ 28.67%

%38.81
%32.52
%28.67

CMYK color model

#6F5D52 color CMYK value is (0,16,26,56).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,16,26,56)
C0M16Y26K56 
(0%,16%,26%,56%)
(0.00/0.16/0.26/0.56)	

CMYK percentages

%0
%16.22
%26.13
%56.47

Codes

Color #6F5D52 in popluar color models

6F5D52
RGB1119382
HSL23°15.03%37.84%
HSB/HSV23°26.13%43.53%
CMYK0.00%16.22%26.13%
56.47%

Color #6F5D52 in popluar number systems.

HEX6F5D52
Decimal1119382
Binary110111110111011010010
Octal157135122

Shades and tints

Shades of #6F5D52

#6F5D52
(111,93,82)
#65554B
(101,85,75)
#5B4D44
(91,77,68)
#51453D
(81,69,61)
#473D36
(71,61,54)
#3D352F
(61,53,47)
#332D28
(51,45,40)
#292521
(41,37,33)
#1F1D1A
(31,29,26)
#151513
(21,21,19)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F5D52

#6F5D52
(111,93,82)
#7C6B61
(124,107,97)
#897970
(137,121,112)
#96877F
(150,135,127)
#A3958E
(163,149,142)
#B0A39D
(176,163,157)
#BDB1AC
(189,177,172)
#CABFBB
(202,191,187)
#D7CDCA
(215,205,202)
#E4DBD9
(228,219,217)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5D52 color. Also use rgb(111,93,82) instead hex code.

Text Font Color

.myTextColor { color: #6F5D52; }

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

This text font color is #6F5D52.


Background Color

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

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

This div background color is #6F5D52.


Border color

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

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

This div border color is #6F5D52.


Opacity

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

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

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

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

This text has shadow with #6F5D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D52 on black background.


Color preview on white background

This text has color #6F5D52 on white background.



Black color preview on #6F5D52 background

This text has black color on #6F5D52 background.


White color preview on #6F5D52 background

This text has white color on #6F5D52 background.