COLOR #6A8380

HEX: #6A8380
RGB: (106,131,128)

Color info

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

RGB color model

#6A8380 color RGB value is (106,131,128).

  • red value is 106;
  • green value is 131;
  • blue value is 128.
RGB:
(106,131,128)
(42%,51%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 128 of 255 = 50%

106
131
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 131 + 128 = 365 (100%)
R 106 of 365 ~ 29.04%
G 131 of 365 ~ 35.89%
B 128 of 365 ~ 35.07%

%29.04
%35.89
%35.07

CMYK color model

#6A8380 color CMYK value is (19,0,2,49).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(19,0,2,49)
C19M0Y2K49 
(19%,0%,2%,49%)
(0.19/0.00/0.02/0.49)	

CMYK percentages

%19.08
%0
%2.29
%48.63

Codes

Color #6A8380 in popluar color models

6A8380
RGB106131128
HSL173°10.55%46.47%
HSB/HSV173°19.08%51.37%
CMYK19.08%0.00%2.29%
48.63%

Color #6A8380 in popluar number systems.

HEX6A8380
Decimal106131128
Binary11010101000001110000000
Octal152203200

Shades and tints

Shades of #6A8380

#6A8380
(106,131,128)
#617875
(97,120,117)
#586D6A
(88,109,106)
#4F625F
(79,98,95)
#465754
(70,87,84)
#3D4C49
(61,76,73)
#34413E
(52,65,62)
#2B3633
(43,54,51)
#222B28
(34,43,40)
#19201D
(25,32,29)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #6A8380

#6A8380
(106,131,128)
#778E8B
(119,142,139)
#849996
(132,153,150)
#91A4A1
(145,164,161)
#9EAFAC
(158,175,172)
#ABBAB7
(171,186,183)
#B8C5C2
(184,197,194)
#C5D0CD
(197,208,205)
#D2DBD8
(210,219,216)
#DFE6E3
(223,230,227)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8380 color. Also use rgb(106,131,128) instead hex code.

Text Font Color

.myTextColor { color: #6A8380; }

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

This text font color is #6A8380.


Background Color

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

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

This div background color is #6A8380.


Border color

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

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

This div border color is #6A8380.


Opacity

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

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

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

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

This text has shadow with #6A8380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8380 on black background.


Color preview on white background

This text has color #6A8380 on white background.



Black color preview on #6A8380 background

This text has black color on #6A8380 background.


White color preview on #6A8380 background

This text has white color on #6A8380 background.