COLOR #6B4134

HEX: #6B4134
RGB: (107,65,52)

Color info

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

RGB color model

#6B4134 color RGB value is (107,65,52).

  • red value is 107;
  • green value is 65;
  • blue value is 52.
RGB:
(107,65,52)
(42%,25%,20%)

RGB channels and saturation

R 107 of 255 = 42%
G 65 of 255 = 25%
B 52 of 255 = 20%

107
65
52

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

Portions of RGB colors in percentages

R + G + B =
107 + 65 + 52 = 224 (100%)
R 107 of 224 ~ 47.77%
G 65 of 224 ~ 29.02%
B 52 of 224 ~ 23.21%

%47.77
%29.02
%23.21

CMYK color model

#6B4134 color CMYK value is (0,39,51,58).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 51.40%
  • key color value is 58.04%
CMYK:
(0,39,51,58)
C0M39Y51K58 
(0%,39%,51%,58%)
(0.00/0.39/0.51/0.58)	

CMYK percentages

%0
%39.25
%51.4
%58.04

Codes

Color #6B4134 in popluar color models

6B4134
RGB1076552
HSL14°34.59%31.18%
HSB/HSV14°51.40%41.96%
CMYK0.00%39.25%51.40%
58.04%

Color #6B4134 in popluar number systems.

HEX6B4134
Decimal1076552
Binary11010111000001110100
Octal15310164

Shades and tints

Shades of #6B4134

#6B4134
(107,65,52)
#623C30
(98,60,48)
#59372C
(89,55,44)
#503228
(80,50,40)
#472D24
(71,45,36)
#3E2820
(62,40,32)
#35231C
(53,35,28)
#2C1E18
(44,30,24)
#231914
(35,25,20)
#1A1410
(26,20,16)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B4134

#6B4134
(107,65,52)
#785246
(120,82,70)
#856358
(133,99,88)
#92746A
(146,116,106)
#9F857C
(159,133,124)
#AC968E
(172,150,142)
#B9A7A0
(185,167,160)
#C6B8B2
(198,184,178)
#D3C9C4
(211,201,196)
#E0DAD6
(224,218,214)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4134 color. Also use rgb(107,65,52) instead hex code.

Text Font Color

.myTextColor { color: #6B4134; }

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

This text font color is #6B4134.


Background Color

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

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

This div background color is #6B4134.


Border color

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

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

This div border color is #6B4134.


Opacity

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

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

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

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

This text has shadow with #6B4134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4134 on black background.


Color preview on white background

This text has color #6B4134 on white background.



Black color preview on #6B4134 background

This text has black color on #6B4134 background.


White color preview on #6B4134 background

This text has white color on #6B4134 background.