COLOR #6B8073

HEX: #6B8073
RGB: (107,128,115)

Color info

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

RGB color model

#6B8073 color RGB value is (107,128,115).

  • red value is 107;
  • green value is 128;
  • blue value is 115.
RGB:
(107,128,115)
(42%,50%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 115 of 255 = 45%

107
128
115

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

Portions of RGB colors in percentages

R + G + B =
107 + 128 + 115 = 350 (100%)
R 107 of 350 ~ 30.57%
G 128 of 350 ~ 36.57%
B 115 of 350 ~ 32.86%

%30.57
%36.57
%32.86

CMYK color model

#6B8073 color CMYK value is (16,0,10,50).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 49.80%
CMYK:
(16,0,10,50)
C16M0Y10K50 
(16%,0%,10%,50%)
(0.16/0.00/0.10/0.50)	

CMYK percentages

%16.41
%0
%10.16
%49.8

Codes

Color #6B8073 in popluar color models

6B8073
RGB107128115
HSL143°8.94%46.08%
HSB/HSV143°16.41%50.20%
CMYK16.41%0.00%10.16%
49.80%

Color #6B8073 in popluar number systems.

HEX6B8073
Decimal107128115
Binary1101011100000001110011
Octal153200163

Shades and tints

Shades of #6B8073

#6B8073
(107,128,115)
#627569
(98,117,105)
#596A5F
(89,106,95)
#505F55
(80,95,85)
#47544B
(71,84,75)
#3E4941
(62,73,65)
#353E37
(53,62,55)
#2C332D
(44,51,45)
#232823
(35,40,35)
#1A1D19
(26,29,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B8073

#6B8073
(107,128,115)
#788B7F
(120,139,127)
#85968B
(133,150,139)
#92A197
(146,161,151)
#9FACA3
(159,172,163)
#ACB7AF
(172,183,175)
#B9C2BB
(185,194,187)
#C6CDC7
(198,205,199)
#D3D8D3
(211,216,211)
#E0E3DF
(224,227,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8073 color. Also use rgb(107,128,115) instead hex code.

Text Font Color

.myTextColor { color: #6B8073; }

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

This text font color is #6B8073.


Background Color

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

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

This div background color is #6B8073.


Border color

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

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

This div border color is #6B8073.


Opacity

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

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

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

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

This text has shadow with #6B8073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8073 on black background.


Color preview on white background

This text has color #6B8073 on white background.



Black color preview on #6B8073 background

This text has black color on #6B8073 background.


White color preview on #6B8073 background

This text has white color on #6B8073 background.