COLOR #6E293F

HEX: #6E293F
RGB: (110,41,63)

Color info

#6E293F contains mainly red and blue colors. Web safe color of #6E293F is #663333 (or #633).

RGB color model

#6E293F color RGB value is (110,41,63).

  • red value is 110;
  • green value is 41;
  • blue value is 63.
RGB:
(110,41,63)
(43%,16%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 63 of 255 = 25%

110
41
63

R + G + B ~ 28%. #6E293F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 41 + 63 = 214 (100%)
R 110 of 214 ~ 51.4%
G 41 of 214 ~ 19.16%
B 63 of 214 ~ 29.44%

%51.4
%19.16
%29.44

CMYK color model

#6E293F color CMYK value is (0,63,43,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 42.73%
  • key color value is 56.86%
CMYK:
(0,63,43,57)
C0M63Y43K57 
(0%,63%,43%,57%)
(0.00/0.63/0.43/0.57)	

CMYK percentages

%0
%62.73
%42.73
%56.86

Codes

Color #6E293F in popluar color models

6E293F
RGB1104163
HSL341°45.70%29.61%
HSB/HSV341°62.73%43.14%
CMYK0.00%62.73%42.73%
56.86%

Color #6E293F in popluar number systems.

HEX6E293F
Decimal1104163
Binary1101110101001111111
Octal1565177

Shades and tints

Shades of #6E293F

#6E293F
(110,41,63)
#64263A
(100,38,58)
#5A2335
(90,35,53)
#502030
(80,32,48)
#461D2B
(70,29,43)
#3C1A26
(60,26,38)
#321721
(50,23,33)
#28141C
(40,20,28)
#1E1117
(30,17,23)
#140E12
(20,14,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E293F

#6E293F
(110,41,63)
#7B3C50
(123,60,80)
#884F61
(136,79,97)
#956272
(149,98,114)
#A27583
(162,117,131)
#AF8894
(175,136,148)
#BC9BA5
(188,155,165)
#C9AEB6
(201,174,182)
#D6C1C7
(214,193,199)
#E3D4D8
(227,212,216)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E293F color. Also use rgb(110,41,63) instead hex code.

Text Font Color

.myTextColor { color: #6E293F; }

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

This text font color is #6E293F.


Background Color

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

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

This div background color is #6E293F.


Border color

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

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

This div border color is #6E293F.


Opacity

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

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

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

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

This text has shadow with #6E293F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E293F on black background.


Color preview on white background

This text has color #6E293F on white background.



Black color preview on #6E293F background

This text has black color on #6E293F background.


White color preview on #6E293F background

This text has white color on #6E293F background.