COLOR #6C4A4A

HEX: #6C4A4A
RGB: (108,74,74)

Color info

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

RGB color model

#6C4A4A color RGB value is (108,74,74).

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

RGB channels and saturation

R 108 of 255 = 42%
G 74 of 255 = 29%
B 74 of 255 = 29%

108
74
74

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

Portions of RGB colors in percentages

R + G + B =
108 + 74 + 74 = 256 (100%)
R 108 of 256 ~ 42.19%
G 74 of 256 ~ 28.91%
B 74 of 256 ~ 28.91%

%42.19
%28.91
%28.91

CMYK color model

#6C4A4A color CMYK value is (0,31,31,58).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK:
(0,31,31,58)
C0M31Y31K58 
(0%,31%,31%,58%)
(0.00/0.31/0.31/0.58)	

CMYK percentages

%0
%31.48
%31.48
%57.65

Codes

Color #6C4A4A in popluar color models

6C4A4A
RGB1087474
HSL18.68%35.69%
HSB/HSV31.48%42.35%
CMYK0.00%31.48%31.48%
57.65%

Color #6C4A4A in popluar number systems.

HEX6C4A4A
Decimal1087474
Binary110110010010101001010
Octal154112112

Shades and tints

Shades of #6C4A4A

#6C4A4A
(108,74,74)
#634444
(99,68,68)
#5A3E3E
(90,62,62)
#513838
(81,56,56)
#483232
(72,50,50)
#3F2C2C
(63,44,44)
#362626
(54,38,38)
#2D2020
(45,32,32)
#241A1A
(36,26,26)
#1B1414
(27,20,20)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C4A4A

#6C4A4A
(108,74,74)
#795A5A
(121,90,90)
#866A6A
(134,106,106)
#937A7A
(147,122,122)
#A08A8A
(160,138,138)
#AD9A9A
(173,154,154)
#BAAAAA
(186,170,170)
#C7BABA
(199,186,186)
#D4CACA
(212,202,202)
#E1DADA
(225,218,218)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4A4A; }

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

This text font color is #6C4A4A.


Background Color

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

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

This div background color is #6C4A4A.


Border color

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

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

This div border color is #6C4A4A.


Opacity

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

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

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

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

This text has shadow with #6C4A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4A4A on black background.


Color preview on white background

This text has color #6C4A4A on white background.



Black color preview on #6C4A4A background

This text has black color on #6C4A4A background.


White color preview on #6C4A4A background

This text has white color on #6C4A4A background.