COLOR #6B836E

HEX: #6B836E
RGB: (107,131,110)

Color info

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

RGB color model

#6B836E color RGB value is (107,131,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 131 of 255 = 51%
B 110 of 255 = 43%

107
131
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 131 + 110 = 348 (100%)
R 107 of 348 ~ 30.75%
G 131 of 348 ~ 37.64%
B 110 of 348 ~ 31.61%

%30.75
%37.64
%31.61

CMYK color model

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

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

CMYK percentages

%18.32
%0
%16.03
%48.63

Codes

Color #6B836E in popluar color models

6B836E
RGB107131110
HSL128°10.08%46.67%
HSB/HSV128°18.32%51.37%
CMYK18.32%0.00%16.03%
48.63%

Color #6B836E in popluar number systems.

HEX6B836E
Decimal107131110
Binary1101011100000111101110
Octal153203156

Shades and tints

Shades of #6B836E

#6B836E
(107,131,110)
#627864
(98,120,100)
#596D5A
(89,109,90)
#506250
(80,98,80)
#475746
(71,87,70)
#3E4C3C
(62,76,60)
#354132
(53,65,50)
#2C3628
(44,54,40)
#232B1E
(35,43,30)
#1A2014
(26,32,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #6B836E

#6B836E
(107,131,110)
#788E7B
(120,142,123)
#859988
(133,153,136)
#92A495
(146,164,149)
#9FAFA2
(159,175,162)
#ACBAAF
(172,186,175)
#B9C5BC
(185,197,188)
#C6D0C9
(198,208,201)
#D3DBD6
(211,219,214)
#E0E6E3
(224,230,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B836E; }

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

This text font color is #6B836E.


Background Color

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

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

This div background color is #6B836E.


Border color

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

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

This div border color is #6B836E.


Opacity

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

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

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

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

This text has shadow with #6B836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B836E on black background.


Color preview on white background

This text has color #6B836E on white background.



Black color preview on #6B836E background

This text has black color on #6B836E background.


White color preview on #6B836E background

This text has white color on #6B836E background.