COLOR #6C472D

HEX: #6C472D
RGB: (108,71,45)

Color info

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

RGB color model

#6C472D color RGB value is (108,71,45).

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

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 45 of 255 = 18%

108
71
45

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

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 45 = 224 (100%)
R 108 of 224 ~ 48.21%
G 71 of 224 ~ 31.7%
B 45 of 224 ~ 20.09%

%48.21
%31.7
%20.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 58.33%
  • key color value is 57.65%
CMYK:
(0,34,58,58)
C0M34Y58K58 
(0%,34%,58%,58%)
(0.00/0.34/0.58/0.58)	

CMYK percentages

%0
%34.26
%58.33
%57.65

Codes

Color #6C472D in popluar color models

6C472D
RGB1087145
HSL25°41.18%30.00%
HSB/HSV25°58.33%42.35%
CMYK0.00%34.26%58.33%
57.65%

Color #6C472D in popluar number systems.

HEX6C472D
Decimal1087145
Binary11011001000111101101
Octal15410755

Shades and tints

Shades of #6C472D

#6C472D
(108,71,45)
#634129
(99,65,41)
#5A3B25
(90,59,37)
#513521
(81,53,33)
#482F1D
(72,47,29)
#3F2919
(63,41,25)
#362315
(54,35,21)
#2D1D11
(45,29,17)
#24170D
(36,23,13)
#1B1109
(27,17,9)
#120B05
(18,11,5)
#000000
(0,0,0)

Tints of #6C472D

#6C472D
(108,71,45)
#795740
(121,87,64)
#866753
(134,103,83)
#937766
(147,119,102)
#A08779
(160,135,121)
#AD978C
(173,151,140)
#BAA79F
(186,167,159)
#C7B7B2
(199,183,178)
#D4C7C5
(212,199,197)
#E1D7D8
(225,215,216)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C472D; }

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

This text font color is #6C472D.


Background Color

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

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

This div background color is #6C472D.


Border color

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

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

This div border color is #6C472D.


Opacity

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

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

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

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

This text has shadow with #6C472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C472D on black background.


Color preview on white background

This text has color #6C472D on white background.



Black color preview on #6C472D background

This text has black color on #6C472D background.


White color preview on #6C472D background

This text has white color on #6C472D background.