COLOR #6E0803

HEX: #6E0803
RGB: (110,8,3)

Color info

#6E0803 contains mainly red color. Web safe color of #6E0803 is #660000 (or #600).

RGB color model

#6E0803 color RGB value is (110,8,3).

  • red value is 110;
  • green value is 8;
  • blue value is 3.
RGB:
(110,8,3)
(43%,3%,1%)

RGB channels and saturation

R 110 of 255 = 43%
G 8 of 255 = 3%
B 3 of 255 = 1%

110
8
3

R + G + B ~ 16%. #6E0803 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 8 + 3 = 121 (100%)
R 110 of 121 ~ 90.91%
G 8 of 121 ~ 6.61%
B 3 of 121 ~ 2.48%

%90.91

CMYK color model

#6E0803 color CMYK value is (0,93,97,57).

  • cyan value is 0.00%
  • magenta value is 92.73%
  • yellow value is 97.27%
  • key color value is 56.86%
CMYK:
(0,93,97,57)
C0M93Y97K57 
(0%,93%,97%,57%)
(0.00/0.93/0.97/0.57)	

CMYK percentages

%0
%92.73
%97.27
%56.86

Codes

Color #6E0803 in popluar color models

6E0803
RGB11083
HSL94.69%22.16%
HSB/HSV97.27%43.14%
CMYK0.00%92.73%97.27%
56.86%

Color #6E0803 in popluar number systems.

HEX6E0803
Decimal11083
Binary1101110100011
Octal156103

Shades and tints

Shades of #6E0803

#6E0803
(110,8,3)
#640803
(100,8,3)
#5A0803
(90,8,3)
#500803
(80,8,3)
#460803
(70,8,3)
#3C0803
(60,8,3)
#320803
(50,8,3)
#280803
(40,8,3)
#1E0803
(30,8,3)
#140803
(20,8,3)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #6E0803

#6E0803
(110,8,3)
#7B1E19
(123,30,25)
#88342F
(136,52,47)
#954A45
(149,74,69)
#A2605B
(162,96,91)
#AF7671
(175,118,113)
#BC8C87
(188,140,135)
#C9A29D
(201,162,157)
#D6B8B3
(214,184,179)
#E3CEC9
(227,206,201)
#F0E4DF
(240,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0803 color. Also use rgb(110,8,3) instead hex code.

Text Font Color

.myTextColor { color: #6E0803; }

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

This text font color is #6E0803.


Background Color

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

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

This div background color is #6E0803.


Border color

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

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

This div border color is #6E0803.


Opacity

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

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

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

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

This text has shadow with #6E0803 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0803 on black background.


Color preview on white background

This text has color #6E0803 on white background.



Black color preview on #6E0803 background

This text has black color on #6E0803 background.


White color preview on #6E0803 background

This text has white color on #6E0803 background.