COLOR #6B3C31

HEX: #6B3C31
RGB: (107,60,49)

Color info

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

RGB color model

#6B3C31 color RGB value is (107,60,49).

  • red value is 107;
  • green value is 60;
  • blue value is 49.
RGB: (107,60,49) (42%,24%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 49 of 255 = 19%

107
60
49

R + G + B ~ 28%. #6B3C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 60 + 49 = 216 (100%)
R 107 of 216 ~ 49.54%
G 60 of 216 ~ 27.78%
B 49 of 216 ~ 22.69%

%49.54
%27.78
%22.69

CMYK color model

#6B3C31 color CMYK value is (0,44,54,58).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 54.21%
  • key color value is 58.04%
CMYK: (0,44,54,58) C0M44Y54K58 (0%,44%,54%,58%) (0.00/0.44/0.54/0.58)

CMYK percentages

%0
%43.93
%54.21
%58.04

Codes

Color #6B3C31 in popluar color models

6B3C31
RGB1076049
HSL11°37.18%30.59%
HSB/HSV11°54.21%41.96%
CMYK0.00%43.93%54.21%
58.04%

Color #6B3C31 in popluar number systems.

HEX6B3C31
Decimal1076049
Binary1101011111100110001
Octal1537461

Shades and tints

Shades of #6B3C31

#6B3C31
(107,60,49)
#62372D
(98,55,45)
#593229
(89,50,41)
#502D25
(80,45,37)
#472821
(71,40,33)
#3E231D
(62,35,29)
#351E19
(53,30,25)
#2C1915
(44,25,21)
#231411
(35,20,17)
#1A0F0D
(26,15,13)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B3C31

#6B3C31
(107,60,49)
#784D43
(120,77,67)
#855E55
(133,94,85)
#926F67
(146,111,103)
#9F8079
(159,128,121)
#AC918B
(172,145,139)
#B9A29D
(185,162,157)
#C6B3AF
(198,179,175)
#D3C4C1
(211,196,193)
#E0D5D3
(224,213,211)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3C31 color. Also use rgb(107,60,49) instead hex code.

Text Font Color

.myTextColor { color: #6B3C31; }

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

This text font color is #6B3C31.


Background Color

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

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

This div background color is #6B3C31.


Border color

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

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

This div border color is #6B3C31.


Opacity

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

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

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

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

This text has shadow with #6B3C31 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B3C31 on black background.


Color preview on white background

This text has color #6B3C31 on white background.



Black color preview on #6B3C31 background

This text has black color on #6B3C31 background.


White color preview on #6B3C31 background

This text has white color on #6B3C31 background.