COLOR #6B836A

HEX: #6B836A
RGB: (107,131,106)

Color info

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

RGB color model

#6B836A color RGB value is (107,131,106).

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

RGB channels and saturation

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

107
131
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 131 + 106 = 344 (100%)
R 107 of 344 ~ 31.1%
G 131 of 344 ~ 38.08%
B 106 of 344 ~ 30.81%

%31.1
%38.08
%30.81

CMYK color model

#6B836A color CMYK value is (18,0,19,49).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(18,0,19,49)
C18M0Y19K49 
(18%,0%,19%,49%)
(0.18/0.00/0.19/0.49)	

CMYK percentages

%18.32
%0
%19.08
%48.63

Codes

Color #6B836A in popluar color models

6B836A
RGB107131106
HSL118°10.55%46.47%
HSB/HSV118°19.08%51.37%
CMYK18.32%0.00%19.08%
48.63%

Color #6B836A in popluar number systems.

HEX6B836A
Decimal107131106
Binary1101011100000111101010
Octal153203152

Shades and tints

Shades of #6B836A

#6B836A
(107,131,106)
#627861
(98,120,97)
#596D58
(89,109,88)
#50624F
(80,98,79)
#475746
(71,87,70)
#3E4C3D
(62,76,61)
#354134
(53,65,52)
#2C362B
(44,54,43)
#232B22
(35,43,34)
#1A2019
(26,32,25)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #6B836A

#6B836A
(107,131,106)
#788E77
(120,142,119)
#859984
(133,153,132)
#92A491
(146,164,145)
#9FAF9E
(159,175,158)
#ACBAAB
(172,186,171)
#B9C5B8
(185,197,184)
#C6D0C5
(198,208,197)
#D3DBD2
(211,219,210)
#E0E6DF
(224,230,223)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B836A; }

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

This text font color is #6B836A.


Background Color

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

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

This div background color is #6B836A.


Border color

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

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

This div border color is #6B836A.


Opacity

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

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

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

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

This text has shadow with #6B836A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B836A on black background.


Color preview on white background

This text has color #6B836A on white background.



Black color preview on #6B836A background

This text has black color on #6B836A background.


White color preview on #6B836A background

This text has white color on #6B836A background.