COLOR #6B4D45

HEX: #6B4D45
RGB: (107,77,69)

Color info

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

RGB color model

#6B4D45 color RGB value is (107,77,69).

  • red value is 107;
  • green value is 77;
  • blue value is 69.
RGB:
(107,77,69)
(42%,30%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 69 of 255 = 27%

107
77
69

R + G + B ~ 33%. #6B4D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 69 = 253 (100%)
R 107 of 253 ~ 42.29%
G 77 of 253 ~ 30.43%
B 69 of 253 ~ 27.27%

%42.29
%30.43
%27.27

CMYK color model

#6B4D45 color CMYK value is (0,28,36,58).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 35.51%
  • key color value is 58.04%
CMYK:
(0,28,36,58)
C0M28Y36K58 
(0%,28%,36%,58%)
(0.00/0.28/0.36/0.58)	

CMYK percentages

%0
%28.04
%35.51
%58.04

Codes

Color #6B4D45 in popluar color models

6B4D45
RGB1077769
HSL13°21.59%34.51%
HSB/HSV13°35.51%41.96%
CMYK0.00%28.04%35.51%
58.04%

Color #6B4D45 in popluar number systems.

HEX6B4D45
Decimal1077769
Binary110101110011011000101
Octal153115105

Shades and tints

Shades of #6B4D45

#6B4D45
(107,77,69)
#62463F
(98,70,63)
#593F39
(89,63,57)
#503833
(80,56,51)
#47312D
(71,49,45)
#3E2A27
(62,42,39)
#352321
(53,35,33)
#2C1C1B
(44,28,27)
#231515
(35,21,21)
#1A0E0F
(26,14,15)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #6B4D45

#6B4D45
(107,77,69)
#785D55
(120,93,85)
#856D65
(133,109,101)
#927D75
(146,125,117)
#9F8D85
(159,141,133)
#AC9D95
(172,157,149)
#B9ADA5
(185,173,165)
#C6BDB5
(198,189,181)
#D3CDC5
(211,205,197)
#E0DDD5
(224,221,213)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4D45 color. Also use rgb(107,77,69) instead hex code.

Text Font Color

.myTextColor { color: #6B4D45; }

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

This text font color is #6B4D45.


Background Color

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

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

This div background color is #6B4D45.


Border color

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

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

This div border color is #6B4D45.


Opacity

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

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

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

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

This text has shadow with #6B4D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D45 on black background.


Color preview on white background

This text has color #6B4D45 on white background.



Black color preview on #6B4D45 background

This text has black color on #6B4D45 background.


White color preview on #6B4D45 background

This text has white color on #6B4D45 background.