COLOR #6B183A

HEX: #6B183A
RGB: (107,24,58)

Color info

#6B183A contains mainly red and blue colors. Web safe color of #6B183A is #660033 (or #603).

RGB color model

#6B183A color RGB value is (107,24,58).

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

RGB channels and saturation

R 107 of 255 = 42%
G 24 of 255 = 9%
B 58 of 255 = 23%

107
24
58

R + G + B ~ 25%. #6B183A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 24 + 58 = 189 (100%)
R 107 of 189 ~ 56.61%
G 24 of 189 ~ 12.7%
B 58 of 189 ~ 30.69%

%56.61
%12.7
%30.69

CMYK color model

#6B183A color CMYK value is (0,78,46,58).

  • cyan value is 0.00%
  • magenta value is 77.57%
  • yellow value is 45.79%
  • key color value is 58.04%
CMYK:
(0,78,46,58)
C0M78Y46K58 
(0%,78%,46%,58%)
(0.00/0.78/0.46/0.58)	

CMYK percentages

%0
%77.57
%45.79
%58.04

Codes

Color #6B183A in popluar color models

6B183A
RGB1072458
HSL335°63.36%25.69%
HSB/HSV335°77.57%41.96%
CMYK0.00%77.57%45.79%
58.04%

Color #6B183A in popluar number systems.

HEX6B183A
Decimal1072458
Binary110101111000111010
Octal1533072

Shades and tints

Shades of #6B183A

#6B183A
(107,24,58)
#621635
(98,22,53)
#591430
(89,20,48)
#50122B
(80,18,43)
#471026
(71,16,38)
#3E0E21
(62,14,33)
#350C1C
(53,12,28)
#2C0A17
(44,10,23)
#230812
(35,8,18)
#1A060D
(26,6,13)
#110408
(17,4,8)
#000000
(0,0,0)

Tints of #6B183A

#6B183A
(107,24,58)
#782D4B
(120,45,75)
#85425C
(133,66,92)
#92576D
(146,87,109)
#9F6C7E
(159,108,126)
#AC818F
(172,129,143)
#B996A0
(185,150,160)
#C6ABB1
(198,171,177)
#D3C0C2
(211,192,194)
#E0D5D3
(224,213,211)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B183A; }

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

This text font color is #6B183A.


Background Color

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

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

This div background color is #6B183A.


Border color

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

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

This div border color is #6B183A.


Opacity

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

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

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

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

This text has shadow with #6B183A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B183A on black background.


Color preview on white background

This text has color #6B183A on white background.



Black color preview on #6B183A background

This text has black color on #6B183A background.


White color preview on #6B183A background

This text has white color on #6B183A background.