COLOR #6E292A

HEX: #6E292A
RGB: (110,41,42)

Color info

#6E292A contains mainly red color. Web safe color of #6E292A is #663333 (or #633).

RGB color model

#6E292A color RGB value is (110,41,42).

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

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 42 of 255 = 16%

110
41
42

R + G + B ~ 25%. #6E292A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 41 + 42 = 193 (100%)
R 110 of 193 ~ 56.99%
G 41 of 193 ~ 21.24%
B 42 of 193 ~ 21.76%

%56.99
%21.24
%21.76

CMYK color model

#6E292A color CMYK value is (0,63,62,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 61.82%
  • key color value is 56.86%
CMYK:
(0,63,62,57)
C0M63Y62K57 
(0%,63%,62%,57%)
(0.00/0.63/0.62/0.57)	

CMYK percentages

%0
%62.73
%61.82
%56.86

Codes

Color #6E292A in popluar color models

6E292A
RGB1104142
HSL359°45.70%29.61%
HSB/HSV359°62.73%43.14%
CMYK0.00%62.73%61.82%
56.86%

Color #6E292A in popluar number systems.

HEX6E292A
Decimal1104142
Binary1101110101001101010
Octal1565152

Shades and tints

Shades of #6E292A

#6E292A
(110,41,42)
#642627
(100,38,39)
#5A2324
(90,35,36)
#502021
(80,32,33)
#461D1E
(70,29,30)
#3C1A1B
(60,26,27)
#321718
(50,23,24)
#281415
(40,20,21)
#1E1112
(30,17,18)
#140E0F
(20,14,15)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E292A

#6E292A
(110,41,42)
#7B3C3D
(123,60,61)
#884F50
(136,79,80)
#956263
(149,98,99)
#A27576
(162,117,118)
#AF8889
(175,136,137)
#BC9B9C
(188,155,156)
#C9AEAF
(201,174,175)
#D6C1C2
(214,193,194)
#E3D4D5
(227,212,213)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E292A; }

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

This text font color is #6E292A.


Background Color

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

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

This div background color is #6E292A.


Border color

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

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

This div border color is #6E292A.


Opacity

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

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

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

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

This text has shadow with #6E292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E292A on black background.


Color preview on white background

This text has color #6E292A on white background.



Black color preview on #6E292A background

This text has black color on #6E292A background.


White color preview on #6E292A background

This text has white color on #6E292A background.