COLOR #6E2F15

HEX: #6E2F15
RGB: (110,47,21)

Color info

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

RGB color model

#6E2F15 color RGB value is (110,47,21).

  • red value is 110;
  • green value is 47;
  • blue value is 21.
RGB:
(110,47,21)
(43%,18%,8%)

RGB channels and saturation

R 110 of 255 = 43%
G 47 of 255 = 18%
B 21 of 255 = 8%

110
47
21

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

Portions of RGB colors in percentages

R + G + B =
110 + 47 + 21 = 178 (100%)
R 110 of 178 ~ 61.8%
G 47 of 178 ~ 26.4%
B 21 of 178 ~ 11.8%

%61.8
%26.4
%11.8

CMYK color model

#6E2F15 color CMYK value is (0,57,81,57).

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 80.91%
  • key color value is 56.86%
CMYK:
(0,57,81,57)
C0M57Y81K57 
(0%,57%,81%,57%)
(0.00/0.57/0.81/0.57)	

CMYK percentages

%0
%57.27
%80.91
%56.86

Codes

Color #6E2F15 in popluar color models

6E2F15
RGB1104721
HSL18°67.94%25.69%
HSB/HSV18°80.91%43.14%
CMYK0.00%57.27%80.91%
56.86%

Color #6E2F15 in popluar number systems.

HEX6E2F15
Decimal1104721
Binary110111010111110101
Octal1565725

Shades and tints

Shades of #6E2F15

#6E2F15
(110,47,21)
#642B14
(100,43,20)
#5A2713
(90,39,19)
#502312
(80,35,18)
#461F11
(70,31,17)
#3C1B10
(60,27,16)
#32170F
(50,23,15)
#28130E
(40,19,14)
#1E0F0D
(30,15,13)
#140B0C
(20,11,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E2F15

#6E2F15
(110,47,21)
#7B412A
(123,65,42)
#88533F
(136,83,63)
#956554
(149,101,84)
#A27769
(162,119,105)
#AF897E
(175,137,126)
#BC9B93
(188,155,147)
#C9ADA8
(201,173,168)
#D6BFBD
(214,191,189)
#E3D1D2
(227,209,210)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2F15 color. Also use rgb(110,47,21) instead hex code.

Text Font Color

.myTextColor { color: #6E2F15; }

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

This text font color is #6E2F15.


Background Color

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

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

This div background color is #6E2F15.


Border color

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

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

This div border color is #6E2F15.


Opacity

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

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

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

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

This text has shadow with #6E2F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2F15 on black background.


Color preview on white background

This text has color #6E2F15 on white background.



Black color preview on #6E2F15 background

This text has black color on #6E2F15 background.


White color preview on #6E2F15 background

This text has white color on #6E2F15 background.