COLOR #6E5F72

HEX: #6E5F72
RGB: (110,95,114)

Color info

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

RGB color model

#6E5F72 color RGB value is (110,95,114).

  • red value is 110;
  • green value is 95;
  • blue value is 114.
RGB:
(110,95,114)
(43%,37%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 114 of 255 = 45%

110
95
114

R + G + B ~ 42%. #6E5F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 114 = 319 (100%)
R 110 of 319 ~ 34.48%
G 95 of 319 ~ 29.78%
B 114 of 319 ~ 35.74%

%34.48
%29.78
%35.74

CMYK color model

#6E5F72 color CMYK value is (4,17,0,55).

  • cyan value is 3.51%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,17,0,55)
C4M17Y0K55 
(4%,17%,0%,55%)
(0.04/0.17/0.00/0.55)	

CMYK percentages

%3.51
%16.67
%0
%55.29

Codes

Color #6E5F72 in popluar color models

6E5F72
RGB11095114
HSL287°9.09%40.98%
HSB/HSV287°16.67%44.71%
CMYK3.51%16.67%0.00%
55.29%

Color #6E5F72 in popluar number systems.

HEX6E5F72
Decimal11095114
Binary110111010111111110010
Octal156137162

Shades and tints

Shades of #6E5F72

#6E5F72
(110,95,114)
#645768
(100,87,104)
#5A4F5E
(90,79,94)
#504754
(80,71,84)
#463F4A
(70,63,74)
#3C3740
(60,55,64)
#322F36
(50,47,54)
#28272C
(40,39,44)
#1E1F22
(30,31,34)
#141718
(20,23,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E5F72

#6E5F72
(110,95,114)
#7B6D7E
(123,109,126)
#887B8A
(136,123,138)
#958996
(149,137,150)
#A297A2
(162,151,162)
#AFA5AE
(175,165,174)
#BCB3BA
(188,179,186)
#C9C1C6
(201,193,198)
#D6CFD2
(214,207,210)
#E3DDDE
(227,221,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5F72 color. Also use rgb(110,95,114) instead hex code.

Text Font Color

.myTextColor { color: #6E5F72; }

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

This text font color is #6E5F72.


Background Color

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

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

This div background color is #6E5F72.


Border color

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

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

This div border color is #6E5F72.


Opacity

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

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

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

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

This text has shadow with #6E5F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F72 on black background.


Color preview on white background

This text has color #6E5F72 on white background.



Black color preview on #6E5F72 background

This text has black color on #6E5F72 background.


White color preview on #6E5F72 background

This text has white color on #6E5F72 background.