COLOR #6E5765

HEX: #6E5765
RGB: (110,87,101)

Color info

#6E5765 contains red, green and blue colors in about the same proportion. Web safe color of #6E5765 is #666666 (or #666).

RGB color model

#6E5765 color RGB value is (110,87,101).

  • red value is 110;
  • green value is 87;
  • blue value is 101.
RGB:
(110,87,101)
(43%,34%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 87 of 255 = 34%
B 101 of 255 = 40%

110
87
101

R + G + B ~ 39%. #6E5765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 87 + 101 = 298 (100%)
R 110 of 298 ~ 36.91%
G 87 of 298 ~ 29.19%
B 101 of 298 ~ 33.89%

%36.91
%29.19
%33.89

CMYK color model

#6E5765 color CMYK value is (0,21,8,57).

  • cyan value is 0.00%
  • magenta value is 20.91%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,21,8,57)
C0M21Y8K57 
(0%,21%,8%,57%)
(0.00/0.21/0.08/0.57)	

CMYK percentages

%0
%20.91
%8.18
%56.86

Codes

Color #6E5765 in popluar color models

6E5765
RGB11087101
HSL323°11.68%38.63%
HSB/HSV323°20.91%43.14%
CMYK0.00%20.91%8.18%
56.86%

Color #6E5765 in popluar number systems.

HEX6E5765
Decimal11087101
Binary110111010101111100101
Octal156127145

Shades and tints

Shades of #6E5765

#6E5765
(110,87,101)
#64505C
(100,80,92)
#5A4953
(90,73,83)
#50424A
(80,66,74)
#463B41
(70,59,65)
#3C3438
(60,52,56)
#322D2F
(50,45,47)
#282626
(40,38,38)
#1E1F1D
(30,31,29)
#141814
(20,24,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E5765

#6E5765
(110,87,101)
#7B6673
(123,102,115)
#887581
(136,117,129)
#95848F
(149,132,143)
#A2939D
(162,147,157)
#AFA2AB
(175,162,171)
#BCB1B9
(188,177,185)
#C9C0C7
(201,192,199)
#D6CFD5
(214,207,213)
#E3DEE3
(227,222,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5765 color. Also use rgb(110,87,101) instead hex code.

Text Font Color

.myTextColor { color: #6E5765; }

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

This text font color is #6E5765.


Background Color

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

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

This div background color is #6E5765.


Border color

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

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

This div border color is #6E5765.


Opacity

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

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

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

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

This text has shadow with #6E5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5765 on black background.


Color preview on white background

This text has color #6E5765 on white background.



Black color preview on #6E5765 background

This text has black color on #6E5765 background.


White color preview on #6E5765 background

This text has white color on #6E5765 background.