COLOR #6E2F3A

HEX: #6E2F3A
RGB: (110,47,58)

Color info

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

RGB color model

#6E2F3A color RGB value is (110,47,58).

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

RGB channels and saturation

R 110 of 255 = 43%
G 47 of 255 = 18%
B 58 of 255 = 23%

110
47
58

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

Portions of RGB colors in percentages

R + G + B =
110 + 47 + 58 = 215 (100%)
R 110 of 215 ~ 51.16%
G 47 of 215 ~ 21.86%
B 58 of 215 ~ 26.98%

%51.16
%21.86
%26.98

CMYK color model

#6E2F3A color CMYK value is (0,57,47,57).

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK:
(0,57,47,57)
C0M57Y47K57 
(0%,57%,47%,57%)
(0.00/0.57/0.47/0.57)	

CMYK percentages

%0
%57.27
%47.27
%56.86

Codes

Color #6E2F3A in popluar color models

6E2F3A
RGB1104758
HSL350°40.13%30.78%
HSB/HSV350°57.27%43.14%
CMYK0.00%57.27%47.27%
56.86%

Color #6E2F3A in popluar number systems.

HEX6E2F3A
Decimal1104758
Binary1101110101111111010
Octal1565772

Shades and tints

Shades of #6E2F3A

#6E2F3A
(110,47,58)
#642B35
(100,43,53)
#5A2730
(90,39,48)
#50232B
(80,35,43)
#461F26
(70,31,38)
#3C1B21
(60,27,33)
#32171C
(50,23,28)
#281317
(40,19,23)
#1E0F12
(30,15,18)
#140B0D
(20,11,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #6E2F3A

#6E2F3A
(110,47,58)
#7B414B
(123,65,75)
#88535C
(136,83,92)
#95656D
(149,101,109)
#A2777E
(162,119,126)
#AF898F
(175,137,143)
#BC9BA0
(188,155,160)
#C9ADB1
(201,173,177)
#D6BFC2
(214,191,194)
#E3D1D3
(227,209,211)
#F0E3E4
(240,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2F3A; }

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

This text font color is #6E2F3A.


Background Color

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

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

This div background color is #6E2F3A.


Border color

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

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

This div border color is #6E2F3A.


Opacity

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

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

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

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

This text has shadow with #6E2F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2F3A on black background.


Color preview on white background

This text has color #6E2F3A on white background.



Black color preview on #6E2F3A background

This text has black color on #6E2F3A background.


White color preview on #6E2F3A background

This text has white color on #6E2F3A background.