COLOR #6B0724

HEX: #6B0724
RGB: (107,7,36)

Color info

#6B0724 contains mainly red color. Web safe color of #6B0724 is #660033 (or #603).

RGB color model

#6B0724 color RGB value is (107,7,36).

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

RGB channels and saturation

R 107 of 255 = 42%
G 7 of 255 = 3%
B 36 of 255 = 14%

107
7
36

R + G + B ~ 20%. #6B0724 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 7 + 36 = 150 (100%)
R 107 of 150 ~ 71.33%
G 7 of 150 ~ 4.67%
B 36 of 150 ~ 24%

%71.33
%24

CMYK color model

#6B0724 color CMYK value is (0,93,66,58).

  • cyan value is 0.00%
  • magenta value is 93.46%
  • yellow value is 66.36%
  • key color value is 58.04%
CMYK:
(0,93,66,58)
C0M93Y66K58 
(0%,93%,66%,58%)
(0.00/0.93/0.66/0.58)	

CMYK percentages

%0
%93.46
%66.36
%58.04

Codes

Color #6B0724 in popluar color models

6B0724
RGB107736
HSL343°87.72%22.35%
HSB/HSV343°93.46%41.96%
CMYK0.00%93.46%66.36%
58.04%

Color #6B0724 in popluar number systems.

HEX6B0724
Decimal107736
Binary1101011111100100
Octal153744

Shades and tints

Shades of #6B0724

#6B0724
(107,7,36)
#620721
(98,7,33)
#59071E
(89,7,30)
#50071B
(80,7,27)
#470718
(71,7,24)
#3E0715
(62,7,21)
#350712
(53,7,18)
#2C070F
(44,7,15)
#23070C
(35,7,12)
#1A0709
(26,7,9)
#110706
(17,7,6)
#000000
(0,0,0)

Tints of #6B0724

#6B0724
(107,7,36)
#781D37
(120,29,55)
#85334A
(133,51,74)
#92495D
(146,73,93)
#9F5F70
(159,95,112)
#AC7583
(172,117,131)
#B98B96
(185,139,150)
#C6A1A9
(198,161,169)
#D3B7BC
(211,183,188)
#E0CDCF
(224,205,207)
#EDE3E2
(237,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B0724; }

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

This text font color is #6B0724.


Background Color

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

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

This div background color is #6B0724.


Border color

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

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

This div border color is #6B0724.


Opacity

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

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

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

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

This text has shadow with #6B0724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0724 on black background.


Color preview on white background

This text has color #6B0724 on white background.



Black color preview on #6B0724 background

This text has black color on #6B0724 background.


White color preview on #6B0724 background

This text has white color on #6B0724 background.