COLOR #6E030D

HEX: #6E030D
RGB: (110,3,13)

Color info

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

RGB color model

#6E030D color RGB value is (110,3,13).

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

RGB channels and saturation

R 110 of 255 = 43%
G 3 of 255 = 1%
B 13 of 255 = 5%

110
3
13

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

Portions of RGB colors in percentages

R + G + B =
110 + 3 + 13 = 126 (100%)
R 110 of 126 ~ 87.3%
G 3 of 126 ~ 2.38%
B 13 of 126 ~ 10.32%

%87.3
%10.32

CMYK color model

#6E030D color CMYK value is (0,97,88,57).

  • cyan value is 0.00%
  • magenta value is 97.27%
  • yellow value is 88.18%
  • key color value is 56.86%
CMYK:
(0,97,88,57)
C0M97Y88K57 
(0%,97%,88%,57%)
(0.00/0.97/0.88/0.57)	

CMYK percentages

%0
%97.27
%88.18
%56.86

Codes

Color #6E030D in popluar color models

6E030D
RGB110313
HSL354°94.69%22.16%
HSB/HSV354°97.27%43.14%
CMYK0.00%97.27%88.18%
56.86%

Color #6E030D in popluar number systems.

HEX6E030D
Decimal110313
Binary1101110111101
Octal156315

Shades and tints

Shades of #6E030D

#6E030D
(110,3,13)
#64030C
(100,3,12)
#5A030B
(90,3,11)
#50030A
(80,3,10)
#460309
(70,3,9)
#3C0308
(60,3,8)
#320307
(50,3,7)
#280306
(40,3,6)
#1E0305
(30,3,5)
#140304
(20,3,4)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #6E030D

#6E030D
(110,3,13)
#7B1923
(123,25,35)
#882F39
(136,47,57)
#95454F
(149,69,79)
#A25B65
(162,91,101)
#AF717B
(175,113,123)
#BC8791
(188,135,145)
#C99DA7
(201,157,167)
#D6B3BD
(214,179,189)
#E3C9D3
(227,201,211)
#F0DFE9
(240,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E030D; }

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

This text font color is #6E030D.


Background Color

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

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

This div background color is #6E030D.


Border color

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

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

This div border color is #6E030D.


Opacity

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

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

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

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

This text has shadow with #6E030D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E030D on black background.


Color preview on white background

This text has color #6E030D on white background.



Black color preview on #6E030D background

This text has black color on #6E030D background.


White color preview on #6E030D background

This text has white color on #6E030D background.