COLOR #6A5E5E

HEX: #6A5E5E
RGB: (106,94,94)

Color info

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

RGB color model

#6A5E5E color RGB value is (106,94,94).

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

RGB channels and saturation

R 106 of 255 = 42%
G 94 of 255 = 37%
B 94 of 255 = 37%

106
94
94

R + G + B ~ 39%. #6A5E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 94 + 94 = 294 (100%)
R 106 of 294 ~ 36.05%
G 94 of 294 ~ 31.97%
B 94 of 294 ~ 31.97%

%36.05
%31.97
%31.97

CMYK color model

#6A5E5E color CMYK value is (0,11,11,58).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 11.32%
  • key color value is 58.43%
CMYK:
(0,11,11,58)
C0M11Y11K58 
(0%,11%,11%,58%)
(0.00/0.11/0.11/0.58)	

CMYK percentages

%0
%11.32
%11.32
%58.43

Codes

Color #6A5E5E in popluar color models

6A5E5E
RGB1069494
HSL6.00%39.22%
HSB/HSV11.32%41.57%
CMYK0.00%11.32%11.32%
58.43%

Color #6A5E5E in popluar number systems.

HEX6A5E5E
Decimal1069494
Binary110101010111101011110
Octal152136136

Shades and tints

Shades of #6A5E5E

#6A5E5E
(106,94,94)
#615656
(97,86,86)
#584E4E
(88,78,78)
#4F4646
(79,70,70)
#463E3E
(70,62,62)
#3D3636
(61,54,54)
#342E2E
(52,46,46)
#2B2626
(43,38,38)
#221E1E
(34,30,30)
#191616
(25,22,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A5E5E

#6A5E5E
(106,94,94)
#776C6C
(119,108,108)
#847A7A
(132,122,122)
#918888
(145,136,136)
#9E9696
(158,150,150)
#ABA4A4
(171,164,164)
#B8B2B2
(184,178,178)
#C5C0C0
(197,192,192)
#D2CECE
(210,206,206)
#DFDCDC
(223,220,220)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5E5E; }

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

This text font color is #6A5E5E.


Background Color

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

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

This div background color is #6A5E5E.


Border color

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

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

This div border color is #6A5E5E.


Opacity

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

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

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

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

This text has shadow with #6A5E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5E5E on black background.


Color preview on white background

This text has color #6A5E5E on white background.



Black color preview on #6A5E5E background

This text has black color on #6A5E5E background.


White color preview on #6A5E5E background

This text has white color on #6A5E5E background.