COLOR #6B2E1E

HEX: #6B2E1E RGB: (107,46,30)

Color info

#6B2E1E contains mainly red color. Web safe color of #6B2E1E is #663333 (or #633).

RGB color model

#6B2E1E color RGB value is (107,46,30).

RGB: (107,46,30) (42%, 18%, 12%)

RGB channels and saturation

R 107 of 255 = 42%
G 46 of 255 = 18%
B 30 of 255 = 12%

107
46
30

R + G + B ~ 24%. #6B2E1E is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 46 + 30 = 183 (100%)
R 107 of 183 ~ 58.47%
G 46 of 183 ~ 25.14%
B 30 of 183 ~ 16.39'%

%58.47
%25.14
%16.39

CMYK color model

#6B2E1E color CMYK value is (0,57,72,58).

  • cyan value is 0.00%
  • magenta value is 57.01%
  • yellow value is 71.96%
  • key color value is 58.04%

CMYK: (0,57,72,58)
C0M57Y72K58 (0%, 57%, 72%, 58%)
(0.00 / 0.57 / 0.72 / 0.58)

CMYK percentages

%0
%57.01
%71.96
%58.04

Codes

Color #6B2E1E in popluar color models

6B 2E 1E
RGB 107 46 30
HSL 12° 56.20% 26.86%
HSB/HSV 12° 71.96% 41.96%
CMYK 0.00% 57.01% 71.96%
58.04%

Color #6B2E1E in popluar number systems.

HEX 6B 2E 1E
Decimal 107 46 30
Binary 1101011 101110 11110
Octal 153 56 36

Shades and tints

Shades of #6B2E1E

#6B2E1E
(107,46,30)
#622A1C
(98,42,28)
#59261A
(89,38,26)
#502218
(80,34,24)
#471E16
(71,30,22)
#3E1A14
(62,26,20)
#351612
(53,22,18)
#2C1210
(44,18,16)
#230E0E
(35,14,14)
#1A0A0C
(26,10,12)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #6B2E1E

#6B2E1E
(107,46,30)
#784132
(120,65,50)
#855446
(133,84,70)
#92675A
(146,103,90)
#9F7A6E
(159,122,110)
#AC8D82
(172,141,130)
#B9A096
(185,160,150)
#C6B3AA
(198,179,170)
#D3C6BE
(211,198,190)
#E0D9D2
(224,217,210)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2E1E color. Also use rgb(107,46,30) instead hex code.

Text Font Color

.myTextColor { color: #6B2E1E; }

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

This text font color is #6B2E1E.

Background Color

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

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

This div background color is #6B2E1E.

Border color

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

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

This div border color is #6B2E1E.

Opacity

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

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

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

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

This text has shadow with #6B2E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2E1E.

Preview

Color preview on black background

This text has color #6B2E1E on black background.


Color preview on white background

This text has color #6B2E1E on white background.


Black color preview on #6B2E1E background

This text has black color on #6B2E1E background.


White color preview on #6B2E1E background

This text has white color on #6B2E1E background.


Related colors

Complementary color

Complementary color for #hex is #94D1E1.


I love getcolorcode.com

Triadic colors

1 #1E6B2E and #2E1E6B with #6B2E1E are triadic colors.

2 #1E2E6B and #2E6B1E with #6B2E1E are triadic colors.