COLOR #6A7460

HEX: #6A7460 RGB: (106,116,96)

Color info

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

RGB color model

#6A7460 color RGB value is (106,116,96).

RGB: (106,116,96) (42%, 45%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 96 of 255 = 38%

106
116
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 96 = 318 (100%)
R 106 of 318 ~ 33.33%
G 116 of 318 ~ 36.48%
B 96 of 318 ~ 30.19'%

%33.33
%36.48
%30.19

CMYK color model

#6A7460 color CMYK value is (9,0,17,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%

CMYK: (9,0,17,55)
C9M0Y17K55 (9%, 0%, 17%, 55%)
(0.09 / 0.00 / 0.17 / 0.55)

CMYK percentages

%8.62
%0
%17.24
%54.51

Codes

Color #6A7460 in popluar color models

6A 74 60
RGB 106 116 96
HSL 90° 9.43% 41.57%
HSB/HSV 90° 17.24% 45.49%
CMYK 8.62% 0.00% 17.24%
54.51%

Color #6A7460 in popluar number systems.

HEX 6A 74 60
Decimal 106 116 96
Binary 1101010 1110100 1100000
Octal 152 164 140

Shades and tints

Shades of #6A7460

#6A7460
(106,116,96)
#616A58
(97,106,88)
#586050
(88,96,80)
#4F5648
(79,86,72)
#464C40
(70,76,64)
#3D4238
(61,66,56)
#343830
(52,56,48)
#2B2E28
(43,46,40)
#222420
(34,36,32)
#191A18
(25,26,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A7460

#6A7460
(106,116,96)
#77806E
(119,128,110)
#848C7C
(132,140,124)
#91988A
(145,152,138)
#9EA498
(158,164,152)
#ABB0A6
(171,176,166)
#B8BCB4
(184,188,180)
#C5C8C2
(197,200,194)
#D2D4D0
(210,212,208)
#DFE0DE
(223,224,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7460; }

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

This text font color is #6A7460.

Background Color

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

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

This div background color is #6A7460.

Border color

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

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

This div border color is #6A7460.

Opacity

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

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

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

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

This text has shadow with #6A7460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7460.

Preview

Color preview on black background

This text has color #6A7460 on black background.


Color preview on white background

This text has color #6A7460 on white background.


Black color preview on #6A7460 background

This text has black color on #6A7460 background.


White color preview on #6A7460 background

This text has white color on #6A7460 background.


Related colors

Complementary color

Complementary color for #hex is #958B9F.


I love getcolorcode.com

Triadic colors

1 #606A74 and #74606A with #6A7460 are triadic colors.

2 #60746A and #746A60 with #6A7460 are triadic colors.