COLOR #6E2524

HEX: #6E2524
RGB: (110,37,36)

Color info

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

RGB color model

#6E2524 color RGB value is (110,37,36).

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

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 36 of 255 = 14%

110
37
36

R + G + B ~ 24%. #6E2524 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 37 + 36 = 183 (100%)
R 110 of 183 ~ 60.11%
G 37 of 183 ~ 20.22%
B 36 of 183 ~ 19.67%

%60.11
%20.22
%19.67

CMYK color model

#6E2524 color CMYK value is (0,66,67,57).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(0,66,67,57)
C0M66Y67K57 
(0%,66%,67%,57%)
(0.00/0.66/0.67/0.57)	

CMYK percentages

%0
%66.36
%67.27
%56.86

Codes

Color #6E2524 in popluar color models

6E2524
RGB1103736
HSL50.68%28.63%
HSB/HSV67.27%43.14%
CMYK0.00%66.36%67.27%
56.86%

Color #6E2524 in popluar number systems.

HEX6E2524
Decimal1103736
Binary1101110100101100100
Octal1564544

Shades and tints

Shades of #6E2524

#6E2524
(110,37,36)
#642221
(100,34,33)
#5A1F1E
(90,31,30)
#501C1B
(80,28,27)
#461918
(70,25,24)
#3C1615
(60,22,21)
#321312
(50,19,18)
#28100F
(40,16,15)
#1E0D0C
(30,13,12)
#140A09
(20,10,9)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #6E2524

#6E2524
(110,37,36)
#7B3837
(123,56,55)
#884B4A
(136,75,74)
#955E5D
(149,94,93)
#A27170
(162,113,112)
#AF8483
(175,132,131)
#BC9796
(188,151,150)
#C9AAA9
(201,170,169)
#D6BDBC
(214,189,188)
#E3D0CF
(227,208,207)
#F0E3E2
(240,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2524; }

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

This text font color is #6E2524.


Background Color

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

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

This div background color is #6E2524.


Border color

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

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

This div border color is #6E2524.


Opacity

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

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

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

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

This text has shadow with #6E2524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2524 on black background.


Color preview on white background

This text has color #6E2524 on white background.



Black color preview on #6E2524 background

This text has black color on #6E2524 background.


White color preview on #6E2524 background

This text has white color on #6E2524 background.