COLOR #6E232A

HEX: #6E232A
RGB: (110,35,42)

Color info

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

RGB color model

#6E232A color RGB value is (110,35,42).

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

RGB channels and saturation

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

110
35
42

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

Portions of RGB colors in percentages

R + G + B =
110 + 35 + 42 = 187 (100%)
R 110 of 187 ~ 58.82%
G 35 of 187 ~ 18.72%
B 42 of 187 ~ 22.46%

%58.82
%18.72
%22.46

CMYK color model

#6E232A color CMYK value is (0,68,62,57).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 61.82%
  • key color value is 56.86%
CMYK: (0,68,62,57) C0M68Y62K57 (0%,68%,62%,57%) (0.00/0.68/0.62/0.57)

CMYK percentages

%0
%68.18
%61.82
%56.86

Codes

Color #6E232A in popluar color models

6E232A
RGB1103542
HSL354°51.72%28.43%
HSB/HSV354°68.18%43.14%
CMYK0.00%68.18%61.82%
56.86%

Color #6E232A in popluar number systems.

HEX6E232A
Decimal1103542
Binary1101110100011101010
Octal1564352

Shades and tints

Shades of #6E232A

#6E232A
(110,35,42)
#642027
(100,32,39)
#5A1D24
(90,29,36)
#501A21
(80,26,33)
#46171E
(70,23,30)
#3C141B
(60,20,27)
#321118
(50,17,24)
#280E15
(40,14,21)
#1E0B12
(30,11,18)
#14080F
(20,8,15)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #6E232A

#6E232A
(110,35,42)
#7B373D
(123,55,61)
#884B50
(136,75,80)
#955F63
(149,95,99)
#A27376
(162,115,118)
#AF8789
(175,135,137)
#BC9B9C
(188,155,156)
#C9AFAF
(201,175,175)
#D6C3C2
(214,195,194)
#E3D7D5
(227,215,213)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E232A; }

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

This text font color is #6E232A.


Background Color

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

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

This div background color is #6E232A.


Border color

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

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

This div border color is #6E232A.


Opacity

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

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

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

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

This text has shadow with #6E232A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E232A on black background.


Color preview on white background

This text has color #6E232A on white background.



Black color preview on #6E232A background

This text has black color on #6E232A background.


White color preview on #6E232A background

This text has white color on #6E232A background.