COLOR #6E6A58

HEX: #6E6A58
RGB: (110,106,88)

Color info

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

RGB color model

#6E6A58 color RGB value is (110,106,88).

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

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 88 of 255 = 35%

110
106
88

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 88 = 304 (100%)
R 110 of 304 ~ 36.18%
G 106 of 304 ~ 34.87%
B 88 of 304 ~ 28.95%

%36.18
%34.87
%28.95

CMYK color model

#6E6A58 color CMYK value is (0,4,20,57).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 20.00%
  • key color value is 56.86%
CMYK:
(0,4,20,57)
C0M4Y20K57 
(0%,4%,20%,57%)
(0.00/0.04/0.20/0.57)	

CMYK percentages

%0
%3.64
%20
%56.86

Codes

Color #6E6A58 in popluar color models

6E6A58
RGB11010688
HSL49°11.11%38.82%
HSB/HSV49°20.00%43.14%
CMYK0.00%3.64%20.00%
56.86%

Color #6E6A58 in popluar number systems.

HEX6E6A58
Decimal11010688
Binary110111011010101011000
Octal156152130

Shades and tints

Shades of #6E6A58

#6E6A58
(110,106,88)
#646150
(100,97,80)
#5A5848
(90,88,72)
#504F40
(80,79,64)
#464638
(70,70,56)
#3C3D30
(60,61,48)
#323428
(50,52,40)
#282B20
(40,43,32)
#1E2218
(30,34,24)
#141910
(20,25,16)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #6E6A58

#6E6A58
(110,106,88)
#7B7767
(123,119,103)
#888476
(136,132,118)
#959185
(149,145,133)
#A29E94
(162,158,148)
#AFABA3
(175,171,163)
#BCB8B2
(188,184,178)
#C9C5C1
(201,197,193)
#D6D2D0
(214,210,208)
#E3DFDF
(227,223,223)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A58; }

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

This text font color is #6E6A58.


Background Color

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

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

This div background color is #6E6A58.


Border color

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

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

This div border color is #6E6A58.


Opacity

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

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

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

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

This text has shadow with #6E6A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A58 on black background.


Color preview on white background

This text has color #6E6A58 on white background.



Black color preview on #6E6A58 background

This text has black color on #6E6A58 background.


White color preview on #6E6A58 background

This text has white color on #6E6A58 background.