COLOR #6E2328

HEX: #6E2328
RGB: (110,35,40)

Color info

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

RGB color model

#6E2328 color RGB value is (110,35,40).

  • red value is 110;
  • green value is 35;
  • blue value is 40.
RGB:
(110,35,40)
(43%,14%,16%)

RGB channels and saturation

R 110 of 255 = 43%
G 35 of 255 = 14%
B 40 of 255 = 16%

110
35
40

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

Portions of RGB colors in percentages

R + G + B =
110 + 35 + 40 = 185 (100%)
R 110 of 185 ~ 59.46%
G 35 of 185 ~ 18.92%
B 40 of 185 ~ 21.62%

%59.46
%18.92
%21.62

CMYK color model

#6E2328 color CMYK value is (0,68,64,57).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 63.64%
  • key color value is 56.86%
CMYK:
(0,68,64,57)
C0M68Y64K57 
(0%,68%,64%,57%)
(0.00/0.68/0.64/0.57)	

CMYK percentages

%0
%68.18
%63.64
%56.86

Codes

Color #6E2328 in popluar color models

6E2328
RGB1103540
HSL356°51.72%28.43%
HSB/HSV356°68.18%43.14%
CMYK0.00%68.18%63.64%
56.86%

Color #6E2328 in popluar number systems.

HEX6E2328
Decimal1103540
Binary1101110100011101000
Octal1564350

Shades and tints

Shades of #6E2328

#6E2328
(110,35,40)
#642025
(100,32,37)
#5A1D22
(90,29,34)
#501A1F
(80,26,31)
#46171C
(70,23,28)
#3C1419
(60,20,25)
#321116
(50,17,22)
#280E13
(40,14,19)
#1E0B10
(30,11,16)
#14080D
(20,8,13)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #6E2328

#6E2328
(110,35,40)
#7B373B
(123,55,59)
#884B4E
(136,75,78)
#955F61
(149,95,97)
#A27374
(162,115,116)
#AF8787
(175,135,135)
#BC9B9A
(188,155,154)
#C9AFAD
(201,175,173)
#D6C3C0
(214,195,192)
#E3D7D3
(227,215,211)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2328 color. Also use rgb(110,35,40) instead hex code.

Text Font Color

.myTextColor { color: #6E2328; }

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

This text font color is #6E2328.


Background Color

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

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

This div background color is #6E2328.


Border color

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

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

This div border color is #6E2328.


Opacity

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

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

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

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

This text has shadow with #6E2328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2328 on black background.


Color preview on white background

This text has color #6E2328 on white background.



Black color preview on #6E2328 background

This text has black color on #6E2328 background.


White color preview on #6E2328 background

This text has white color on #6E2328 background.