COLOR #6A725C

HEX: #6A725C
RGB: (106,114,92)

Color info

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

RGB color model

#6A725C color RGB value is (106,114,92).

  • red value is 106;
  • green value is 114;
  • blue value is 92.
RGB:
(106,114,92)
(42%,45%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 114 of 255 = 45%
B 92 of 255 = 36%

106
114
92

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

Portions of RGB colors in percentages

R + G + B =
106 + 114 + 92 = 312 (100%)
R 106 of 312 ~ 33.97%
G 114 of 312 ~ 36.54%
B 92 of 312 ~ 29.49%

%33.97
%36.54
%29.49

CMYK color model

#6A725C color CMYK value is (7,0,19,55).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%
CMYK:
(7,0,19,55)
C7M0Y19K55 
(7%,0%,19%,55%)
(0.07/0.00/0.19/0.55)	

CMYK percentages

%7.02
%0
%19.3
%55.29

Codes

Color #6A725C in popluar color models

6A725C
RGB10611492
HSL82°10.68%40.39%
HSB/HSV82°19.30%44.71%
CMYK7.02%0.00%19.30%
55.29%

Color #6A725C in popluar number systems.

HEX6A725C
Decimal10611492
Binary110101011100101011100
Octal152162134

Shades and tints

Shades of #6A725C

#6A725C
(106,114,92)
#616854
(97,104,84)
#585E4C
(88,94,76)
#4F5444
(79,84,68)
#464A3C
(70,74,60)
#3D4034
(61,64,52)
#34362C
(52,54,44)
#2B2C24
(43,44,36)
#22221C
(34,34,28)
#191814
(25,24,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A725C

#6A725C
(106,114,92)
#777E6A
(119,126,106)
#848A78
(132,138,120)
#919686
(145,150,134)
#9EA294
(158,162,148)
#ABAEA2
(171,174,162)
#B8BAB0
(184,186,176)
#C5C6BE
(197,198,190)
#D2D2CC
(210,210,204)
#DFDEDA
(223,222,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A725C; }

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

This text font color is #6A725C.


Background Color

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

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

This div background color is #6A725C.


Border color

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

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

This div border color is #6A725C.


Opacity

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

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

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

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

This text has shadow with #6A725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A725C on black background.


Color preview on white background

This text has color #6A725C on white background.



Black color preview on #6A725C background

This text has black color on #6A725C background.


White color preview on #6A725C background

This text has white color on #6A725C background.