COLOR #6E241B

HEX: #6E241B
RGB: (110,36,27)

Color info

#6E241B contains mainly red color. Web safe color of #6E241B is #663333 (or #633).

RGB color model

#6E241B color RGB value is (110,36,27).

  • red value is 110;
  • green value is 36;
  • blue value is 27.
RGB:
(110,36,27)
(43%,14%,11%)

RGB channels and saturation

R 110 of 255 = 43%
G 36 of 255 = 14%
B 27 of 255 = 11%

110
36
27

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

Portions of RGB colors in percentages

R + G + B =
110 + 36 + 27 = 173 (100%)
R 110 of 173 ~ 63.58%
G 36 of 173 ~ 20.81%
B 27 of 173 ~ 15.61%

%63.58
%20.81
%15.61

CMYK color model

#6E241B color CMYK value is (0,67,75,57).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 75.45%
  • key color value is 56.86%
CMYK:
(0,67,75,57)
C0M67Y75K57 
(0%,67%,75%,57%)
(0.00/0.67/0.75/0.57)	

CMYK percentages

%0
%67.27
%75.45
%56.86

Codes

Color #6E241B in popluar color models

6E241B
RGB1103627
HSL60.58%26.86%
HSB/HSV75.45%43.14%
CMYK0.00%67.27%75.45%
56.86%

Color #6E241B in popluar number systems.

HEX6E241B
Decimal1103627
Binary110111010010011011
Octal1564433

Shades and tints

Shades of #6E241B

#6E241B
(110,36,27)
#642119
(100,33,25)
#5A1E17
(90,30,23)
#501B15
(80,27,21)
#461813
(70,24,19)
#3C1511
(60,21,17)
#32120F
(50,18,15)
#280F0D
(40,15,13)
#1E0C0B
(30,12,11)
#140909
(20,9,9)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #6E241B

#6E241B
(110,36,27)
#7B372F
(123,55,47)
#884A43
(136,74,67)
#955D57
(149,93,87)
#A2706B
(162,112,107)
#AF837F
(175,131,127)
#BC9693
(188,150,147)
#C9A9A7
(201,169,167)
#D6BCBB
(214,188,187)
#E3CFCF
(227,207,207)
#F0E2E3
(240,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E241B color. Also use rgb(110,36,27) instead hex code.

Text Font Color

.myTextColor { color: #6E241B; }

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

This text font color is #6E241B.


Background Color

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

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

This div background color is #6E241B.


Border color

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

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

This div border color is #6E241B.


Opacity

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

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

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

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

This text has shadow with #6E241B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E241B on black background.


Color preview on white background

This text has color #6E241B on white background.



Black color preview on #6E241B background

This text has black color on #6E241B background.


White color preview on #6E241B background

This text has white color on #6E241B background.