COLOR #6E464A

HEX: #6E464A RGB: (110,70,74)

Color info

#6E464A contains red, green and blue colors in about the same proportion. Web safe color of #6E464A is #663333 (or #633).

RGB color model

#6E464A color RGB value is (110,70,74).

RGB: (110,70,74) (43%, 27%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 74 of 255 = 29%

110
70
74

R + G + B ~ 33%. #6E464A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 70 + 74 = 254 (100%)
R 110 of 254 ~ 43.31%
G 70 of 254 ~ 27.56%
B 74 of 254 ~ 29.13'%

%43.31
%27.56
%29.13

CMYK color model

#6E464A color CMYK value is (0,36,33,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 32.73%
  • key color value is 56.86%

CMYK: (0,36,33,57)
C0M36Y33K57 (0%, 36%, 33%, 57%)
(0.00 / 0.36 / 0.33 / 0.57)

CMYK percentages

%0
%36.36
%32.73
%56.86

Codes

Color #6E464A in popluar color models

6E 46 4A
RGB 110 70 74
HSL 354° 22.22% 35.29%
HSB/HSV 354° 36.36% 43.14%
CMYK 0.00% 36.36% 32.73%
56.86%

Color #6E464A in popluar number systems.

HEX 6E 46 4A
Decimal 110 70 74
Binary 1101110 1000110 1001010
Octal 156 106 112

Shades and tints

Shades of #6E464A

#6E464A
(110,70,74)
#644044
(100,64,68)
#5A3A3E
(90,58,62)
#503438
(80,52,56)
#462E32
(70,46,50)
#3C282C
(60,40,44)
#322226
(50,34,38)
#281C20
(40,28,32)
#1E161A
(30,22,26)
#141014
(20,16,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E464A

#6E464A
(110,70,74)
#7B565A
(123,86,90)
#88666A
(136,102,106)
#95767A
(149,118,122)
#A2868A
(162,134,138)
#AF969A
(175,150,154)
#BCA6AA
(188,166,170)
#C9B6BA
(201,182,186)
#D6C6CA
(214,198,202)
#E3D6DA
(227,214,218)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E464A color. Also use rgb(110,70,74) instead hex code.

Text Font Color

.myTextColor { color: #6E464A; }

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

This text font color is #6E464A.

Background Color

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

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

This div background color is #6E464A.

Border color

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

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

This div border color is #6E464A.

Opacity

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

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

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

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

This text has shadow with #6E464A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E464A.

Preview

Color preview on black background

This text has color #6E464A on black background.


Color preview on white background

This text has color #6E464A on white background.


Black color preview on #6E464A background

This text has black color on #6E464A background.


White color preview on #6E464A background

This text has white color on #6E464A background.


Related colors

Complementary color

Complementary color for #hex is #91B9B5.


I love getcolorcode.com

Triadic colors

1 #4A6E46 and #464A6E with #6E464A are triadic colors.

2 #4A466E and #466E4A with #6E464A are triadic colors.