COLOR #6E363E

HEX: #6E363E
RGB: (110,54,62)

Color info

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

RGB color model

#6E363E color RGB value is (110,54,62).

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

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 62 of 255 = 24%

110
54
62

R + G + B ~ 29%. #6E363E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 62 = 226 (100%)
R 110 of 226 ~ 48.67%
G 54 of 226 ~ 23.89%
B 62 of 226 ~ 27.43%

%48.67
%23.89
%27.43

CMYK color model

#6E363E color CMYK value is (0,51,44,57).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK:
(0,51,44,57)
C0M51Y44K57 
(0%,51%,44%,57%)
(0.00/0.51/0.44/0.57)	

CMYK percentages

%0
%50.91
%43.64
%56.86

Codes

Color #6E363E in popluar color models

6E363E
RGB1105462
HSL351°34.15%32.16%
HSB/HSV351°50.91%43.14%
CMYK0.00%50.91%43.64%
56.86%

Color #6E363E in popluar number systems.

HEX6E363E
Decimal1105462
Binary1101110110110111110
Octal1566676

Shades and tints

Shades of #6E363E

#6E363E
(110,54,62)
#643239
(100,50,57)
#5A2E34
(90,46,52)
#502A2F
(80,42,47)
#46262A
(70,38,42)
#3C2225
(60,34,37)
#321E20
(50,30,32)
#281A1B
(40,26,27)
#1E1616
(30,22,22)
#141211
(20,18,17)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E363E

#6E363E
(110,54,62)
#7B484F
(123,72,79)
#885A60
(136,90,96)
#956C71
(149,108,113)
#A27E82
(162,126,130)
#AF9093
(175,144,147)
#BCA2A4
(188,162,164)
#C9B4B5
(201,180,181)
#D6C6C6
(214,198,198)
#E3D8D7
(227,216,215)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E363E; }

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

This text font color is #6E363E.


Background Color

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

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

This div background color is #6E363E.


Border color

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

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

This div border color is #6E363E.


Opacity

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

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

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

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

This text has shadow with #6E363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E363E on black background.


Color preview on white background

This text has color #6E363E on white background.



Black color preview on #6E363E background

This text has black color on #6E363E background.


White color preview on #6E363E background

This text has white color on #6E363E background.