COLOR #6E320D

HEX: #6E320D
RGB: (110,50,13)

Color info

#6E320D contains mainly red color. Web safe color of #6E320D is #663300 (or #630).

RGB color model

#6E320D color RGB value is (110,50,13).

  • red value is 110;
  • green value is 50;
  • blue value is 13.
RGB:
(110,50,13)
(43%,20%,5%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 13 of 255 = 5%

110
50
13

R + G + B ~ 23%. #6E320D is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 50 + 13 = 173 (100%)
R 110 of 173 ~ 63.58%
G 50 of 173 ~ 28.9%
B 13 of 173 ~ 7.51%

%63.58
%28.9

CMYK color model

#6E320D color CMYK value is (0,55,88,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 88.18%
  • key color value is 56.86%
CMYK:
(0,55,88,57)
C0M55Y88K57 
(0%,55%,88%,57%)
(0.00/0.55/0.88/0.57)	

CMYK percentages

%0
%54.55
%88.18
%56.86

Codes

Color #6E320D in popluar color models

6E320D
RGB1105013
HSL23°78.86%24.12%
HSB/HSV23°88.18%43.14%
CMYK0.00%54.55%88.18%
56.86%

Color #6E320D in popluar number systems.

HEX6E320D
Decimal1105013
Binary11011101100101101
Octal1566215

Shades and tints

Shades of #6E320D

#6E320D
(110,50,13)
#642E0C
(100,46,12)
#5A2A0B
(90,42,11)
#50260A
(80,38,10)
#462209
(70,34,9)
#3C1E08
(60,30,8)
#321A07
(50,26,7)
#281606
(40,22,6)
#1E1205
(30,18,5)
#140E04
(20,14,4)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #6E320D

#6E320D
(110,50,13)
#7B4423
(123,68,35)
#885639
(136,86,57)
#95684F
(149,104,79)
#A27A65
(162,122,101)
#AF8C7B
(175,140,123)
#BC9E91
(188,158,145)
#C9B0A7
(201,176,167)
#D6C2BD
(214,194,189)
#E3D4D3
(227,212,211)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E320D color. Also use rgb(110,50,13) instead hex code.

Text Font Color

.myTextColor { color: #6E320D; }

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

This text font color is #6E320D.


Background Color

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

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

This div background color is #6E320D.


Border color

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

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

This div border color is #6E320D.


Opacity

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

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

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

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

This text has shadow with #6E320D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E320D on black background.


Color preview on white background

This text has color #6E320D on white background.



Black color preview on #6E320D background

This text has black color on #6E320D background.


White color preview on #6E320D background

This text has white color on #6E320D background.