COLOR #6B8582

HEX: #6B8582
RGB: (107,133,130)

Color info

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

RGB color model

#6B8582 color RGB value is (107,133,130).

  • red value is 107;
  • green value is 133;
  • blue value is 130.
RGB:
(107,133,130)
(42%,52%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 130 of 255 = 51%

107
133
130

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 130 = 370 (100%)
R 107 of 370 ~ 28.92%
G 133 of 370 ~ 35.95%
B 130 of 370 ~ 35.14%

%28.92
%35.95
%35.14

CMYK color model

#6B8582 color CMYK value is (20,0,2,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(20,0,2,48)
C20M0Y2K48 
(20%,0%,2%,48%)
(0.20/0.00/0.02/0.48)	

CMYK percentages

%19.55
%0
%2.26
%47.84

Codes

Color #6B8582 in popluar color models

6B8582
RGB107133130
HSL173°10.83%47.06%
HSB/HSV173°19.55%52.16%
CMYK19.55%0.00%2.26%
47.84%

Color #6B8582 in popluar number systems.

HEX6B8582
Decimal107133130
Binary11010111000010110000010
Octal153205202

Shades and tints

Shades of #6B8582

#6B8582
(107,133,130)
#627977
(98,121,119)
#596D6C
(89,109,108)
#506161
(80,97,97)
#475556
(71,85,86)
#3E494B
(62,73,75)
#353D40
(53,61,64)
#2C3135
(44,49,53)
#23252A
(35,37,42)
#1A191F
(26,25,31)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B8582

#6B8582
(107,133,130)
#78908D
(120,144,141)
#859B98
(133,155,152)
#92A6A3
(146,166,163)
#9FB1AE
(159,177,174)
#ACBCB9
(172,188,185)
#B9C7C4
(185,199,196)
#C6D2CF
(198,210,207)
#D3DDDA
(211,221,218)
#E0E8E5
(224,232,229)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8582 color. Also use rgb(107,133,130) instead hex code.

Text Font Color

.myTextColor { color: #6B8582; }

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

This text font color is #6B8582.


Background Color

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

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

This div background color is #6B8582.


Border color

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

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

This div border color is #6B8582.


Opacity

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

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

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

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

This text has shadow with #6B8582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8582 on black background.


Color preview on white background

This text has color #6B8582 on white background.



Black color preview on #6B8582 background

This text has black color on #6B8582 background.


White color preview on #6B8582 background

This text has white color on #6B8582 background.