COLOR #6E374E

HEX: #6E374E
RGB: (110,55,78)

Color info

#6E374E contains red, green and blue colors in about the same proportion. Web safe color of #6E374E is #663366 (or #636).

RGB color model

#6E374E color RGB value is (110,55,78).

  • red value is 110;
  • green value is 55;
  • blue value is 78.
RGB:
(110,55,78)
(43%,22%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 78 of 255 = 31%

110
55
78

R + G + B ~ 32%. #6E374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 55 + 78 = 243 (100%)
R 110 of 243 ~ 45.27%
G 55 of 243 ~ 22.63%
B 78 of 243 ~ 32.1%

%45.27
%22.63
%32.1

CMYK color model

#6E374E color CMYK value is (0,50,29,57).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(0,50,29,57)
C0M50Y29K57 
(0%,50%,29%,57%)
(0.00/0.50/0.29/0.57)	

CMYK percentages

%0
%50
%29.09
%56.86

Codes

Color #6E374E in popluar color models

6E374E
RGB1105578
HSL335°33.33%32.35%
HSB/HSV335°50.00%43.14%
CMYK0.00%50.00%29.09%
56.86%

Color #6E374E in popluar number systems.

HEX6E374E
Decimal1105578
Binary11011101101111001110
Octal15667116

Shades and tints

Shades of #6E374E

#6E374E
(110,55,78)
#643247
(100,50,71)
#5A2D40
(90,45,64)
#502839
(80,40,57)
#462332
(70,35,50)
#3C1E2B
(60,30,43)
#321924
(50,25,36)
#28141D
(40,20,29)
#1E0F16
(30,15,22)
#140A0F
(20,10,15)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #6E374E

#6E374E
(110,55,78)
#7B495E
(123,73,94)
#885B6E
(136,91,110)
#956D7E
(149,109,126)
#A27F8E
(162,127,142)
#AF919E
(175,145,158)
#BCA3AE
(188,163,174)
#C9B5BE
(201,181,190)
#D6C7CE
(214,199,206)
#E3D9DE
(227,217,222)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E374E color. Also use rgb(110,55,78) instead hex code.

Text Font Color

.myTextColor { color: #6E374E; }

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

This text font color is #6E374E.


Background Color

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

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

This div background color is #6E374E.


Border color

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

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

This div border color is #6E374E.


Opacity

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

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

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

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

This text has shadow with #6E374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E374E on black background.


Color preview on white background

This text has color #6E374E on white background.



Black color preview on #6E374E background

This text has black color on #6E374E background.


White color preview on #6E374E background

This text has white color on #6E374E background.