COLOR #6A8773

HEX: #6A8773
RGB: (106,135,115)

Color info

#6A8773 contains red, green and blue colors in about the same proportion. Web safe color of #6A8773 is #669966 (or #696).

RGB color model

#6A8773 color RGB value is (106,135,115).

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

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 115 of 255 = 45%

106
135
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 115 = 356 (100%)
R 106 of 356 ~ 29.78%
G 135 of 356 ~ 37.92%
B 115 of 356 ~ 32.3%

%29.78
%37.92
%32.3

CMYK color model

#6A8773 color CMYK value is (21,0,15,47).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(21,0,15,47)
C21M0Y15K47 
(21%,0%,15%,47%)
(0.21/0.00/0.15/0.47)	

CMYK percentages

%21.48
%0
%14.81
%47.06

Codes

Color #6A8773 in popluar color models

6A8773
RGB106135115
HSL139°12.03%47.25%
HSB/HSV139°21.48%52.94%
CMYK21.48%0.00%14.81%
47.06%

Color #6A8773 in popluar number systems.

HEX6A8773
Decimal106135115
Binary1101010100001111110011
Octal152207163

Shades and tints

Shades of #6A8773

#6A8773
(106,135,115)
#617B69
(97,123,105)
#586F5F
(88,111,95)
#4F6355
(79,99,85)
#46574B
(70,87,75)
#3D4B41
(61,75,65)
#343F37
(52,63,55)
#2B332D
(43,51,45)
#222723
(34,39,35)
#191B19
(25,27,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #6A8773

#6A8773
(106,135,115)
#77917F
(119,145,127)
#849B8B
(132,155,139)
#91A597
(145,165,151)
#9EAFA3
(158,175,163)
#ABB9AF
(171,185,175)
#B8C3BB
(184,195,187)
#C5CDC7
(197,205,199)
#D2D7D3
(210,215,211)
#DFE1DF
(223,225,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8773; }

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

This text font color is #6A8773.


Background Color

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

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

This div background color is #6A8773.


Border color

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

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

This div border color is #6A8773.


Opacity

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

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

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

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

This text has shadow with #6A8773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8773 on black background.


Color preview on white background

This text has color #6A8773 on white background.



Black color preview on #6A8773 background

This text has black color on #6A8773 background.


White color preview on #6A8773 background

This text has white color on #6A8773 background.