COLOR #6E292F

HEX: #6E292F RGB: (110,41,47)

Color info

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

RGB color model

#6E292F color RGB value is (110,41,47).

RGB: (110,41,47) (43%, 16%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 47 of 255 = 18%

110
41
47

R + G + B ~ 26%. #6E292F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 41 + 47 = 198 (100%)
R 110 of 198 ~ 55.56%
G 41 of 198 ~ 20.71%
B 47 of 198 ~ 23.74'%

%55.56
%20.71
%23.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 57.27%
  • key color value is 56.86%

CMYK: (0,63,57,57)
C0M63Y57K57 (0%, 63%, 57%, 57%)
(0.00 / 0.63 / 0.57 / 0.57)

CMYK percentages

%0
%62.73
%57.27
%56.86

Codes

Color #6E292F in popluar color models

6E 29 2F
RGB 110 41 47
HSL 355° 45.70% 29.61%
HSB/HSV 355° 62.73% 43.14%
CMYK 0.00% 62.73% 57.27%
56.86%

Color #6E292F in popluar number systems.

HEX 6E 29 2F
Decimal 110 41 47
Binary 1101110 101001 101111
Octal 156 51 57

Shades and tints

Shades of #6E292F

#6E292F
(110,41,47)
#64262B
(100,38,43)
#5A2327
(90,35,39)
#502023
(80,32,35)
#461D1F
(70,29,31)
#3C1A1B
(60,26,27)
#321717
(50,23,23)
#281413
(40,20,19)
#1E110F
(30,17,15)
#140E0B
(20,14,11)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #6E292F

#6E292F
(110,41,47)
#7B3C41
(123,60,65)
#884F53
(136,79,83)
#956265
(149,98,101)
#A27577
(162,117,119)
#AF8889
(175,136,137)
#BC9B9B
(188,155,155)
#C9AEAD
(201,174,173)
#D6C1BF
(214,193,191)
#E3D4D1
(227,212,209)
#F0E7E3
(240,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E292F; }

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

This text font color is #6E292F.

Background Color

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

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

This div background color is #6E292F.

Border color

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

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

This div border color is #6E292F.

Opacity

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

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

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

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

This text has shadow with #6E292F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E292F.

Preview

Color preview on black background

This text has color #6E292F on black background.


Color preview on white background

This text has color #6E292F on white background.


Black color preview on #6E292F background

This text has black color on #6E292F background.


White color preview on #6E292F background

This text has white color on #6E292F background.


Related colors

Complementary color

Complementary color for #hex is #91D6D0.


I love getcolorcode.com

Triadic colors

1 #2F6E29 and #292F6E with #6E292F are triadic colors.

2 #2F296E and #296E2F with #6E292F are triadic colors.