COLOR #6B232A

HEX: #6B232A
RGB: (107,35,42)

Color info

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

RGB color model

#6B232A color RGB value is (107,35,42).

  • red value is 107;
  • green value is 35;
  • blue value is 42.
RGB:
(107,35,42)
(42%,14%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 35 of 255 = 14%
B 42 of 255 = 16%

107
35
42

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

Portions of RGB colors in percentages

R + G + B =
107 + 35 + 42 = 184 (100%)
R 107 of 184 ~ 58.15%
G 35 of 184 ~ 19.02%
B 42 of 184 ~ 22.83%

%58.15
%19.02
%22.83

CMYK color model

#6B232A color CMYK value is (0,67,61,58).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 60.75%
  • key color value is 58.04%
CMYK:
(0,67,61,58)
C0M67Y61K58 
(0%,67%,61%,58%)
(0.00/0.67/0.61/0.58)	

CMYK percentages

%0
%67.29
%60.75
%58.04

Codes

Color #6B232A in popluar color models

6B232A
RGB1073542
HSL354°50.70%27.84%
HSB/HSV354°67.29%41.96%
CMYK0.00%67.29%60.75%
58.04%

Color #6B232A in popluar number systems.

HEX6B232A
Decimal1073542
Binary1101011100011101010
Octal1534352

Shades and tints

Shades of #6B232A

#6B232A
(107,35,42)
#622027
(98,32,39)
#591D24
(89,29,36)
#501A21
(80,26,33)
#47171E
(71,23,30)
#3E141B
(62,20,27)
#351118
(53,17,24)
#2C0E15
(44,14,21)
#230B12
(35,11,18)
#1A080F
(26,8,15)
#11050C
(17,5,12)
#000000
(0,0,0)

Tints of #6B232A

#6B232A
(107,35,42)
#78373D
(120,55,61)
#854B50
(133,75,80)
#925F63
(146,95,99)
#9F7376
(159,115,118)
#AC8789
(172,135,137)
#B99B9C
(185,155,156)
#C6AFAF
(198,175,175)
#D3C3C2
(211,195,194)
#E0D7D5
(224,215,213)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B232A color. Also use rgb(107,35,42) instead hex code.

Text Font Color

.myTextColor { color: #6B232A; }

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

This text font color is #6B232A.


Background Color

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

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

This div background color is #6B232A.


Border color

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

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

This div border color is #6B232A.


Opacity

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

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

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

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

This text has shadow with #6B232A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B232A on black background.


Color preview on white background

This text has color #6B232A on white background.



Black color preview on #6B232A background

This text has black color on #6B232A background.


White color preview on #6B232A background

This text has white color on #6B232A background.