COLOR #6E323C

HEX: #6E323C RGB: (110,50,60)

Color info

#6E323C contains mainly red and blue colors. Web safe color of #6E323C is #663333 (or #633).

RGB color model

#6E323C color RGB value is (110,50,60).

RGB: (110,50,60) (43%, 20%, 24%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 60 of 255 = 24%

110
50
60

R + G + B ~ 29%. #6E323C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 50 + 60 = 220 (100%)
R 110 of 220 ~ 50%
G 50 of 220 ~ 22.73%
B 60 of 220 ~ 27.27'%

%50
%22.73
%27.27

CMYK color model

#6E323C color CMYK value is (0,55,45,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 45.45%
  • key color value is 56.86%

CMYK: (0,55,45,57)
C0M55Y45K57 (0%, 55%, 45%, 57%)
(0.00 / 0.55 / 0.45 / 0.57)

CMYK percentages

%0
%54.55
%45.45
%56.86

Codes

Color #6E323C in popluar color models

6E 32 3C
RGB 110 50 60
HSL 350° 37.50% 31.37%
HSB/HSV 350° 54.55% 43.14%
CMYK 0.00% 54.55% 45.45%
56.86%

Color #6E323C in popluar number systems.

HEX 6E 32 3C
Decimal 110 50 60
Binary 1101110 110010 111100
Octal 156 62 74

Shades and tints

Shades of #6E323C

#6E323C
(110,50,60)
#642E37
(100,46,55)
#5A2A32
(90,42,50)
#50262D
(80,38,45)
#462228
(70,34,40)
#3C1E23
(60,30,35)
#321A1E
(50,26,30)
#281619
(40,22,25)
#1E1214
(30,18,20)
#140E0F
(20,14,15)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E323C

#6E323C
(110,50,60)
#7B444D
(123,68,77)
#88565E
(136,86,94)
#95686F
(149,104,111)
#A27A80
(162,122,128)
#AF8C91
(175,140,145)
#BC9EA2
(188,158,162)
#C9B0B3
(201,176,179)
#D6C2C4
(214,194,196)
#E3D4D5
(227,212,213)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E323C color. Also use rgb(110,50,60) instead hex code.

Text Font Color

.myTextColor { color: #6E323C; }

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

This text font color is #6E323C.

Background Color

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

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

This div background color is #6E323C.

Border color

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

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

This div border color is #6E323C.

Opacity

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

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

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

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

This text has shadow with #6E323C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E323C.

Preview

Color preview on black background

This text has color #6E323C on black background.


Color preview on white background

This text has color #6E323C on white background.


Black color preview on #6E323C background

This text has black color on #6E323C background.


White color preview on #6E323C background

This text has white color on #6E323C background.


Related colors

Complementary color

Complementary color for #hex is #91CDC3.


I love getcolorcode.com

Triadic colors

1 #3C6E32 and #323C6E with #6E323C are triadic colors.

2 #3C326E and #326E3C with #6E323C are triadic colors.