COLOR #6E0431

HEX: #6E0431
RGB: (110,4,49)

Color info

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

RGB color model

#6E0431 color RGB value is (110,4,49).

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

RGB channels and saturation

R 110 of 255 = 43%
G 4 of 255 = 2%
B 49 of 255 = 19%

110
4
49

R + G + B ~ 21%. #6E0431 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 4 + 49 = 163 (100%)
R 110 of 163 ~ 67.48%
G 4 of 163 ~ 2.45%
B 49 of 163 ~ 30.06%

%67.48
%30.06

CMYK color model

#6E0431 color CMYK value is (0,96,55,57).

  • cyan value is 0.00%
  • magenta value is 96.36%
  • yellow value is 55.45%
  • key color value is 56.86%
CMYK:
(0,96,55,57)
C0M96Y55K57 
(0%,96%,55%,57%)
(0.00/0.96/0.55/0.57)	

CMYK percentages

%0
%96.36
%55.45
%56.86

Codes

Color #6E0431 in popluar color models

6E0431
RGB110449
HSL335°92.98%22.35%
HSB/HSV335°96.36%43.14%
CMYK0.00%96.36%55.45%
56.86%

Color #6E0431 in popluar number systems.

HEX6E0431
Decimal110449
Binary1101110100110001
Octal156461

Shades and tints

Shades of #6E0431

#6E0431
(110,4,49)
#64042D
(100,4,45)
#5A0429
(90,4,41)
#500425
(80,4,37)
#460421
(70,4,33)
#3C041D
(60,4,29)
#320419
(50,4,25)
#280415
(40,4,21)
#1E0411
(30,4,17)
#14040D
(20,4,13)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #6E0431

#6E0431
(110,4,49)
#7B1A43
(123,26,67)
#883055
(136,48,85)
#954667
(149,70,103)
#A25C79
(162,92,121)
#AF728B
(175,114,139)
#BC889D
(188,136,157)
#C99EAF
(201,158,175)
#D6B4C1
(214,180,193)
#E3CAD3
(227,202,211)
#F0E0E5
(240,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0431 color. Also use rgb(110,4,49) instead hex code.

Text Font Color

.myTextColor { color: #6E0431; }

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

This text font color is #6E0431.


Background Color

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

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

This div background color is #6E0431.


Border color

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

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

This div border color is #6E0431.


Opacity

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

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

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

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

This text has shadow with #6E0431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0431 on black background.


Color preview on white background

This text has color #6E0431 on white background.



Black color preview on #6E0431 background

This text has black color on #6E0431 background.


White color preview on #6E0431 background

This text has white color on #6E0431 background.