COLOR #6B2430

HEX: #6B2430
RGB: (107,36,48)

Color info

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

RGB color model

#6B2430 color RGB value is (107,36,48).

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

RGB channels and saturation

R 107 of 255 = 42%
G 36 of 255 = 14%
B 48 of 255 = 19%

107
36
48

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

Portions of RGB colors in percentages

R + G + B =
107 + 36 + 48 = 191 (100%)
R 107 of 191 ~ 56.02%
G 36 of 191 ~ 18.85%
B 48 of 191 ~ 25.13%

%56.02
%18.85
%25.13

CMYK color model

#6B2430 color CMYK value is (0,66,55,58).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 55.14%
  • key color value is 58.04%
CMYK:
(0,66,55,58)
C0M66Y55K58 
(0%,66%,55%,58%)
(0.00/0.66/0.55/0.58)	

CMYK percentages

%0
%66.36
%55.14
%58.04

Codes

Color #6B2430 in popluar color models

6B2430
RGB1073648
HSL350°49.65%28.04%
HSB/HSV350°66.36%41.96%
CMYK0.00%66.36%55.14%
58.04%

Color #6B2430 in popluar number systems.

HEX6B2430
Decimal1073648
Binary1101011100100110000
Octal1534460

Shades and tints

Shades of #6B2430

#6B2430
(107,36,48)
#62212C
(98,33,44)
#591E28
(89,30,40)
#501B24
(80,27,36)
#471820
(71,24,32)
#3E151C
(62,21,28)
#351218
(53,18,24)
#2C0F14
(44,15,20)
#230C10
(35,12,16)
#1A090C
(26,9,12)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #6B2430

#6B2430
(107,36,48)
#783742
(120,55,66)
#854A54
(133,74,84)
#925D66
(146,93,102)
#9F7078
(159,112,120)
#AC838A
(172,131,138)
#B9969C
(185,150,156)
#C6A9AE
(198,169,174)
#D3BCC0
(211,188,192)
#E0CFD2
(224,207,210)
#EDE2E4
(237,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2430; }

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

This text font color is #6B2430.


Background Color

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

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

This div background color is #6B2430.


Border color

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

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

This div border color is #6B2430.


Opacity

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

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

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

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

This text has shadow with #6B2430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2430 on black background.


Color preview on white background

This text has color #6B2430 on white background.



Black color preview on #6B2430 background

This text has black color on #6B2430 background.


White color preview on #6B2430 background

This text has white color on #6B2430 background.