COLOR #6B243A

HEX: #6B243A
RGB: (107,36,58)

Color info

#6B243A contains mainly red and blue colors. Web safe color of #6B243A is #663333 (or #633).

RGB color model

#6B243A color RGB value is (107,36,58).

  • red value is 107;
  • green value is 36;
  • blue value is 58.
RGB:
(107,36,58)
(42%,14%,23%)

RGB channels and saturation

R 107 of 255 = 42%
G 36 of 255 = 14%
B 58 of 255 = 23%

107
36
58

R + G + B ~ 26%. #6B243A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 36 + 58 = 201 (100%)
R 107 of 201 ~ 53.23%
G 36 of 201 ~ 17.91%
B 58 of 201 ~ 28.86%

%53.23
%17.91
%28.86

CMYK color model

#6B243A color CMYK value is (0,66,46,58).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 45.79%
  • key color value is 58.04%
CMYK:
(0,66,46,58)
C0M66Y46K58 
(0%,66%,46%,58%)
(0.00/0.66/0.46/0.58)	

CMYK percentages

%0
%66.36
%45.79
%58.04

Codes

Color #6B243A in popluar color models

6B243A
RGB1073658
HSL341°49.65%28.04%
HSB/HSV341°66.36%41.96%
CMYK0.00%66.36%45.79%
58.04%

Color #6B243A in popluar number systems.

HEX6B243A
Decimal1073658
Binary1101011100100111010
Octal1534472

Shades and tints

Shades of #6B243A

#6B243A
(107,36,58)
#622135
(98,33,53)
#591E30
(89,30,48)
#501B2B
(80,27,43)
#471826
(71,24,38)
#3E1521
(62,21,33)
#35121C
(53,18,28)
#2C0F17
(44,15,23)
#230C12
(35,12,18)
#1A090D
(26,9,13)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #6B243A

#6B243A
(107,36,58)
#78374B
(120,55,75)
#854A5C
(133,74,92)
#925D6D
(146,93,109)
#9F707E
(159,112,126)
#AC838F
(172,131,143)
#B996A0
(185,150,160)
#C6A9B1
(198,169,177)
#D3BCC2
(211,188,194)
#E0CFD3
(224,207,211)
#EDE2E4
(237,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B243A color. Also use rgb(107,36,58) instead hex code.

Text Font Color

.myTextColor { color: #6B243A; }

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

This text font color is #6B243A.


Background Color

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

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

This div background color is #6B243A.


Border color

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

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

This div border color is #6B243A.


Opacity

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

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

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

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

This text has shadow with #6B243A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B243A on black background.


Color preview on white background

This text has color #6B243A on white background.



Black color preview on #6B243A background

This text has black color on #6B243A background.


White color preview on #6B243A background

This text has white color on #6B243A background.