COLOR #6B8C80

HEX: #6B8C80 RGB: (107,140,128)

Color info

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

RGB color model

#6B8C80 color RGB value is (107,140,128).

RGB: (107,140,128) (42%, 55%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 140 of 255 = 55%
B 128 of 255 = 50%

107
140
128

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

Portions of RGB colors in percentages

R + G + B = 107 + 140 + 128 = 375 (100%)
R 107 of 375 ~ 28.53%
G 140 of 375 ~ 37.33%
B 128 of 375 ~ 34.13'%

%28.53
%37.33
%34.13

CMYK color model

#6B8C80 color CMYK value is (24,0,9,45).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 45.10%

CMYK: (24,0,9,45)
C24M0Y9K45 (24%, 0%, 9%, 45%)
(0.24 / 0.00 / 0.09 / 0.45)

CMYK percentages

%23.57
%0
%8.57
%45.1

Codes

Color #6B8C80 in popluar color models

6B 8C 80
RGB 107 140 128
HSL 158° 13.36% 48.43%
HSB/HSV 158° 23.57% 54.90%
CMYK 23.57% 0.00% 8.57%
45.10%

Color #6B8C80 in popluar number systems.

HEX 6B 8C 80
Decimal 107 140 128
Binary 1101011 10001100 10000000
Octal 153 214 200

Shades and tints

Shades of #6B8C80

#6B8C80
(107,140,128)
#628075
(98,128,117)
#59746A
(89,116,106)
#50685F
(80,104,95)
#475C54
(71,92,84)
#3E5049
(62,80,73)
#35443E
(53,68,62)
#2C3833
(44,56,51)
#232C28
(35,44,40)
#1A201D
(26,32,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #6B8C80

#6B8C80
(107,140,128)
#78968B
(120,150,139)
#85A096
(133,160,150)
#92AAA1
(146,170,161)
#9FB4AC
(159,180,172)
#ACBEB7
(172,190,183)
#B9C8C2
(185,200,194)
#C6D2CD
(198,210,205)
#D3DCD8
(211,220,216)
#E0E6E3
(224,230,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8C80; }

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

This text font color is #6B8C80.

Background Color

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

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

This div background color is #6B8C80.

Border color

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

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

This div border color is #6B8C80.

Opacity

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

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

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

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

This text has shadow with #6B8C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8C80.

Preview

Color preview on black background

This text has color #6B8C80 on black background.


Color preview on white background

This text has color #6B8C80 on white background.


Black color preview on #6B8C80 background

This text has black color on #6B8C80 background.


White color preview on #6B8C80 background

This text has white color on #6B8C80 background.


Related colors

Complementary color

Complementary color for #hex is #94737F.


I love getcolorcode.com

Triadic colors

1 #806B8C and #8C806B with #6B8C80 are triadic colors.

2 #808C6B and #8C6B80 with #6B8C80 are triadic colors.