COLOR #6C7461

HEX: #6C7461
RGB: (108,116,97)

Color info

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

RGB color model

#6C7461 color RGB value is (108,116,97).

  • red value is 108;
  • green value is 116;
  • blue value is 97.
RGB:
(108,116,97)
(42%,45%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 97 of 255 = 38%

108
116
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 97 = 321 (100%)
R 108 of 321 ~ 33.64%
G 116 of 321 ~ 36.14%
B 97 of 321 ~ 30.22%

%33.64
%36.14
%30.22

CMYK color model

#6C7461 color CMYK value is (7,0,16,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(7,0,16,55)
C7M0Y16K55 
(7%,0%,16%,55%)
(0.07/0.00/0.16/0.55)	

CMYK percentages

%6.9
%0
%16.38
%54.51

Codes

Color #6C7461 in popluar color models

6C7461
RGB10811697
HSL85°8.92%41.76%
HSB/HSV85°16.38%45.49%
CMYK6.90%0.00%16.38%
54.51%

Color #6C7461 in popluar number systems.

HEX6C7461
Decimal10811697
Binary110110011101001100001
Octal154164141

Shades and tints

Shades of #6C7461

#6C7461
(108,116,97)
#636A59
(99,106,89)
#5A6051
(90,96,81)
#515649
(81,86,73)
#484C41
(72,76,65)
#3F4239
(63,66,57)
#363831
(54,56,49)
#2D2E29
(45,46,41)
#242421
(36,36,33)
#1B1A19
(27,26,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C7461

#6C7461
(108,116,97)
#79806F
(121,128,111)
#868C7D
(134,140,125)
#93988B
(147,152,139)
#A0A499
(160,164,153)
#ADB0A7
(173,176,167)
#BABCB5
(186,188,181)
#C7C8C3
(199,200,195)
#D4D4D1
(212,212,209)
#E1E0DF
(225,224,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7461; }

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

This text font color is #6C7461.


Background Color

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

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

This div background color is #6C7461.


Border color

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

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

This div border color is #6C7461.


Opacity

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

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

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

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

This text has shadow with #6C7461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7461 on black background.


Color preview on white background

This text has color #6C7461 on white background.



Black color preview on #6C7461 background

This text has black color on #6C7461 background.


White color preview on #6C7461 background

This text has white color on #6C7461 background.