COLOR #6A735C

HEX: #6A735C
RGB: (106,115,92)

Color info

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

RGB color model

#6A735C color RGB value is (106,115,92).

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

RGB channels and saturation

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

106
115
92

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

Portions of RGB colors in percentages

R + G + B =
106 + 115 + 92 = 313 (100%)
R 106 of 313 ~ 33.87%
G 115 of 313 ~ 36.74%
B 92 of 313 ~ 29.39%

%33.87
%36.74
%29.39

CMYK color model

#6A735C color CMYK value is (8,0,20,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(8,0,20,55)
C8M0Y20K55 
(8%,0%,20%,55%)
(0.08/0.00/0.20/0.55)	

CMYK percentages

%7.83
%0
%20
%54.9

Codes

Color #6A735C in popluar color models

6A735C
RGB10611592
HSL83°11.11%40.59%
HSB/HSV83°20.00%45.10%
CMYK7.83%0.00%20.00%
54.90%

Color #6A735C in popluar number systems.

HEX6A735C
Decimal10611592
Binary110101011100111011100
Octal152163134

Shades and tints

Shades of #6A735C

#6A735C
(106,115,92)
#616954
(97,105,84)
#585F4C
(88,95,76)
#4F5544
(79,85,68)
#464B3C
(70,75,60)
#3D4134
(61,65,52)
#34372C
(52,55,44)
#2B2D24
(43,45,36)
#22231C
(34,35,28)
#191914
(25,25,20)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A735C

#6A735C
(106,115,92)
#777F6A
(119,127,106)
#848B78
(132,139,120)
#919786
(145,151,134)
#9EA394
(158,163,148)
#ABAFA2
(171,175,162)
#B8BBB0
(184,187,176)
#C5C7BE
(197,199,190)
#D2D3CC
(210,211,204)
#DFDFDA
(223,223,218)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A735C; }

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

This text font color is #6A735C.


Background Color

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

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

This div background color is #6A735C.


Border color

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

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

This div border color is #6A735C.


Opacity

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

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

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

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

This text has shadow with #6A735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A735C on black background.


Color preview on white background

This text has color #6A735C on white background.



Black color preview on #6A735C background

This text has black color on #6A735C background.


White color preview on #6A735C background

This text has white color on #6A735C background.