COLOR #6C332F

HEX: #6C332F
RGB: (108,51,47)

Color info

#6C332F contains mainly red and green colors. Web safe color of #6C332F is #663333 (or #633).

RGB color model

#6C332F color RGB value is (108,51,47).

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

RGB channels and saturation

R 108 of 255 = 42%
G 51 of 255 = 20%
B 47 of 255 = 18%

108
51
47

R + G + B ~ 27%. #6C332F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 51 + 47 = 206 (100%)
R 108 of 206 ~ 52.43%
G 51 of 206 ~ 24.76%
B 47 of 206 ~ 22.82%

%52.43
%24.76
%22.82

CMYK color model

#6C332F color CMYK value is (0,53,56,58).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 56.48%
  • key color value is 57.65%
CMYK:
(0,53,56,58)
C0M53Y56K58 
(0%,53%,56%,58%)
(0.00/0.53/0.56/0.58)	

CMYK percentages

%0
%52.78
%56.48
%57.65

Codes

Color #6C332F in popluar color models

6C332F
RGB1085147
HSL39.35%30.39%
HSB/HSV56.48%42.35%
CMYK0.00%52.78%56.48%
57.65%

Color #6C332F in popluar number systems.

HEX6C332F
Decimal1085147
Binary1101100110011101111
Octal1546357

Shades and tints

Shades of #6C332F

#6C332F
(108,51,47)
#632F2B
(99,47,43)
#5A2B27
(90,43,39)
#512723
(81,39,35)
#48231F
(72,35,31)
#3F1F1B
(63,31,27)
#361B17
(54,27,23)
#2D1713
(45,23,19)
#24130F
(36,19,15)
#1B0F0B
(27,15,11)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #6C332F

#6C332F
(108,51,47)
#794541
(121,69,65)
#865753
(134,87,83)
#936965
(147,105,101)
#A07B77
(160,123,119)
#AD8D89
(173,141,137)
#BA9F9B
(186,159,155)
#C7B1AD
(199,177,173)
#D4C3BF
(212,195,191)
#E1D5D1
(225,213,209)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C332F; }

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

This text font color is #6C332F.


Background Color

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

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

This div background color is #6C332F.


Border color

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

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

This div border color is #6C332F.


Opacity

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

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

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

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

This text has shadow with #6C332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C332F on black background.


Color preview on white background

This text has color #6C332F on white background.



Black color preview on #6C332F background

This text has black color on #6C332F background.


White color preview on #6C332F background

This text has white color on #6C332F background.