COLOR #6E584E

HEX: #6E584E
RGB: (110,88,78)

Color info

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

RGB color model

#6E584E color RGB value is (110,88,78).

  • red value is 110;
  • green value is 88;
  • blue value is 78.
RGB:
(110,88,78)
(43%,35%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 78 of 255 = 31%

110
88
78

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

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 78 = 276 (100%)
R 110 of 276 ~ 39.86%
G 88 of 276 ~ 31.88%
B 78 of 276 ~ 28.26%

%39.86
%31.88
%28.26

CMYK color model

#6E584E color CMYK value is (0,20,29,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(0,20,29,57)
C0M20Y29K57 
(0%,20%,29%,57%)
(0.00/0.20/0.29/0.57)	

CMYK percentages

%0
%20
%29.09
%56.86

Codes

Color #6E584E in popluar color models

6E584E
RGB1108878
HSL19°17.02%36.86%
HSB/HSV19°29.09%43.14%
CMYK0.00%20.00%29.09%
56.86%

Color #6E584E in popluar number systems.

HEX6E584E
Decimal1108878
Binary110111010110001001110
Octal156130116

Shades and tints

Shades of #6E584E

#6E584E
(110,88,78)
#645047
(100,80,71)
#5A4840
(90,72,64)
#504039
(80,64,57)
#463832
(70,56,50)
#3C302B
(60,48,43)
#322824
(50,40,36)
#28201D
(40,32,29)
#1E1816
(30,24,22)
#14100F
(20,16,15)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #6E584E

#6E584E
(110,88,78)
#7B675E
(123,103,94)
#88766E
(136,118,110)
#95857E
(149,133,126)
#A2948E
(162,148,142)
#AFA39E
(175,163,158)
#BCB2AE
(188,178,174)
#C9C1BE
(201,193,190)
#D6D0CE
(214,208,206)
#E3DFDE
(227,223,222)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E584E color. Also use rgb(110,88,78) instead hex code.

Text Font Color

.myTextColor { color: #6E584E; }

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

This text font color is #6E584E.


Background Color

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

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

This div background color is #6E584E.


Border color

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

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

This div border color is #6E584E.


Opacity

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

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

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

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

This text has shadow with #6E584E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E584E on black background.


Color preview on white background

This text has color #6E584E on white background.



Black color preview on #6E584E background

This text has black color on #6E584E background.


White color preview on #6E584E background

This text has white color on #6E584E background.