COLOR #6C8182

HEX: #6C8182
RGB: (108,129,130)

Color info

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

RGB color model

#6C8182 color RGB value is (108,129,130).

  • red value is 108;
  • green value is 129;
  • blue value is 130.
RGB:
(108,129,130)
(42%,51%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 130 of 255 = 51%

108
129
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 130 = 367 (100%)
R 108 of 367 ~ 29.43%
G 129 of 367 ~ 35.15%
B 130 of 367 ~ 35.42%

%29.43
%35.15
%35.42

CMYK color model

#6C8182 color CMYK value is (17,1,0,49).

  • cyan value is 16.92%
  • magenta value is 0.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,1,0,49)
C17M1Y0K49 
(17%,1%,0%,49%)
(0.17/0.01/0.00/0.49)	

CMYK percentages

%16.92
%0.77
%0
%49.02

Codes

Color #6C8182 in popluar color models

6C8182
RGB108129130
HSL183°9.24%46.67%
HSB/HSV183°16.92%50.98%
CMYK16.92%0.77%0.00%
49.02%

Color #6C8182 in popluar number systems.

HEX6C8182
Decimal108129130
Binary11011001000000110000010
Octal154201202

Shades and tints

Shades of #6C8182

#6C8182
(108,129,130)
#637677
(99,118,119)
#5A6B6C
(90,107,108)
#516061
(81,96,97)
#485556
(72,85,86)
#3F4A4B
(63,74,75)
#363F40
(54,63,64)
#2D3435
(45,52,53)
#24292A
(36,41,42)
#1B1E1F
(27,30,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6C8182

#6C8182
(108,129,130)
#798C8D
(121,140,141)
#869798
(134,151,152)
#93A2A3
(147,162,163)
#A0ADAE
(160,173,174)
#ADB8B9
(173,184,185)
#BAC3C4
(186,195,196)
#C7CECF
(199,206,207)
#D4D9DA
(212,217,218)
#E1E4E5
(225,228,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8182 color. Also use rgb(108,129,130) instead hex code.

Text Font Color

.myTextColor { color: #6C8182; }

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

This text font color is #6C8182.


Background Color

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

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

This div background color is #6C8182.


Border color

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

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

This div border color is #6C8182.


Opacity

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

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

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

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

This text has shadow with #6C8182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8182 on black background.


Color preview on white background

This text has color #6C8182 on white background.



Black color preview on #6C8182 background

This text has black color on #6C8182 background.


White color preview on #6C8182 background

This text has white color on #6C8182 background.