COLOR #6C383D

HEX: #6C383D
RGB: (108,56,61)

Color info

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

RGB color model

#6C383D color RGB value is (108,56,61).

  • red value is 108;
  • green value is 56;
  • blue value is 61.
RGB:
(108,56,61)
(42%,22%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 56 of 255 = 22%
B 61 of 255 = 24%

108
56
61

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

Portions of RGB colors in percentages

R + G + B =
108 + 56 + 61 = 225 (100%)
R 108 of 225 ~ 48%
G 56 of 225 ~ 24.89%
B 61 of 225 ~ 27.11%

%48
%24.89
%27.11

CMYK color model

#6C383D color CMYK value is (0,48,44,58).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 43.52%
  • key color value is 57.65%
CMYK:
(0,48,44,58)
C0M48Y44K58 
(0%,48%,44%,58%)
(0.00/0.48/0.44/0.58)	

CMYK percentages

%0
%48.15
%43.52
%57.65

Codes

Color #6C383D in popluar color models

6C383D
RGB1085661
HSL354°31.71%32.16%
HSB/HSV354°48.15%42.35%
CMYK0.00%48.15%43.52%
57.65%

Color #6C383D in popluar number systems.

HEX6C383D
Decimal1085661
Binary1101100111000111101
Octal1547075

Shades and tints

Shades of #6C383D

#6C383D
(108,56,61)
#633338
(99,51,56)
#5A2E33
(90,46,51)
#51292E
(81,41,46)
#482429
(72,36,41)
#3F1F24
(63,31,36)
#361A1F
(54,26,31)
#2D151A
(45,21,26)
#241015
(36,16,21)
#1B0B10
(27,11,16)
#12060B
(18,6,11)
#000000
(0,0,0)

Tints of #6C383D

#6C383D
(108,56,61)
#794A4E
(121,74,78)
#865C5F
(134,92,95)
#936E70
(147,110,112)
#A08081
(160,128,129)
#AD9292
(173,146,146)
#BAA4A3
(186,164,163)
#C7B6B4
(199,182,180)
#D4C8C5
(212,200,197)
#E1DAD6
(225,218,214)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C383D; }

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

This text font color is #6C383D.


Background Color

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

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

This div background color is #6C383D.


Border color

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

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

This div border color is #6C383D.


Opacity

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

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

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

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

This text has shadow with #6C383D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C383D on black background.


Color preview on white background

This text has color #6C383D on white background.



Black color preview on #6C383D background

This text has black color on #6C383D background.


White color preview on #6C383D background

This text has white color on #6C383D background.