COLOR #6B826D

HEX: #6B826D
RGB: (107,130,109)

Color info

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

RGB color model

#6B826D color RGB value is (107,130,109).

  • red value is 107;
  • green value is 130;
  • blue value is 109.
RGB:
(107,130,109)
(42%,51%,43%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 109 of 255 = 43%

107
130
109

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 109 = 346 (100%)
R 107 of 346 ~ 30.92%
G 130 of 346 ~ 37.57%
B 109 of 346 ~ 31.5%

%30.92
%37.57
%31.5

CMYK color model

#6B826D color CMYK value is (18,0,16,49).

  • cyan value is 17.69%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(18,0,16,49)
C18M0Y16K49 
(18%,0%,16%,49%)
(0.18/0.00/0.16/0.49)	

CMYK percentages

%17.69
%0
%16.15
%49.02

Codes

Color #6B826D in popluar color models

6B826D
RGB107130109
HSL125°9.70%46.47%
HSB/HSV125°17.69%50.98%
CMYK17.69%0.00%16.15%
49.02%

Color #6B826D in popluar number systems.

HEX6B826D
Decimal107130109
Binary1101011100000101101101
Octal153202155

Shades and tints

Shades of #6B826D

#6B826D
(107,130,109)
#627764
(98,119,100)
#596C5B
(89,108,91)
#506152
(80,97,82)
#475649
(71,86,73)
#3E4B40
(62,75,64)
#354037
(53,64,55)
#2C352E
(44,53,46)
#232A25
(35,42,37)
#1A1F1C
(26,31,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #6B826D

#6B826D
(107,130,109)
#788D7A
(120,141,122)
#859887
(133,152,135)
#92A394
(146,163,148)
#9FAEA1
(159,174,161)
#ACB9AE
(172,185,174)
#B9C4BB
(185,196,187)
#C6CFC8
(198,207,200)
#D3DAD5
(211,218,213)
#E0E5E2
(224,229,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B826D color. Also use rgb(107,130,109) instead hex code.

Text Font Color

.myTextColor { color: #6B826D; }

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

This text font color is #6B826D.


Background Color

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

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

This div background color is #6B826D.


Border color

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

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

This div border color is #6B826D.


Opacity

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

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

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

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

This text has shadow with #6B826D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B826D on black background.


Color preview on white background

This text has color #6B826D on white background.



Black color preview on #6B826D background

This text has black color on #6B826D background.


White color preview on #6B826D background

This text has white color on #6B826D background.