COLOR #6E0B30

HEX: #6E0B30
RGB: (110,11,48)

Color info

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

RGB color model

#6E0B30 color RGB value is (110,11,48).

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

RGB channels and saturation

R 110 of 255 = 43%
G 11 of 255 = 4%
B 48 of 255 = 19%

110
11
48

R + G + B ~ 22%. #6E0B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 11 + 48 = 169 (100%)
R 110 of 169 ~ 65.09%
G 11 of 169 ~ 6.51%
B 48 of 169 ~ 28.4%

%65.09
%28.4

CMYK color model

#6E0B30 color CMYK value is (0,90,56,57).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK:
(0,90,56,57)
C0M90Y56K57 
(0%,90%,56%,57%)
(0.00/0.90/0.56/0.57)	

CMYK percentages

%0
%90
%56.36
%56.86

Codes

Color #6E0B30 in popluar color models

6E0B30
RGB1101148
HSL338°81.82%23.73%
HSB/HSV338°90.00%43.14%
CMYK0.00%90.00%56.36%
56.86%

Color #6E0B30 in popluar number systems.

HEX6E0B30
Decimal1101148
Binary11011101011110000
Octal1561360

Shades and tints

Shades of #6E0B30

#6E0B30
(110,11,48)
#640A2C
(100,10,44)
#5A0928
(90,9,40)
#500824
(80,8,36)
#460720
(70,7,32)
#3C061C
(60,6,28)
#320518
(50,5,24)
#280414
(40,4,20)
#1E0310
(30,3,16)
#14020C
(20,2,12)
#0A0108
(10,1,8)
#000000
(0,0,0)

Tints of #6E0B30

#6E0B30
(110,11,48)
#7B2142
(123,33,66)
#883754
(136,55,84)
#954D66
(149,77,102)
#A26378
(162,99,120)
#AF798A
(175,121,138)
#BC8F9C
(188,143,156)
#C9A5AE
(201,165,174)
#D6BBC0
(214,187,192)
#E3D1D2
(227,209,210)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E0B30; }

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

This text font color is #6E0B30.


Background Color

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

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

This div background color is #6E0B30.


Border color

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

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

This div border color is #6E0B30.


Opacity

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

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

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

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

This text has shadow with #6E0B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0B30 on black background.


Color preview on white background

This text has color #6E0B30 on white background.



Black color preview on #6E0B30 background

This text has black color on #6E0B30 background.


White color preview on #6E0B30 background

This text has white color on #6E0B30 background.