COLOR #6F6B52

HEX: #6F6B52
RGB: (111,107,82)

Color info

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

RGB color model

#6F6B52 color RGB value is (111,107,82).

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

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 82 of 255 = 32%

111
107
82

R + G + B ~ 39%. #6F6B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 107 + 82 = 300 (100%)
R 111 of 300 ~ 37%
G 107 of 300 ~ 35.67%
B 82 of 300 ~ 27.33%

%37
%35.67
%27.33

CMYK color model

#6F6B52 color CMYK value is (0,4,26,56).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,4,26,56)
C0M4Y26K56 
(0%,4%,26%,56%)
(0.00/0.04/0.26/0.56)	

CMYK percentages

%0
%3.6
%26.13
%56.47

Codes

Color #6F6B52 in popluar color models

6F6B52
RGB11110782
HSL52°15.03%37.84%
HSB/HSV52°26.13%43.53%
CMYK0.00%3.60%26.13%
56.47%

Color #6F6B52 in popluar number systems.

HEX6F6B52
Decimal11110782
Binary110111111010111010010
Octal157153122

Shades and tints

Shades of #6F6B52

#6F6B52
(111,107,82)
#65624B
(101,98,75)
#5B5944
(91,89,68)
#51503D
(81,80,61)
#474736
(71,71,54)
#3D3E2F
(61,62,47)
#333528
(51,53,40)
#292C21
(41,44,33)
#1F231A
(31,35,26)
#151A13
(21,26,19)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #6F6B52

#6F6B52
(111,107,82)
#7C7861
(124,120,97)
#898570
(137,133,112)
#96927F
(150,146,127)
#A39F8E
(163,159,142)
#B0AC9D
(176,172,157)
#BDB9AC
(189,185,172)
#CAC6BB
(202,198,187)
#D7D3CA
(215,211,202)
#E4E0D9
(228,224,217)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6B52; }

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

This text font color is #6F6B52.


Background Color

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

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

This div background color is #6F6B52.


Border color

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

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

This div border color is #6F6B52.


Opacity

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

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

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

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

This text has shadow with #6F6B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6B52 on black background.


Color preview on white background

This text has color #6F6B52 on white background.



Black color preview on #6F6B52 background

This text has black color on #6F6B52 background.


White color preview on #6F6B52 background

This text has white color on #6F6B52 background.