COLOR #6A735B

HEX: #6A735B RGB: (106,115,91)

Color info

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

RGB color model

#6A735B color RGB value is (106,115,91).

RGB: (106,115,91) (42%, 45%, 36%)

RGB channels and saturation

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

106
115
91

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

Portions of RGB colors in percentages

R + G + B = 106 + 115 + 91 = 312 (100%)
R 106 of 312 ~ 33.97%
G 115 of 312 ~ 36.86%
B 91 of 312 ~ 29.17'%

%33.97
%36.86
%29.17

CMYK color model

#6A735B color CMYK value is (8,0,21,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%

CMYK: (8,0,21,55)
C8M0Y21K55 (8%, 0%, 21%, 55%)
(0.08 / 0.00 / 0.21 / 0.55)

CMYK percentages

%7.83
%0
%20.87
%54.9

Codes

Color #6A735B in popluar color models

6A 73 5B
RGB 106 115 91
HSL 83° 11.65% 40.39%
HSB/HSV 83° 20.87% 45.10%
CMYK 7.83% 0.00% 20.87%
54.90%

Color #6A735B in popluar number systems.

HEX 6A 73 5B
Decimal 106 115 91
Binary 1101010 1110011 1011011
Octal 152 163 133

Shades and tints

Shades of #6A735B

#6A735B
(106,115,91)
#616953
(97,105,83)
#585F4B
(88,95,75)
#4F5543
(79,85,67)
#464B3B
(70,75,59)
#3D4133
(61,65,51)
#34372B
(52,55,43)
#2B2D23
(43,45,35)
#22231B
(34,35,27)
#191913
(25,25,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A735B

#6A735B
(106,115,91)
#777F69
(119,127,105)
#848B77
(132,139,119)
#919785
(145,151,133)
#9EA393
(158,163,147)
#ABAFA1
(171,175,161)
#B8BBAF
(184,187,175)
#C5C7BD
(197,199,189)
#D2D3CB
(210,211,203)
#DFDFD9
(223,223,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A735B; }

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

This text font color is #6A735B.

Background Color

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

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

This div background color is #6A735B.

Border color

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

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

This div border color is #6A735B.

Opacity

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

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

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

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

This text has shadow with #6A735B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A735B.

Preview

Color preview on black background

This text has color #6A735B on black background.


Color preview on white background

This text has color #6A735B on white background.


Black color preview on #6A735B background

This text has black color on #6A735B background.


White color preview on #6A735B background

This text has white color on #6A735B background.


Related colors

Complementary color

Complementary color for #hex is #958CA4.


I love getcolorcode.com

Triadic colors

1 #5B6A73 and #735B6A with #6A735B are triadic colors.

2 #5B736A and #736A5B with #6A735B are triadic colors.