COLOR #6C7163

HEX: #6C7163
RGB: (108,113,99)

Color info

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

RGB color model

#6C7163 color RGB value is (108,113,99).

  • red value is 108;
  • green value is 113;
  • blue value is 99.
RGB:
(108,113,99)
(42%,44%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 99 of 255 = 39%

108
113
99

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 99 = 320 (100%)
R 108 of 320 ~ 33.75%
G 113 of 320 ~ 35.31%
B 99 of 320 ~ 30.94%

%33.75
%35.31
%30.94

CMYK color model

#6C7163 color CMYK value is (4,0,12,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(4,0,12,56)
C4M0Y12K56 
(4%,0%,12%,56%)
(0.04/0.00/0.12/0.56)	

CMYK percentages

%4.42
%0
%12.39
%55.69

Codes

Color #6C7163 in popluar color models

6C7163
RGB10811399
HSL81°6.60%41.57%
HSB/HSV81°12.39%44.31%
CMYK4.42%0.00%12.39%
55.69%

Color #6C7163 in popluar number systems.

HEX6C7163
Decimal10811399
Binary110110011100011100011
Octal154161143

Shades and tints

Shades of #6C7163

#6C7163
(108,113,99)
#63675A
(99,103,90)
#5A5D51
(90,93,81)
#515348
(81,83,72)
#48493F
(72,73,63)
#3F3F36
(63,63,54)
#36352D
(54,53,45)
#2D2B24
(45,43,36)
#24211B
(36,33,27)
#1B1712
(27,23,18)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C7163

#6C7163
(108,113,99)
#797D71
(121,125,113)
#86897F
(134,137,127)
#93958D
(147,149,141)
#A0A19B
(160,161,155)
#ADADA9
(173,173,169)
#BAB9B7
(186,185,183)
#C7C5C5
(199,197,197)
#D4D1D3
(212,209,211)
#E1DDE1
(225,221,225)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7163; }

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

This text font color is #6C7163.


Background Color

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

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

This div background color is #6C7163.


Border color

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

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

This div border color is #6C7163.


Opacity

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

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

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

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

This text has shadow with #6C7163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7163 on black background.


Color preview on white background

This text has color #6C7163 on white background.



Black color preview on #6C7163 background

This text has black color on #6C7163 background.


White color preview on #6C7163 background

This text has white color on #6C7163 background.