COLOR #6E4761

HEX: #6E4761 RGB: (110,71,97)

Color info

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

RGB color model

#6E4761 color RGB value is (110,71,97).

RGB: (110,71,97) (43%, 28%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 97 of 255 = 38%

110
71
97

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

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 97 = 278 (100%)
R 110 of 278 ~ 39.57%
G 71 of 278 ~ 25.54%
B 97 of 278 ~ 34.89'%

%39.57
%25.54
%34.89

CMYK color model

#6E4761 color CMYK value is (0,35,12,57).

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

CMYK: (0,35,12,57)
C0M35Y12K57 (0%, 35%, 12%, 57%)
(0.00 / 0.35 / 0.12 / 0.57)

CMYK percentages

%0
%35.45
%11.82
%56.86

Codes

Color #6E4761 in popluar color models

6E 47 61
RGB 110 71 97
HSL 320° 21.55% 35.49%
HSB/HSV 320° 35.45% 43.14%
CMYK 0.00% 35.45% 11.82%
56.86%

Color #6E4761 in popluar number systems.

HEX 6E 47 61
Decimal 110 71 97
Binary 1101110 1000111 1100001
Octal 156 107 141

Shades and tints

Shades of #6E4761

#6E4761
(110,71,97)
#644159
(100,65,89)
#5A3B51
(90,59,81)
#503549
(80,53,73)
#462F41
(70,47,65)
#3C2939
(60,41,57)
#322331
(50,35,49)
#281D29
(40,29,41)
#1E1721
(30,23,33)
#141119
(20,17,25)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #6E4761

#6E4761
(110,71,97)
#7B576F
(123,87,111)
#88677D
(136,103,125)
#95778B
(149,119,139)
#A28799
(162,135,153)
#AF97A7
(175,151,167)
#BCA7B5
(188,167,181)
#C9B7C3
(201,183,195)
#D6C7D1
(214,199,209)
#E3D7DF
(227,215,223)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4761; }

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

This text font color is #6E4761.

Background Color

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

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

This div background color is #6E4761.

Border color

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

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

This div border color is #6E4761.

Opacity

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

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

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

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

This text has shadow with #6E4761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4761.

Preview

Color preview on black background

This text has color #6E4761 on black background.


Color preview on white background

This text has color #6E4761 on white background.


Black color preview on #6E4761 background

This text has black color on #6E4761 background.


White color preview on #6E4761 background

This text has white color on #6E4761 background.


Related colors

Complementary color

Complementary color for #hex is #91B89E.


I love getcolorcode.com

Triadic colors

1 #616E47 and #47616E with #6E4761 are triadic colors.

2 #61476E and #476E61 with #6E4761 are triadic colors.