COLOR #6B3238

HEX: #6B3238 RGB: (107,50,56)

Color info

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

RGB color model

#6B3238 color RGB value is (107,50,56).

RGB: (107,50,56) (42%, 20%, 22%)

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 56 of 255 = 22%

107
50
56

R + G + B ~ 28%. #6B3238 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 50 + 56 = 213 (100%)
R 107 of 213 ~ 50.23%
G 50 of 213 ~ 23.47%
B 56 of 213 ~ 26.29'%

%50.23
%23.47
%26.29

CMYK color model

#6B3238 color CMYK value is (0,53,48,58).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 47.66%
  • key color value is 58.04%

CMYK: (0,53,48,58)
C0M53Y48K58 (0%, 53%, 48%, 58%)
(0.00 / 0.53 / 0.48 / 0.58)

CMYK percentages

%0
%53.27
%47.66
%58.04

Codes

Color #6B3238 in popluar color models

6B 32 38
RGB 107 50 56
HSL 354° 36.31% 30.78%
HSB/HSV 354° 53.27% 41.96%
CMYK 0.00% 53.27% 47.66%
58.04%

Color #6B3238 in popluar number systems.

HEX 6B 32 38
Decimal 107 50 56
Binary 1101011 110010 111000
Octal 153 62 70

Shades and tints

Shades of #6B3238

#6B3238
(107,50,56)
#622E33
(98,46,51)
#592A2E
(89,42,46)
#502629
(80,38,41)
#472224
(71,34,36)
#3E1E1F
(62,30,31)
#351A1A
(53,26,26)
#2C1615
(44,22,21)
#231210
(35,18,16)
#1A0E0B
(26,14,11)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #6B3238

#6B3238
(107,50,56)
#78444A
(120,68,74)
#85565C
(133,86,92)
#92686E
(146,104,110)
#9F7A80
(159,122,128)
#AC8C92
(172,140,146)
#B99EA4
(185,158,164)
#C6B0B6
(198,176,182)
#D3C2C8
(211,194,200)
#E0D4DA
(224,212,218)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3238 color. Also use rgb(107,50,56) instead hex code.

Text Font Color

.myTextColor { color: #6B3238; }

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

This text font color is #6B3238.

Background Color

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

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

This div background color is #6B3238.

Border color

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

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

This div border color is #6B3238.

Opacity

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

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

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

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

This text has shadow with #6B3238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3238.

Preview

Color preview on black background

This text has color #6B3238 on black background.


Color preview on white background

This text has color #6B3238 on white background.


Black color preview on #6B3238 background

This text has black color on #6B3238 background.


White color preview on #6B3238 background

This text has white color on #6B3238 background.


Related colors

Complementary color

Complementary color for #hex is #94CDC7.


I love getcolorcode.com

Triadic colors

1 #386B32 and #32386B with #6B3238 are triadic colors.

2 #38326B and #326B38 with #6B3238 are triadic colors.