COLOR #6E475D

HEX: #6E475D RGB: (110,71,93)

Color info

#6E475D contains red, green and blue colors in about the same proportion. Web safe color of #6E475D is #663366 (or #636).

RGB color model

#6E475D color RGB value is (110,71,93).

RGB: (110,71,93) (43%, 28%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 93 of 255 = 36%

110
71
93

R + G + B ~ 36%. #6E475D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 93 = 274 (100%)
R 110 of 274 ~ 40.15%
G 71 of 274 ~ 25.91%
B 93 of 274 ~ 33.94'%

%40.15
%25.91
%33.94

CMYK color model

#6E475D color CMYK value is (0,35,15,57).

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

CMYK: (0,35,15,57)
C0M35Y15K57 (0%, 35%, 15%, 57%)
(0.00 / 0.35 / 0.15 / 0.57)

CMYK percentages

%0
%35.45
%15.45
%56.86

Codes

Color #6E475D in popluar color models

6E 47 5D
RGB 110 71 93
HSL 326° 21.55% 35.49%
HSB/HSV 326° 35.45% 43.14%
CMYK 0.00% 35.45% 15.45%
56.86%

Color #6E475D in popluar number systems.

HEX 6E 47 5D
Decimal 110 71 93
Binary 1101110 1000111 1011101
Octal 156 107 135

Shades and tints

Shades of #6E475D

#6E475D
(110,71,93)
#644155
(100,65,85)
#5A3B4D
(90,59,77)
#503545
(80,53,69)
#462F3D
(70,47,61)
#3C2935
(60,41,53)
#32232D
(50,35,45)
#281D25
(40,29,37)
#1E171D
(30,23,29)
#141115
(20,17,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E475D

#6E475D
(110,71,93)
#7B576B
(123,87,107)
#886779
(136,103,121)
#957787
(149,119,135)
#A28795
(162,135,149)
#AF97A3
(175,151,163)
#BCA7B1
(188,167,177)
#C9B7BF
(201,183,191)
#D6C7CD
(214,199,205)
#E3D7DB
(227,215,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E475D; }

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

This text font color is #6E475D.

Background Color

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

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

This div background color is #6E475D.

Border color

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

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

This div border color is #6E475D.

Opacity

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

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

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

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

This text has shadow with #6E475D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E475D.

Preview

Color preview on black background

This text has color #6E475D on black background.


Color preview on white background

This text has color #6E475D on white background.


Black color preview on #6E475D background

This text has black color on #6E475D background.


White color preview on #6E475D background

This text has white color on #6E475D background.


Related colors

Complementary color

Complementary color for #hex is #91B8A2.


I love getcolorcode.com

Triadic colors

1 #5D6E47 and #475D6E with #6E475D are triadic colors.

2 #5D476E and #476E5D with #6E475D are triadic colors.