COLOR #6C472A

HEX: #6C472A
RGB: (108,71,42)

Color info

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

RGB color model

#6C472A color RGB value is (108,71,42).

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

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 42 of 255 = 16%

108
71
42

R + G + B ~ 29%. #6C472A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 42 = 221 (100%)
R 108 of 221 ~ 48.87%
G 71 of 221 ~ 32.13%
B 42 of 221 ~ 19%

%48.87
%32.13
%19

CMYK color model

#6C472A color CMYK value is (0,34,61,58).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 61.11%
  • key color value is 57.65%
CMYK:
(0,34,61,58)
C0M34Y61K58 
(0%,34%,61%,58%)
(0.00/0.34/0.61/0.58)	

CMYK percentages

%0
%34.26
%61.11
%57.65

Codes

Color #6C472A in popluar color models

6C472A
RGB1087142
HSL26°44.00%29.41%
HSB/HSV26°61.11%42.35%
CMYK0.00%34.26%61.11%
57.65%

Color #6C472A in popluar number systems.

HEX6C472A
Decimal1087142
Binary11011001000111101010
Octal15410752

Shades and tints

Shades of #6C472A

#6C472A
(108,71,42)
#634127
(99,65,39)
#5A3B24
(90,59,36)
#513521
(81,53,33)
#482F1E
(72,47,30)
#3F291B
(63,41,27)
#362318
(54,35,24)
#2D1D15
(45,29,21)
#241712
(36,23,18)
#1B110F
(27,17,15)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #6C472A

#6C472A
(108,71,42)
#79573D
(121,87,61)
#866750
(134,103,80)
#937763
(147,119,99)
#A08776
(160,135,118)
#AD9789
(173,151,137)
#BAA79C
(186,167,156)
#C7B7AF
(199,183,175)
#D4C7C2
(212,199,194)
#E1D7D5
(225,215,213)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C472A; }

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

This text font color is #6C472A.


Background Color

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

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

This div background color is #6C472A.


Border color

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

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

This div border color is #6C472A.


Opacity

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

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

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

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

This text has shadow with #6C472A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C472A on black background.


Color preview on white background

This text has color #6C472A on white background.



Black color preview on #6C472A background

This text has black color on #6C472A background.


White color preview on #6C472A background

This text has white color on #6C472A background.