COLOR #6F857A

HEX: #6F857A
RGB: (111,133,122)

Color info

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

RGB color model

#6F857A color RGB value is (111,133,122).

  • red value is 111;
  • green value is 133;
  • blue value is 122.
RGB:
(111,133,122)
(44%,52%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 122 of 255 = 48%

111
133
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 122 = 366 (100%)
R 111 of 366 ~ 30.33%
G 133 of 366 ~ 36.34%
B 122 of 366 ~ 33.33%

%30.33
%36.34
%33.33

CMYK color model

#6F857A color CMYK value is (17,0,8,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(17,0,8,48)
C17M0Y8K48 
(17%,0%,8%,48%)
(0.17/0.00/0.08/0.48)	

CMYK percentages

%16.54
%0
%8.27
%47.84

Codes

Color #6F857A in popluar color models

6F857A
RGB111133122
HSL150°9.02%47.84%
HSB/HSV150°16.54%52.16%
CMYK16.54%0.00%8.27%
47.84%

Color #6F857A in popluar number systems.

HEX6F857A
Decimal111133122
Binary1101111100001011111010
Octal157205172

Shades and tints

Shades of #6F857A

#6F857A
(111,133,122)
#65796F
(101,121,111)
#5B6D64
(91,109,100)
#516159
(81,97,89)
#47554E
(71,85,78)
#3D4943
(61,73,67)
#333D38
(51,61,56)
#29312D
(41,49,45)
#1F2522
(31,37,34)
#151917
(21,25,23)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F857A

#6F857A
(111,133,122)
#7C9086
(124,144,134)
#899B92
(137,155,146)
#96A69E
(150,166,158)
#A3B1AA
(163,177,170)
#B0BCB6
(176,188,182)
#BDC7C2
(189,199,194)
#CAD2CE
(202,210,206)
#D7DDDA
(215,221,218)
#E4E8E6
(228,232,230)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F857A color. Also use rgb(111,133,122) instead hex code.

Text Font Color

.myTextColor { color: #6F857A; }

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

This text font color is #6F857A.


Background Color

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

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

This div background color is #6F857A.


Border color

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

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

This div border color is #6F857A.


Opacity

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

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

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

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

This text has shadow with #6F857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F857A on black background.


Color preview on white background

This text has color #6F857A on white background.



Black color preview on #6F857A background

This text has black color on #6F857A background.


White color preview on #6F857A background

This text has white color on #6F857A background.