COLOR #6C8181

HEX: #6C8181
RGB: (108,129,129)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
129
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 129 = 366 (100%)
R 108 of 366 ~ 29.51%
G 129 of 366 ~ 35.25%
B 129 of 366 ~ 35.25%

%29.51
%35.25
%35.25

CMYK color model

#6C8181 color CMYK value is (16,0,0,49).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,0,0,49)
C16M0Y0K49 
(16%,0%,0%,49%)
(0.16/0.00/0.00/0.49)	

CMYK percentages

%16.28
%0
%0
%49.41

Codes

Color #6C8181 in popluar color models

6C8181
RGB108129129
HSL180°8.86%46.47%
HSB/HSV180°16.28%50.59%
CMYK16.28%0.00%0.00%
49.41%

Color #6C8181 in popluar number systems.

HEX6C8181
Decimal108129129
Binary11011001000000110000001
Octal154201201

Shades and tints

Shades of #6C8181

#6C8181
(108,129,129)
#637676
(99,118,118)
#5A6B6B
(90,107,107)
#516060
(81,96,96)
#485555
(72,85,85)
#3F4A4A
(63,74,74)
#363F3F
(54,63,63)
#2D3434
(45,52,52)
#242929
(36,41,41)
#1B1E1E
(27,30,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #6C8181

#6C8181
(108,129,129)
#798C8C
(121,140,140)
#869797
(134,151,151)
#93A2A2
(147,162,162)
#A0ADAD
(160,173,173)
#ADB8B8
(173,184,184)
#BAC3C3
(186,195,195)
#C7CECE
(199,206,206)
#D4D9D9
(212,217,217)
#E1E4E4
(225,228,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8181; }

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

This text font color is #6C8181.


Background Color

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

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

This div background color is #6C8181.


Border color

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

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

This div border color is #6C8181.


Opacity

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

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

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

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

This text has shadow with #6C8181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8181 on black background.


Color preview on white background

This text has color #6C8181 on white background.



Black color preview on #6C8181 background

This text has black color on #6C8181 background.


White color preview on #6C8181 background

This text has white color on #6C8181 background.