COLOR #6E2F29

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
47
41

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

Portions of RGB colors in percentages

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

%55.56
%23.74
%20.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 62.73%
  • key color value is 56.86%
CMYK:
(0,57,63,57)
C0M57Y63K57 
(0%,57%,63%,57%)
(0.00/0.57/0.63/0.57)	

CMYK percentages

%0
%57.27
%62.73
%56.86

Codes

Color #6E2F29 in popluar color models

6E2F29
RGB1104741
HSL45.70%29.61%
HSB/HSV62.73%43.14%
CMYK0.00%57.27%62.73%
56.86%

Color #6E2F29 in popluar number systems.

HEX6E2F29
Decimal1104741
Binary1101110101111101001
Octal1565751

Shades and tints

Shades of #6E2F29

#6E2F29
(110,47,41)
#642B26
(100,43,38)
#5A2723
(90,39,35)
#502320
(80,35,32)
#461F1D
(70,31,29)
#3C1B1A
(60,27,26)
#321717
(50,23,23)
#281314
(40,19,20)
#1E0F11
(30,15,17)
#140B0E
(20,11,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E2F29

#6E2F29
(110,47,41)
#7B413C
(123,65,60)
#88534F
(136,83,79)
#956562
(149,101,98)
#A27775
(162,119,117)
#AF8988
(175,137,136)
#BC9B9B
(188,155,155)
#C9ADAE
(201,173,174)
#D6BFC1
(214,191,193)
#E3D1D4
(227,209,212)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2F29; }

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

This text font color is #6E2F29.


Background Color

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

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

This div background color is #6E2F29.


Border color

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

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

This div border color is #6E2F29.


Opacity

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

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

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

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

This text has shadow with #6E2F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2F29 on black background.


Color preview on white background

This text has color #6E2F29 on white background.



Black color preview on #6E2F29 background

This text has black color on #6E2F29 background.


White color preview on #6E2F29 background

This text has white color on #6E2F29 background.