COLOR #6B816A

HEX: #6B816A
RGB: (107,129,106)

Color info

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

RGB color model

#6B816A color RGB value is (107,129,106).

  • red value is 107;
  • green value is 129;
  • blue value is 106.
RGB:
(107,129,106)
(42%,51%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 129 of 255 = 51%
B 106 of 255 = 42%

107
129
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 129 + 106 = 342 (100%)
R 107 of 342 ~ 31.29%
G 129 of 342 ~ 37.72%
B 106 of 342 ~ 30.99%

%31.29
%37.72
%30.99

CMYK color model

#6B816A color CMYK value is (17,0,18,49).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(17,0,18,49)
C17M0Y18K49 
(17%,0%,18%,49%)
(0.17/0.00/0.18/0.49)	

CMYK percentages

%17.05
%0
%17.83
%49.41

Codes

Color #6B816A in popluar color models

6B816A
RGB107129106
HSL117°9.79%46.08%
HSB/HSV117°17.83%50.59%
CMYK17.05%0.00%17.83%
49.41%

Color #6B816A in popluar number systems.

HEX6B816A
Decimal107129106
Binary1101011100000011101010
Octal153201152

Shades and tints

Shades of #6B816A

#6B816A
(107,129,106)
#627661
(98,118,97)
#596B58
(89,107,88)
#50604F
(80,96,79)
#475546
(71,85,70)
#3E4A3D
(62,74,61)
#353F34
(53,63,52)
#2C342B
(44,52,43)
#232922
(35,41,34)
#1A1E19
(26,30,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #6B816A

#6B816A
(107,129,106)
#788C77
(120,140,119)
#859784
(133,151,132)
#92A291
(146,162,145)
#9FAD9E
(159,173,158)
#ACB8AB
(172,184,171)
#B9C3B8
(185,195,184)
#C6CEC5
(198,206,197)
#D3D9D2
(211,217,210)
#E0E4DF
(224,228,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B816A color. Also use rgb(107,129,106) instead hex code.

Text Font Color

.myTextColor { color: #6B816A; }

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

This text font color is #6B816A.


Background Color

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

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

This div background color is #6B816A.


Border color

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

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

This div border color is #6B816A.


Opacity

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

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

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

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

This text has shadow with #6B816A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B816A on black background.


Color preview on white background

This text has color #6B816A on white background.



Black color preview on #6B816A background

This text has black color on #6B816A background.


White color preview on #6B816A background

This text has white color on #6B816A background.