COLOR #6B183D

HEX: #6B183D RGB: (107,24,61)

Color info

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

RGB color model

#6B183D color RGB value is (107,24,61).

RGB: (107,24,61) (42%, 9%, 24%)

RGB channels and saturation

R 107 of 255 = 42%
G 24 of 255 = 9%
B 61 of 255 = 24%

107
24
61

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

Portions of RGB colors in percentages

R + G + B = 107 + 24 + 61 = 192 (100%)
R 107 of 192 ~ 55.73%
G 24 of 192 ~ 12.5%
B 61 of 192 ~ 31.77'%

%55.73
%12.5
%31.77

CMYK color model

#6B183D color CMYK value is (0,78,43,58).

  • cyan value is 0.00%
  • magenta value is 77.57%
  • yellow value is 42.99%
  • key color value is 58.04%

CMYK: (0,78,43,58)
C0M78Y43K58 (0%, 78%, 43%, 58%)
(0.00 / 0.78 / 0.43 / 0.58)

CMYK percentages

%0
%77.57
%42.99
%58.04

Codes

Color #6B183D in popluar color models

6B 18 3D
RGB 107 24 61
HSL 333° 63.36% 25.69%
HSB/HSV 333° 77.57% 41.96%
CMYK 0.00% 77.57% 42.99%
58.04%

Color #6B183D in popluar number systems.

HEX 6B 18 3D
Decimal 107 24 61
Binary 1101011 11000 111101
Octal 153 30 75

Shades and tints

Shades of #6B183D

#6B183D
(107,24,61)
#621638
(98,22,56)
#591433
(89,20,51)
#50122E
(80,18,46)
#471029
(71,16,41)
#3E0E24
(62,14,36)
#350C1F
(53,12,31)
#2C0A1A
(44,10,26)
#230815
(35,8,21)
#1A0610
(26,6,16)
#11040B
(17,4,11)
#000000
(0,0,0)

Tints of #6B183D

#6B183D
(107,24,61)
#782D4E
(120,45,78)
#85425F
(133,66,95)
#925770
(146,87,112)
#9F6C81
(159,108,129)
#AC8192
(172,129,146)
#B996A3
(185,150,163)
#C6ABB4
(198,171,180)
#D3C0C5
(211,192,197)
#E0D5D6
(224,213,214)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B183D; }

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

This text font color is #6B183D.

Background Color

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

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

This div background color is #6B183D.

Border color

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

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

This div border color is #6B183D.

Opacity

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

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

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

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

This text has shadow with #6B183D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B183D.

Preview

Color preview on black background

This text has color #6B183D on black background.


Color preview on white background

This text has color #6B183D on white background.


Black color preview on #6B183D background

This text has black color on #6B183D background.


White color preview on #6B183D background

This text has white color on #6B183D background.


Related colors

Complementary color

Complementary color for #hex is #94E7C2.


I love getcolorcode.com

Triadic colors

1 #3D6B18 and #183D6B with #6B183D are triadic colors.

2 #3D186B and #186B3D with #6B183D are triadic colors.