COLOR #6F8385

HEX: #6F8385
RGB: (111,131,133)

Color info

#6F8385 contains red, green and blue colors in about the same proportion. Web safe color of #6F8385 is #669999 (or #699).

RGB color model

#6F8385 color RGB value is (111,131,133).

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

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 133 of 255 = 52%

111
131
133

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 133 = 375 (100%)
R 111 of 375 ~ 29.6%
G 131 of 375 ~ 34.93%
B 133 of 375 ~ 35.47%

%29.6
%34.93
%35.47

CMYK color model

#6F8385 color CMYK value is (17,2,0,48).

  • cyan value is 16.54%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(17,2,0,48)
C17M2Y0K48 
(17%,2%,0%,48%)
(0.17/0.02/0.00/0.48)	

CMYK percentages

%16.54
%1.5
%0
%47.84

Codes

Color #6F8385 in popluar color models

6F8385
RGB111131133
HSL185°9.02%47.84%
HSB/HSV185°16.54%52.16%
CMYK16.54%1.50%0.00%
47.84%

Color #6F8385 in popluar number systems.

HEX6F8385
Decimal111131133
Binary11011111000001110000101
Octal157203205

Shades and tints

Shades of #6F8385

#6F8385
(111,131,133)
#657879
(101,120,121)
#5B6D6D
(91,109,109)
#516261
(81,98,97)
#475755
(71,87,85)
#3D4C49
(61,76,73)
#33413D
(51,65,61)
#293631
(41,54,49)
#1F2B25
(31,43,37)
#152019
(21,32,25)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #6F8385

#6F8385
(111,131,133)
#7C8E90
(124,142,144)
#89999B
(137,153,155)
#96A4A6
(150,164,166)
#A3AFB1
(163,175,177)
#B0BABC
(176,186,188)
#BDC5C7
(189,197,199)
#CAD0D2
(202,208,210)
#D7DBDD
(215,219,221)
#E4E6E8
(228,230,232)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8385; }

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

This text font color is #6F8385.


Background Color

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

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

This div background color is #6F8385.


Border color

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

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

This div border color is #6F8385.


Opacity

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

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

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

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

This text has shadow with #6F8385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8385 on black background.


Color preview on white background

This text has color #6F8385 on white background.



Black color preview on #6F8385 background

This text has black color on #6F8385 background.


White color preview on #6F8385 background

This text has white color on #6F8385 background.