COLOR #6E4754

HEX: #6E4754 RGB: (110,71,84)

Color info

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

RGB color model

#6E4754 color RGB value is (110,71,84).

RGB: (110,71,84) (43%, 28%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 84 of 255 = 33%

110
71
84

R + G + B ~ 35%. #6E4754 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 84 = 265 (100%)
R 110 of 265 ~ 41.51%
G 71 of 265 ~ 26.79%
B 84 of 265 ~ 31.7'%

%41.51
%26.79
%31.7

CMYK color model

#6E4754 color CMYK value is (0,35,24,57).

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

CMYK: (0,35,24,57)
C0M35Y24K57 (0%, 35%, 24%, 57%)
(0.00 / 0.35 / 0.24 / 0.57)

CMYK percentages

%0
%35.45
%23.64
%56.86

Codes

Color #6E4754 in popluar color models

6E 47 54
RGB 110 71 84
HSL 340° 21.55% 35.49%
HSB/HSV 340° 35.45% 43.14%
CMYK 0.00% 35.45% 23.64%
56.86%

Color #6E4754 in popluar number systems.

HEX 6E 47 54
Decimal 110 71 84
Binary 1101110 1000111 1010100
Octal 156 107 124

Shades and tints

Shades of #6E4754

#6E4754
(110,71,84)
#64414D
(100,65,77)
#5A3B46
(90,59,70)
#50353F
(80,53,63)
#462F38
(70,47,56)
#3C2931
(60,41,49)
#32232A
(50,35,42)
#281D23
(40,29,35)
#1E171C
(30,23,28)
#141115
(20,17,21)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E4754

#6E4754
(110,71,84)
#7B5763
(123,87,99)
#886772
(136,103,114)
#957781
(149,119,129)
#A28790
(162,135,144)
#AF979F
(175,151,159)
#BCA7AE
(188,167,174)
#C9B7BD
(201,183,189)
#D6C7CC
(214,199,204)
#E3D7DB
(227,215,219)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4754; }

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

This text font color is #6E4754.

Background Color

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

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

This div background color is #6E4754.

Border color

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

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

This div border color is #6E4754.

Opacity

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

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

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

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

This text has shadow with #6E4754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4754.

Preview

Color preview on black background

This text has color #6E4754 on black background.


Color preview on white background

This text has color #6E4754 on white background.


Black color preview on #6E4754 background

This text has black color on #6E4754 background.


White color preview on #6E4754 background

This text has white color on #6E4754 background.


Related colors

Complementary color

Complementary color for #hex is #91B8AB.


I love getcolorcode.com

Triadic colors

1 #546E47 and #47546E with #6E4754 are triadic colors.

2 #54476E and #476E54 with #6E4754 are triadic colors.