COLOR #6B5349

HEX: #6B5349
RGB: (107,83,73)

Color info

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

RGB color model

#6B5349 color RGB value is (107,83,73).

  • red value is 107;
  • green value is 83;
  • blue value is 73.
RGB:
(107,83,73)
(42%,33%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 73 of 255 = 29%

107
83
73

R + G + B ~ 35%. #6B5349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 83 + 73 = 263 (100%)
R 107 of 263 ~ 40.68%
G 83 of 263 ~ 31.56%
B 73 of 263 ~ 27.76%

%40.68
%31.56
%27.76

CMYK color model

#6B5349 color CMYK value is (0,22,32,58).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,22,32,58)
C0M22Y32K58 
(0%,22%,32%,58%)
(0.00/0.22/0.32/0.58)	

CMYK percentages

%0
%22.43
%31.78
%58.04

Codes

Color #6B5349 in popluar color models

6B5349
RGB1078373
HSL18°18.89%35.29%
HSB/HSV18°31.78%41.96%
CMYK0.00%22.43%31.78%
58.04%

Color #6B5349 in popluar number systems.

HEX6B5349
Decimal1078373
Binary110101110100111001001
Octal153123111

Shades and tints

Shades of #6B5349

#6B5349
(107,83,73)
#624C43
(98,76,67)
#59453D
(89,69,61)
#503E37
(80,62,55)
#473731
(71,55,49)
#3E302B
(62,48,43)
#352925
(53,41,37)
#2C221F
(44,34,31)
#231B19
(35,27,25)
#1A1413
(26,20,19)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #6B5349

#6B5349
(107,83,73)
#786259
(120,98,89)
#857169
(133,113,105)
#928079
(146,128,121)
#9F8F89
(159,143,137)
#AC9E99
(172,158,153)
#B9ADA9
(185,173,169)
#C6BCB9
(198,188,185)
#D3CBC9
(211,203,201)
#E0DAD9
(224,218,217)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5349 color. Also use rgb(107,83,73) instead hex code.

Text Font Color

.myTextColor { color: #6B5349; }

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

This text font color is #6B5349.


Background Color

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

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

This div background color is #6B5349.


Border color

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

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

This div border color is #6B5349.


Opacity

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

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

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

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

This text has shadow with #6B5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5349 on black background.


Color preview on white background

This text has color #6B5349 on white background.



Black color preview on #6B5349 background

This text has black color on #6B5349 background.


White color preview on #6B5349 background

This text has white color on #6B5349 background.