COLOR #6F846B

HEX: #6F846B RGB: (111,132,107)

Color info

#6F846B contains red, green and blue colors in about the same proportion. Web safe color of #6F846B is #669966 (or #696).

RGB color model

#6F846B color RGB value is (111,132,107).

RGB: (111,132,107) (44%, 52%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 107 of 255 = 42%

111
132
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 132 + 107 = 350 (100%)
R 111 of 350 ~ 31.71%
G 132 of 350 ~ 37.71%
B 107 of 350 ~ 30.57'%

%31.71
%37.71
%30.57

CMYK color model

#6F846B color CMYK value is (16,0,19,48).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 48.24%

CMYK: (16,0,19,48)
C16M0Y19K48 (16%, 0%, 19%, 48%)
(0.16 / 0.00 / 0.19 / 0.48)

CMYK percentages

%15.91
%0
%18.94
%48.24

Codes

Color #6F846B in popluar color models

6F 84 6B
RGB 111 132 107
HSL 110° 10.46% 46.86%
HSB/HSV 110° 18.94% 51.76%
CMYK 15.91% 0.00% 18.94%
48.24%

Color #6F846B in popluar number systems.

HEX 6F 84 6B
Decimal 111 132 107
Binary 1101111 10000100 1101011
Octal 157 204 153

Shades and tints

Shades of #6F846B

#6F846B
(111,132,107)
#657862
(101,120,98)
#5B6C59
(91,108,89)
#516050
(81,96,80)
#475447
(71,84,71)
#3D483E
(61,72,62)
#333C35
(51,60,53)
#29302C
(41,48,44)
#1F2423
(31,36,35)
#15181A
(21,24,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #6F846B

#6F846B
(111,132,107)
#7C8F78
(124,143,120)
#899A85
(137,154,133)
#96A592
(150,165,146)
#A3B09F
(163,176,159)
#B0BBAC
(176,187,172)
#BDC6B9
(189,198,185)
#CAD1C6
(202,209,198)
#D7DCD3
(215,220,211)
#E4E7E0
(228,231,224)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F846B; }

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

This text font color is #6F846B.

Background Color

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

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

This div background color is #6F846B.

Border color

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

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

This div border color is #6F846B.

Opacity

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

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

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

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

This text has shadow with #6F846B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F846B.

Preview

Color preview on black background

This text has color #6F846B on black background.


Color preview on white background

This text has color #6F846B on white background.


Black color preview on #6F846B background

This text has black color on #6F846B background.


White color preview on #6F846B background

This text has white color on #6F846B background.


Related colors

Complementary color

Complementary color for #hex is #907B94.


I love getcolorcode.com

Triadic colors

1 #6B6F84 and #846B6F with #6F846B are triadic colors.

2 #6B846F and #846F6B with #6F846B are triadic colors.