COLOR #6C474C

HEX: #6C474C
RGB: (108,71,76)

Color info

#6C474C contains red, green and blue colors in about the same proportion. Web safe color of #6C474C is #663333 (or #633).

RGB color model

#6C474C color RGB value is (108,71,76).

  • red value is 108;
  • green value is 71;
  • blue value is 76.
RGB:
(108,71,76)
(42%,28%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 76 of 255 = 30%

108
71
76

R + G + B ~ 33%. #6C474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 76 = 255 (100%)
R 108 of 255 ~ 42.35%
G 71 of 255 ~ 27.84%
B 76 of 255 ~ 29.8%

%42.35
%27.84
%29.8

CMYK color model

#6C474C color CMYK value is (0,34,30,58).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(0,34,30,58)
C0M34Y30K58 
(0%,34%,30%,58%)
(0.00/0.34/0.30/0.58)	

CMYK percentages

%0
%34.26
%29.63
%57.65

Codes

Color #6C474C in popluar color models

6C474C
RGB1087176
HSL352°20.67%35.10%
HSB/HSV352°34.26%42.35%
CMYK0.00%34.26%29.63%
57.65%

Color #6C474C in popluar number systems.

HEX6C474C
Decimal1087176
Binary110110010001111001100
Octal154107114

Shades and tints

Shades of #6C474C

#6C474C
(108,71,76)
#634146
(99,65,70)
#5A3B40
(90,59,64)
#51353A
(81,53,58)
#482F34
(72,47,52)
#3F292E
(63,41,46)
#362328
(54,35,40)
#2D1D22
(45,29,34)
#24171C
(36,23,28)
#1B1116
(27,17,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C474C

#6C474C
(108,71,76)
#79575C
(121,87,92)
#86676C
(134,103,108)
#93777C
(147,119,124)
#A0878C
(160,135,140)
#AD979C
(173,151,156)
#BAA7AC
(186,167,172)
#C7B7BC
(199,183,188)
#D4C7CC
(212,199,204)
#E1D7DC
(225,215,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C474C; }

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

This text font color is #6C474C.


Background Color

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

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

This div background color is #6C474C.


Border color

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

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

This div border color is #6C474C.


Opacity

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

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

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

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

This text has shadow with #6C474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C474C on black background.


Color preview on white background

This text has color #6C474C on white background.



Black color preview on #6C474C background

This text has black color on #6C474C background.


White color preview on #6C474C background

This text has white color on #6C474C background.