COLOR #6B1534

HEX: #6B1534
RGB: (107,21,52)

Color info

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

RGB color model

#6B1534 color RGB value is (107,21,52).

  • red value is 107;
  • green value is 21;
  • blue value is 52.
RGB:
(107,21,52)
(42%,8%,20%)

RGB channels and saturation

R 107 of 255 = 42%
G 21 of 255 = 8%
B 52 of 255 = 20%

107
21
52

R + G + B ~ 23%. #6B1534 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 21 + 52 = 180 (100%)
R 107 of 180 ~ 59.44%
G 21 of 180 ~ 11.67%
B 52 of 180 ~ 28.89%

%59.44
%11.67
%28.89

CMYK color model

#6B1534 color CMYK value is (0,80,51,58).

  • cyan value is 0.00%
  • magenta value is 80.37%
  • yellow value is 51.40%
  • key color value is 58.04%
CMYK:
(0,80,51,58)
C0M80Y51K58 
(0%,80%,51%,58%)
(0.00/0.80/0.51/0.58)	

CMYK percentages

%0
%80.37
%51.4
%58.04

Codes

Color #6B1534 in popluar color models

6B1534
RGB1072152
HSL338°67.19%25.10%
HSB/HSV338°80.37%41.96%
CMYK0.00%80.37%51.40%
58.04%

Color #6B1534 in popluar number systems.

HEX6B1534
Decimal1072152
Binary110101110101110100
Octal1532564

Shades and tints

Shades of #6B1534

#6B1534
(107,21,52)
#621430
(98,20,48)
#59132C
(89,19,44)
#501228
(80,18,40)
#471124
(71,17,36)
#3E1020
(62,16,32)
#350F1C
(53,15,28)
#2C0E18
(44,14,24)
#230D14
(35,13,20)
#1A0C10
(26,12,16)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #6B1534

#6B1534
(107,21,52)
#782A46
(120,42,70)
#853F58
(133,63,88)
#92546A
(146,84,106)
#9F697C
(159,105,124)
#AC7E8E
(172,126,142)
#B993A0
(185,147,160)
#C6A8B2
(198,168,178)
#D3BDC4
(211,189,196)
#E0D2D6
(224,210,214)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1534 color. Also use rgb(107,21,52) instead hex code.

Text Font Color

.myTextColor { color: #6B1534; }

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

This text font color is #6B1534.


Background Color

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

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

This div background color is #6B1534.


Border color

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

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

This div border color is #6B1534.


Opacity

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

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

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

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

This text has shadow with #6B1534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1534 on black background.


Color preview on white background

This text has color #6B1534 on white background.



Black color preview on #6B1534 background

This text has black color on #6B1534 background.


White color preview on #6B1534 background

This text has white color on #6B1534 background.