COLOR #6E1730

HEX: #6E1730
RGB: (110,23,48)

Color info

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

RGB color model

#6E1730 color RGB value is (110,23,48).

  • red value is 110;
  • green value is 23;
  • blue value is 48.
RGB:
(110,23,48)
(43%,9%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 23 of 255 = 9%
B 48 of 255 = 19%

110
23
48

R + G + B ~ 24%. #6E1730 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 23 + 48 = 181 (100%)
R 110 of 181 ~ 60.77%
G 23 of 181 ~ 12.71%
B 48 of 181 ~ 26.52%

%60.77
%12.71
%26.52

CMYK color model

#6E1730 color CMYK value is (0,79,56,57).

  • cyan value is 0.00%
  • magenta value is 79.09%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK:
(0,79,56,57)
C0M79Y56K57 
(0%,79%,56%,57%)
(0.00/0.79/0.56/0.57)	

CMYK percentages

%0
%79.09
%56.36
%56.86

Codes

Color #6E1730 in popluar color models

6E1730
RGB1102348
HSL343°65.41%26.08%
HSB/HSV343°79.09%43.14%
CMYK0.00%79.09%56.36%
56.86%

Color #6E1730 in popluar number systems.

HEX6E1730
Decimal1102348
Binary110111010111110000
Octal1562760

Shades and tints

Shades of #6E1730

#6E1730
(110,23,48)
#64152C
(100,21,44)
#5A1328
(90,19,40)
#501124
(80,17,36)
#460F20
(70,15,32)
#3C0D1C
(60,13,28)
#320B18
(50,11,24)
#280914
(40,9,20)
#1E0710
(30,7,16)
#14050C
(20,5,12)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #6E1730

#6E1730
(110,23,48)
#7B2C42
(123,44,66)
#884154
(136,65,84)
#955666
(149,86,102)
#A26B78
(162,107,120)
#AF808A
(175,128,138)
#BC959C
(188,149,156)
#C9AAAE
(201,170,174)
#D6BFC0
(214,191,192)
#E3D4D2
(227,212,210)
#F0E9E4
(240,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1730 color. Also use rgb(110,23,48) instead hex code.

Text Font Color

.myTextColor { color: #6E1730; }

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

This text font color is #6E1730.


Background Color

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

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

This div background color is #6E1730.


Border color

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

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

This div border color is #6E1730.


Opacity

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

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

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

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

This text has shadow with #6E1730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1730 on black background.


Color preview on white background

This text has color #6E1730 on white background.



Black color preview on #6E1730 background

This text has black color on #6E1730 background.


White color preview on #6E1730 background

This text has white color on #6E1730 background.