COLOR #6E380E

HEX: #6E380E
RGB: (110,56,14)

Color info

#6E380E contains mainly red and green colors. Web safe color of #6E380E is #663300 (or #630).

RGB color model

#6E380E color RGB value is (110,56,14).

  • red value is 110;
  • green value is 56;
  • blue value is 14.
RGB:
(110,56,14)
(43%,22%,5%)

RGB channels and saturation

R 110 of 255 = 43%
G 56 of 255 = 22%
B 14 of 255 = 5%

110
56
14

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

Portions of RGB colors in percentages

R + G + B =
110 + 56 + 14 = 180 (100%)
R 110 of 180 ~ 61.11%
G 56 of 180 ~ 31.11%
B 14 of 180 ~ 7.78%

%61.11
%31.11

CMYK color model

#6E380E color CMYK value is (0,49,87,57).

  • cyan value is 0.00%
  • magenta value is 49.09%
  • yellow value is 87.27%
  • key color value is 56.86%
CMYK:
(0,49,87,57)
C0M49Y87K57 
(0%,49%,87%,57%)
(0.00/0.49/0.87/0.57)	

CMYK percentages

%0
%49.09
%87.27
%56.86

Codes

Color #6E380E in popluar color models

6E380E
RGB1105614
HSL26°77.42%24.31%
HSB/HSV26°87.27%43.14%
CMYK0.00%49.09%87.27%
56.86%

Color #6E380E in popluar number systems.

HEX6E380E
Decimal1105614
Binary11011101110001110
Octal1567016

Shades and tints

Shades of #6E380E

#6E380E
(110,56,14)
#64330D
(100,51,13)
#5A2E0C
(90,46,12)
#50290B
(80,41,11)
#46240A
(70,36,10)
#3C1F09
(60,31,9)
#321A08
(50,26,8)
#281507
(40,21,7)
#1E1006
(30,16,6)
#140B05
(20,11,5)
#0A0604
(10,6,4)
#000000
(0,0,0)

Tints of #6E380E

#6E380E
(110,56,14)
#7B4A23
(123,74,35)
#885C38
(136,92,56)
#956E4D
(149,110,77)
#A28062
(162,128,98)
#AF9277
(175,146,119)
#BCA48C
(188,164,140)
#C9B6A1
(201,182,161)
#D6C8B6
(214,200,182)
#E3DACB
(227,218,203)
#F0ECE0
(240,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E380E color. Also use rgb(110,56,14) instead hex code.

Text Font Color

.myTextColor { color: #6E380E; }

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

This text font color is #6E380E.


Background Color

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

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

This div background color is #6E380E.


Border color

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

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

This div border color is #6E380E.


Opacity

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

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

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

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

This text has shadow with #6E380E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E380E on black background.


Color preview on white background

This text has color #6E380E on white background.



Black color preview on #6E380E background

This text has black color on #6E380E background.


White color preview on #6E380E background

This text has white color on #6E380E background.