COLOR #6A5D67

HEX: #6A5D67
RGB: (106,93,103)

Color info

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

RGB color model

#6A5D67 color RGB value is (106,93,103).

  • red value is 106;
  • green value is 93;
  • blue value is 103.
RGB:
(106,93,103)
(42%,36%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 103 of 255 = 40%

106
93
103

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

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 103 = 302 (100%)
R 106 of 302 ~ 35.1%
G 93 of 302 ~ 30.79%
B 103 of 302 ~ 34.11%

%35.1
%30.79
%34.11

CMYK color model

#6A5D67 color CMYK value is (0,12,3,58).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 2.83%
  • key color value is 58.43%
CMYK:
(0,12,3,58)
C0M12Y3K58 
(0%,12%,3%,58%)
(0.00/0.12/0.03/0.58)	

CMYK percentages

%0
%12.26
%2.83
%58.43

Codes

Color #6A5D67 in popluar color models

6A5D67
RGB10693103
HSL314°6.53%39.02%
HSB/HSV314°12.26%41.57%
CMYK0.00%12.26%2.83%
58.43%

Color #6A5D67 in popluar number systems.

HEX6A5D67
Decimal10693103
Binary110101010111011100111
Octal152135147

Shades and tints

Shades of #6A5D67

#6A5D67
(106,93,103)
#61555E
(97,85,94)
#584D55
(88,77,85)
#4F454C
(79,69,76)
#463D43
(70,61,67)
#3D353A
(61,53,58)
#342D31
(52,45,49)
#2B2528
(43,37,40)
#221D1F
(34,29,31)
#191516
(25,21,22)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #6A5D67

#6A5D67
(106,93,103)
#776B74
(119,107,116)
#847981
(132,121,129)
#91878E
(145,135,142)
#9E959B
(158,149,155)
#ABA3A8
(171,163,168)
#B8B1B5
(184,177,181)
#C5BFC2
(197,191,194)
#D2CDCF
(210,205,207)
#DFDBDC
(223,219,220)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5D67; }

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

This text font color is #6A5D67.


Background Color

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

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

This div background color is #6A5D67.


Border color

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

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

This div border color is #6A5D67.


Opacity

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

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

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

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

This text has shadow with #6A5D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5D67 on black background.


Color preview on white background

This text has color #6A5D67 on white background.



Black color preview on #6A5D67 background

This text has black color on #6A5D67 background.


White color preview on #6A5D67 background

This text has white color on #6A5D67 background.