COLOR #6E5F70

HEX: #6E5F70 RGB: (110,95,112)

Color info

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

RGB color model

#6E5F70 color RGB value is (110,95,112).

RGB: (110,95,112) (43%, 37%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 112 of 255 = 44%

110
95
112

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 112 = 317 (100%)
R 110 of 317 ~ 34.7%
G 95 of 317 ~ 29.97%
B 112 of 317 ~ 35.33'%

%34.7
%29.97
%35.33

CMYK color model

#6E5F70 color CMYK value is (2,15,0,56).

  • cyan value is 1.79%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (2,15,0,56)
C2M15Y0K56 (2%, 15%, 0%, 56%)
(0.02 / 0.15 / 0.00 / 0.56)

CMYK percentages

%1.79
%15.18
%0
%56.08

Codes

Color #6E5F70 in popluar color models

6E 5F 70
RGB 110 95 112
HSL 293° 8.21% 40.59%
HSB/HSV 293° 15.18% 43.92%
CMYK 1.79% 15.18% 0.00%
56.08%

Color #6E5F70 in popluar number systems.

HEX 6E 5F 70
Decimal 110 95 112
Binary 1101110 1011111 1110000
Octal 156 137 160

Shades and tints

Shades of #6E5F70

#6E5F70
(110,95,112)
#645766
(100,87,102)
#5A4F5C
(90,79,92)
#504752
(80,71,82)
#463F48
(70,63,72)
#3C373E
(60,55,62)
#322F34
(50,47,52)
#28272A
(40,39,42)
#1E1F20
(30,31,32)
#141716
(20,23,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E5F70

#6E5F70
(110,95,112)
#7B6D7D
(123,109,125)
#887B8A
(136,123,138)
#958997
(149,137,151)
#A297A4
(162,151,164)
#AFA5B1
(175,165,177)
#BCB3BE
(188,179,190)
#C9C1CB
(201,193,203)
#D6CFD8
(214,207,216)
#E3DDE5
(227,221,229)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F70; }

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

This text font color is #6E5F70.

Background Color

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

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

This div background color is #6E5F70.

Border color

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

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

This div border color is #6E5F70.

Opacity

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

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

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

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

This text has shadow with #6E5F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5F70.

Preview

Color preview on black background

This text has color #6E5F70 on black background.


Color preview on white background

This text has color #6E5F70 on white background.


Black color preview on #6E5F70 background

This text has black color on #6E5F70 background.


White color preview on #6E5F70 background

This text has white color on #6E5F70 background.


Related colors

Complementary color

Complementary color for #hex is #91A08F.


I love getcolorcode.com

Triadic colors

1 #706E5F and #5F706E with #6E5F70 are triadic colors.

2 #705F6E and #5F6E70 with #6E5F70 are triadic colors.