COLOR #6E6A5A

HEX: #6E6A5A
RGB: (110,106,90)

Color info

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

RGB color model

#6E6A5A color RGB value is (110,106,90).

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

RGB channels and saturation

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

110
106
90

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 90 = 306 (100%)
R 110 of 306 ~ 35.95%
G 106 of 306 ~ 34.64%
B 90 of 306 ~ 29.41%

%35.95
%34.64
%29.41

CMYK color model

#6E6A5A color CMYK value is (0,4,18,57).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 18.18%
  • key color value is 56.86%
CMYK:
(0,4,18,57)
C0M4Y18K57 
(0%,4%,18%,57%)
(0.00/0.04/0.18/0.57)	

CMYK percentages

%0
%3.64
%18.18
%56.86

Codes

Color #6E6A5A in popluar color models

6E6A5A
RGB11010690
HSL48°10.00%39.22%
HSB/HSV48°18.18%43.14%
CMYK0.00%3.64%18.18%
56.86%

Color #6E6A5A in popluar number systems.

HEX6E6A5A
Decimal11010690
Binary110111011010101011010
Octal156152132

Shades and tints

Shades of #6E6A5A

#6E6A5A
(110,106,90)
#646152
(100,97,82)
#5A584A
(90,88,74)
#504F42
(80,79,66)
#46463A
(70,70,58)
#3C3D32
(60,61,50)
#32342A
(50,52,42)
#282B22
(40,43,34)
#1E221A
(30,34,26)
#141912
(20,25,18)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E6A5A

#6E6A5A
(110,106,90)
#7B7769
(123,119,105)
#888478
(136,132,120)
#959187
(149,145,135)
#A29E96
(162,158,150)
#AFABA5
(175,171,165)
#BCB8B4
(188,184,180)
#C9C5C3
(201,197,195)
#D6D2D2
(214,210,210)
#E3DFE1
(227,223,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A5A; }

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

This text font color is #6E6A5A.


Background Color

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

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

This div background color is #6E6A5A.


Border color

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

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

This div border color is #6E6A5A.


Opacity

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

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

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

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

This text has shadow with #6E6A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A5A on black background.


Color preview on white background

This text has color #6E6A5A on white background.



Black color preview on #6E6A5A background

This text has black color on #6E6A5A background.


White color preview on #6E6A5A background

This text has white color on #6E6A5A background.