COLOR #6B5031

HEX: #6B5031
RGB: (107,80,49)

Color info

#6B5031 contains red, green and blue colors in about the same proportion. Web safe color of #6B5031 is #666633 (or #663).

RGB color model

#6B5031 color RGB value is (107,80,49).

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

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 49 of 255 = 19%

107
80
49

R + G + B ~ 31%. #6B5031 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 49 = 236 (100%)
R 107 of 236 ~ 45.34%
G 80 of 236 ~ 33.9%
B 49 of 236 ~ 20.76%

%45.34
%33.9
%20.76

CMYK color model

#6B5031 color CMYK value is (0,25,54,58).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 54.21%
  • key color value is 58.04%
CMYK:
(0,25,54,58)
C0M25Y54K58 
(0%,25%,54%,58%)
(0.00/0.25/0.54/0.58)	

CMYK percentages

%0
%25.23
%54.21
%58.04

Codes

Color #6B5031 in popluar color models

6B5031
RGB1078049
HSL32°37.18%30.59%
HSB/HSV32°54.21%41.96%
CMYK0.00%25.23%54.21%
58.04%

Color #6B5031 in popluar number systems.

HEX6B5031
Decimal1078049
Binary11010111010000110001
Octal15312061

Shades and tints

Shades of #6B5031

#6B5031
(107,80,49)
#62492D
(98,73,45)
#594229
(89,66,41)
#503B25
(80,59,37)
#473421
(71,52,33)
#3E2D1D
(62,45,29)
#352619
(53,38,25)
#2C1F15
(44,31,21)
#231811
(35,24,17)
#1A110D
(26,17,13)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B5031

#6B5031
(107,80,49)
#785F43
(120,95,67)
#856E55
(133,110,85)
#927D67
(146,125,103)
#9F8C79
(159,140,121)
#AC9B8B
(172,155,139)
#B9AA9D
(185,170,157)
#C6B9AF
(198,185,175)
#D3C8C1
(211,200,193)
#E0D7D3
(224,215,211)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5031; }

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

This text font color is #6B5031.


Background Color

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

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

This div background color is #6B5031.


Border color

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

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

This div border color is #6B5031.


Opacity

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

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

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

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

This text has shadow with #6B5031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5031 on black background.


Color preview on white background

This text has color #6B5031 on white background.



Black color preview on #6B5031 background

This text has black color on #6B5031 background.


White color preview on #6B5031 background

This text has white color on #6B5031 background.