COLOR #6F6A5B

HEX: #6F6A5B
RGB: (111,106,91)

Color info

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

RGB color model

#6F6A5B color RGB value is (111,106,91).

  • red value is 111;
  • green value is 106;
  • blue value is 91.
RGB:
(111,106,91)
(44%,42%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 91 of 255 = 36%

111
106
91

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 91 = 308 (100%)
R 111 of 308 ~ 36.04%
G 106 of 308 ~ 34.42%
B 91 of 308 ~ 29.55%

%36.04
%34.42
%29.55

CMYK color model

#6F6A5B color CMYK value is (0,5,18,56).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 18.02%
  • key color value is 56.47%
CMYK:
(0,5,18,56)
C0M5Y18K56 
(0%,5%,18%,56%)
(0.00/0.05/0.18/0.56)	

CMYK percentages

%0
%4.5
%18.02
%56.47

Codes

Color #6F6A5B in popluar color models

6F6A5B
RGB11110691
HSL45°9.90%39.61%
HSB/HSV45°18.02%43.53%
CMYK0.00%4.50%18.02%
56.47%

Color #6F6A5B in popluar number systems.

HEX6F6A5B
Decimal11110691
Binary110111111010101011011
Octal157152133

Shades and tints

Shades of #6F6A5B

#6F6A5B
(111,106,91)
#656153
(101,97,83)
#5B584B
(91,88,75)
#514F43
(81,79,67)
#47463B
(71,70,59)
#3D3D33
(61,61,51)
#33342B
(51,52,43)
#292B23
(41,43,35)
#1F221B
(31,34,27)
#151913
(21,25,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F6A5B

#6F6A5B
(111,106,91)
#7C7769
(124,119,105)
#898477
(137,132,119)
#969185
(150,145,133)
#A39E93
(163,158,147)
#B0ABA1
(176,171,161)
#BDB8AF
(189,184,175)
#CAC5BD
(202,197,189)
#D7D2CB
(215,210,203)
#E4DFD9
(228,223,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6A5B color. Also use rgb(111,106,91) instead hex code.

Text Font Color

.myTextColor { color: #6F6A5B; }

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

This text font color is #6F6A5B.


Background Color

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

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

This div background color is #6F6A5B.


Border color

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

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

This div border color is #6F6A5B.


Opacity

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

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

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

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

This text has shadow with #6F6A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A5B on black background.


Color preview on white background

This text has color #6F6A5B on white background.



Black color preview on #6F6A5B background

This text has black color on #6F6A5B background.


White color preview on #6F6A5B background

This text has white color on #6F6A5B background.