COLOR #6E474A

HEX: #6E474A RGB: (110,71,74)

Color info

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

RGB color model

#6E474A color RGB value is (110,71,74).

RGB: (110,71,74) (43%, 28%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 74 of 255 = 29%

110
71
74

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

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 74 = 255 (100%)
R 110 of 255 ~ 43.14%
G 71 of 255 ~ 27.84%
B 74 of 255 ~ 29.02'%

%43.14
%27.84
%29.02

CMYK color model

#6E474A color CMYK value is (0,35,33,57).

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

CMYK: (0,35,33,57)
C0M35Y33K57 (0%, 35%, 33%, 57%)
(0.00 / 0.35 / 0.33 / 0.57)

CMYK percentages

%0
%35.45
%32.73
%56.86

Codes

Color #6E474A in popluar color models

6E 47 4A
RGB 110 71 74
HSL 355° 21.55% 35.49%
HSB/HSV 355° 35.45% 43.14%
CMYK 0.00% 35.45% 32.73%
56.86%

Color #6E474A in popluar number systems.

HEX 6E 47 4A
Decimal 110 71 74
Binary 1101110 1000111 1001010
Octal 156 107 112

Shades and tints

Shades of #6E474A

#6E474A
(110,71,74)
#644144
(100,65,68)
#5A3B3E
(90,59,62)
#503538
(80,53,56)
#462F32
(70,47,50)
#3C292C
(60,41,44)
#322326
(50,35,38)
#281D20
(40,29,32)
#1E171A
(30,23,26)
#141114
(20,17,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E474A

#6E474A
(110,71,74)
#7B575A
(123,87,90)
#88676A
(136,103,106)
#95777A
(149,119,122)
#A2878A
(162,135,138)
#AF979A
(175,151,154)
#BCA7AA
(188,167,170)
#C9B7BA
(201,183,186)
#D6C7CA
(214,199,202)
#E3D7DA
(227,215,218)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E474A; }

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

This text font color is #6E474A.

Background Color

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

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

This div background color is #6E474A.

Border color

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

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

This div border color is #6E474A.

Opacity

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

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

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

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

This text has shadow with #6E474A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E474A.

Preview

Color preview on black background

This text has color #6E474A on black background.


Color preview on white background

This text has color #6E474A on white background.


Black color preview on #6E474A background

This text has black color on #6E474A background.


White color preview on #6E474A background

This text has white color on #6E474A background.


Related colors

Complementary color

Complementary color for #hex is #91B8B5.


I love getcolorcode.com

Triadic colors

1 #4A6E47 and #474A6E with #6E474A are triadic colors.

2 #4A476E and #476E4A with #6E474A are triadic colors.