COLOR #6A6A5A

HEX: #6A6A5A
RGB: (106,106,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
106
90

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

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 90 = 302 (100%)
R 106 of 302 ~ 35.1%
G 106 of 302 ~ 35.1%
B 90 of 302 ~ 29.8%

%35.1
%35.1
%29.8

CMYK color model

#6A6A5A color CMYK value is (0,0,15,58).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(0,0,15,58)
C0M0Y15K58 
(0%,0%,15%,58%)
(0.00/0.00/0.15/0.58)	

CMYK percentages

%0
%0
%15.09
%58.43

Codes

Color #6A6A5A in popluar color models

6A6A5A
RGB10610690
HSL60°8.16%38.43%
HSB/HSV60°15.09%41.57%
CMYK0.00%0.00%15.09%
58.43%

Color #6A6A5A in popluar number systems.

HEX6A6A5A
Decimal10610690
Binary110101011010101011010
Octal152152132

Shades and tints

Shades of #6A6A5A

#6A6A5A
(106,106,90)
#616152
(97,97,82)
#58584A
(88,88,74)
#4F4F42
(79,79,66)
#46463A
(70,70,58)
#3D3D32
(61,61,50)
#34342A
(52,52,42)
#2B2B22
(43,43,34)
#22221A
(34,34,26)
#191912
(25,25,18)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #6A6A5A

#6A6A5A
(106,106,90)
#777769
(119,119,105)
#848478
(132,132,120)
#919187
(145,145,135)
#9E9E96
(158,158,150)
#ABABA5
(171,171,165)
#B8B8B4
(184,184,180)
#C5C5C3
(197,197,195)
#D2D2D2
(210,210,210)
#DFDFE1
(223,223,225)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A5A; }

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

This text font color is #6A6A5A.


Background Color

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

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

This div background color is #6A6A5A.


Border color

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

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

This div border color is #6A6A5A.


Opacity

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

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

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

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

This text has shadow with #6A6A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6A5A on black background.


Color preview on white background

This text has color #6A6A5A on white background.



Black color preview on #6A6A5A background

This text has black color on #6A6A5A background.


White color preview on #6A6A5A background

This text has white color on #6A6A5A background.