COLOR #6F8078

HEX: #6F8078
RGB: (111,128,120)

Color info

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

RGB color model

#6F8078 color RGB value is (111,128,120).

  • red value is 111;
  • green value is 128;
  • blue value is 120.
RGB:
(111,128,120)
(44%,50%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 120 of 255 = 47%

111
128
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 120 = 359 (100%)
R 111 of 359 ~ 30.92%
G 128 of 359 ~ 35.65%
B 120 of 359 ~ 33.43%

%30.92
%35.65
%33.43

CMYK color model

#6F8078 color CMYK value is (13,0,6,50).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 49.80%
CMYK:
(13,0,6,50)
C13M0Y6K50 
(13%,0%,6%,50%)
(0.13/0.00/0.06/0.50)	

CMYK percentages

%13.28
%0
%6.25
%49.8

Codes

Color #6F8078 in popluar color models

6F8078
RGB111128120
HSL152°7.11%46.86%
HSB/HSV152°13.28%50.20%
CMYK13.28%0.00%6.25%
49.80%

Color #6F8078 in popluar number systems.

HEX6F8078
Decimal111128120
Binary1101111100000001111000
Octal157200170

Shades and tints

Shades of #6F8078

#6F8078
(111,128,120)
#65756E
(101,117,110)
#5B6A64
(91,106,100)
#515F5A
(81,95,90)
#475450
(71,84,80)
#3D4946
(61,73,70)
#333E3C
(51,62,60)
#293332
(41,51,50)
#1F2828
(31,40,40)
#151D1E
(21,29,30)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6F8078

#6F8078
(111,128,120)
#7C8B84
(124,139,132)
#899690
(137,150,144)
#96A19C
(150,161,156)
#A3ACA8
(163,172,168)
#B0B7B4
(176,183,180)
#BDC2C0
(189,194,192)
#CACDCC
(202,205,204)
#D7D8D8
(215,216,216)
#E4E3E4
(228,227,228)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8078 color. Also use rgb(111,128,120) instead hex code.

Text Font Color

.myTextColor { color: #6F8078; }

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

This text font color is #6F8078.


Background Color

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

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

This div background color is #6F8078.


Border color

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

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

This div border color is #6F8078.


Opacity

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

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

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

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

This text has shadow with #6F8078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8078 on black background.


Color preview on white background

This text has color #6F8078 on white background.



Black color preview on #6F8078 background

This text has black color on #6F8078 background.


White color preview on #6F8078 background

This text has white color on #6F8078 background.