COLOR #6E5762

HEX: #6E5762
RGB: (110,87,98)

Color info

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

RGB color model

#6E5762 color RGB value is (110,87,98).

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

RGB channels and saturation

R 110 of 255 = 43%
G 87 of 255 = 34%
B 98 of 255 = 38%

110
87
98

R + G + B ~ 38%. #6E5762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 87 + 98 = 295 (100%)
R 110 of 295 ~ 37.29%
G 87 of 295 ~ 29.49%
B 98 of 295 ~ 33.22%

%37.29
%29.49
%33.22

CMYK color model

#6E5762 color CMYK value is (0,21,11,57).

  • cyan value is 0.00%
  • magenta value is 20.91%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(0,21,11,57)
C0M21Y11K57 
(0%,21%,11%,57%)
(0.00/0.21/0.11/0.57)	

CMYK percentages

%0
%20.91
%10.91
%56.86

Codes

Color #6E5762 in popluar color models

6E5762
RGB1108798
HSL331°11.68%38.63%
HSB/HSV331°20.91%43.14%
CMYK0.00%20.91%10.91%
56.86%

Color #6E5762 in popluar number systems.

HEX6E5762
Decimal1108798
Binary110111010101111100010
Octal156127142

Shades and tints

Shades of #6E5762

#6E5762
(110,87,98)
#64505A
(100,80,90)
#5A4952
(90,73,82)
#50424A
(80,66,74)
#463B42
(70,59,66)
#3C343A
(60,52,58)
#322D32
(50,45,50)
#28262A
(40,38,42)
#1E1F22
(30,31,34)
#14181A
(20,24,26)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E5762

#6E5762
(110,87,98)
#7B6670
(123,102,112)
#88757E
(136,117,126)
#95848C
(149,132,140)
#A2939A
(162,147,154)
#AFA2A8
(175,162,168)
#BCB1B6
(188,177,182)
#C9C0C4
(201,192,196)
#D6CFD2
(214,207,210)
#E3DEE0
(227,222,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5762; }

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

This text font color is #6E5762.


Background Color

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

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

This div background color is #6E5762.


Border color

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

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

This div border color is #6E5762.


Opacity

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

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

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

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

This text has shadow with #6E5762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5762 on black background.


Color preview on white background

This text has color #6E5762 on white background.



Black color preview on #6E5762 background

This text has black color on #6E5762 background.


White color preview on #6E5762 background

This text has white color on #6E5762 background.