COLOR #6E373E

HEX: #6E373E
RGB: (110,55,62)

Color info

#6E373E contains red, green and blue colors in about the same proportion. Web safe color of #6E373E is #663333 (or #633).

RGB color model

#6E373E color RGB value is (110,55,62).

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

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 62 of 255 = 24%

110
55
62

R + G + B ~ 30%. #6E373E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 55 + 62 = 227 (100%)
R 110 of 227 ~ 48.46%
G 55 of 227 ~ 24.23%
B 62 of 227 ~ 27.31%

%48.46
%24.23
%27.31

CMYK color model

#6E373E color CMYK value is (0,50,44,57).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK:
(0,50,44,57)
C0M50Y44K57 
(0%,50%,44%,57%)
(0.00/0.50/0.44/0.57)	

CMYK percentages

%0
%50
%43.64
%56.86

Codes

Color #6E373E in popluar color models

6E373E
RGB1105562
HSL352°33.33%32.35%
HSB/HSV352°50.00%43.14%
CMYK0.00%50.00%43.64%
56.86%

Color #6E373E in popluar number systems.

HEX6E373E
Decimal1105562
Binary1101110110111111110
Octal1566776

Shades and tints

Shades of #6E373E

#6E373E
(110,55,62)
#643239
(100,50,57)
#5A2D34
(90,45,52)
#50282F
(80,40,47)
#46232A
(70,35,42)
#3C1E25
(60,30,37)
#321920
(50,25,32)
#28141B
(40,20,27)
#1E0F16
(30,15,22)
#140A11
(20,10,17)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #6E373E

#6E373E
(110,55,62)
#7B494F
(123,73,79)
#885B60
(136,91,96)
#956D71
(149,109,113)
#A27F82
(162,127,130)
#AF9193
(175,145,147)
#BCA3A4
(188,163,164)
#C9B5B5
(201,181,181)
#D6C7C6
(214,199,198)
#E3D9D7
(227,217,215)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E373E; }

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

This text font color is #6E373E.


Background Color

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

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

This div background color is #6E373E.


Border color

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

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

This div border color is #6E373E.


Opacity

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

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

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

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

This text has shadow with #6E373E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E373E on black background.


Color preview on white background

This text has color #6E373E on white background.



Black color preview on #6E373E background

This text has black color on #6E373E background.


White color preview on #6E373E background

This text has white color on #6E373E background.