COLOR #6C382F

HEX: #6C382F RGB: (108,56,47)

Color info

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

RGB color model

#6C382F color RGB value is (108,56,47).

RGB: (108,56,47) (42%, 22%, 18%)

RGB channels and saturation

R 108 of 255 = 42%
G 56 of 255 = 22%
B 47 of 255 = 18%

108
56
47

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

Portions of RGB colors in percentages

R + G + B = 108 + 56 + 47 = 211 (100%)
R 108 of 211 ~ 51.18%
G 56 of 211 ~ 26.54%
B 47 of 211 ~ 22.27'%

%51.18
%26.54
%22.27

CMYK color model

#6C382F color CMYK value is (0,48,56,58).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 56.48%
  • key color value is 57.65%

CMYK: (0,48,56,58)
C0M48Y56K58 (0%, 48%, 56%, 58%)
(0.00 / 0.48 / 0.56 / 0.58)

CMYK percentages

%0
%48.15
%56.48
%57.65

Codes

Color #6C382F in popluar color models

6C 38 2F
RGB 108 56 47
HSL 39.35% 30.39%
HSB/HSV 56.48% 42.35%
CMYK 0.00% 48.15% 56.48%
57.65%

Color #6C382F in popluar number systems.

HEX 6C 38 2F
Decimal 108 56 47
Binary 1101100 111000 101111
Octal 154 70 57

Shades and tints

Shades of #6C382F

#6C382F
(108,56,47)
#63332B
(99,51,43)
#5A2E27
(90,46,39)
#512923
(81,41,35)
#48241F
(72,36,31)
#3F1F1B
(63,31,27)
#361A17
(54,26,23)
#2D1513
(45,21,19)
#24100F
(36,16,15)
#1B0B0B
(27,11,11)
#120607
(18,6,7)
#000000
(0,0,0)

Tints of #6C382F

#6C382F
(108,56,47)
#794A41
(121,74,65)
#865C53
(134,92,83)
#936E65
(147,110,101)
#A08077
(160,128,119)
#AD9289
(173,146,137)
#BAA49B
(186,164,155)
#C7B6AD
(199,182,173)
#D4C8BF
(212,200,191)
#E1DAD1
(225,218,209)
#EEECE3
(238,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C382F; }

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

This text font color is #6C382F.

Background Color

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

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

This div background color is #6C382F.

Border color

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

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

This div border color is #6C382F.

Opacity

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

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

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

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

This text has shadow with #6C382F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C382F.

Preview

Color preview on black background

This text has color #6C382F on black background.


Color preview on white background

This text has color #6C382F on white background.


Black color preview on #6C382F background

This text has black color on #6C382F background.


White color preview on #6C382F background

This text has white color on #6C382F background.


Related colors

Complementary color

Complementary color for #hex is #93C7D0.


I love getcolorcode.com

Triadic colors

1 #2F6C38 and #382F6C with #6C382F are triadic colors.

2 #2F386C and #386C2F with #6C382F are triadic colors.