COLOR #6F6D52

HEX: #6F6D52
RGB: (111,109,82)

Color info

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

RGB color model

#6F6D52 color RGB value is (111,109,82).

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

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 82 of 255 = 32%

111
109
82

R + G + B ~ 40%. #6F6D52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 82 = 302 (100%)
R 111 of 302 ~ 36.75%
G 109 of 302 ~ 36.09%
B 82 of 302 ~ 27.15%

%36.75
%36.09
%27.15

CMYK color model

#6F6D52 color CMYK value is (0,2,26,56).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,2,26,56)
C0M2Y26K56 
(0%,2%,26%,56%)
(0.00/0.02/0.26/0.56)	

CMYK percentages

%0
%1.8
%26.13
%56.47

Codes

Color #6F6D52 in popluar color models

6F6D52
RGB11110982
HSL56°15.03%37.84%
HSB/HSV56°26.13%43.53%
CMYK0.00%1.80%26.13%
56.47%

Color #6F6D52 in popluar number systems.

HEX6F6D52
Decimal11110982
Binary110111111011011010010
Octal157155122

Shades and tints

Shades of #6F6D52

#6F6D52
(111,109,82)
#65644B
(101,100,75)
#5B5B44
(91,91,68)
#51523D
(81,82,61)
#474936
(71,73,54)
#3D402F
(61,64,47)
#333728
(51,55,40)
#292E21
(41,46,33)
#1F251A
(31,37,26)
#151C13
(21,28,19)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #6F6D52

#6F6D52
(111,109,82)
#7C7A61
(124,122,97)
#898770
(137,135,112)
#96947F
(150,148,127)
#A3A18E
(163,161,142)
#B0AE9D
(176,174,157)
#BDBBAC
(189,187,172)
#CAC8BB
(202,200,187)
#D7D5CA
(215,213,202)
#E4E2D9
(228,226,217)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D52; }

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

This text font color is #6F6D52.


Background Color

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

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

This div background color is #6F6D52.


Border color

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

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

This div border color is #6F6D52.


Opacity

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

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

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

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

This text has shadow with #6F6D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6D52 on black background.


Color preview on white background

This text has color #6F6D52 on white background.



Black color preview on #6F6D52 background

This text has black color on #6F6D52 background.


White color preview on #6F6D52 background

This text has white color on #6F6D52 background.