COLOR #6B7962

HEX: #6B7962
RGB: (107,121,98)

Color info

#6B7962 contains red, green and blue colors in about the same proportion. Web safe color of #6B7962 is #666666 (or #666).

RGB color model

#6B7962 color RGB value is (107,121,98).

  • red value is 107;
  • green value is 121;
  • blue value is 98.
RGB:
(107,121,98)
(42%,47%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 98 of 255 = 38%

107
121
98

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

Portions of RGB colors in percentages

R + G + B =
107 + 121 + 98 = 326 (100%)
R 107 of 326 ~ 32.82%
G 121 of 326 ~ 37.12%
B 98 of 326 ~ 30.06%

%32.82
%37.12
%30.06

CMYK color model

#6B7962 color CMYK value is (12,0,19,53).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 52.55%
CMYK:
(12,0,19,53)
C12M0Y19K53 
(12%,0%,19%,53%)
(0.12/0.00/0.19/0.53)	

CMYK percentages

%11.57
%0
%19.01
%52.55

Codes

Color #6B7962 in popluar color models

6B7962
RGB10712198
HSL97°10.50%42.94%
HSB/HSV97°19.01%47.45%
CMYK11.57%0.00%19.01%
52.55%

Color #6B7962 in popluar number systems.

HEX6B7962
Decimal10712198
Binary110101111110011100010
Octal153171142

Shades and tints

Shades of #6B7962

#6B7962
(107,121,98)
#626E5A
(98,110,90)
#596352
(89,99,82)
#50584A
(80,88,74)
#474D42
(71,77,66)
#3E423A
(62,66,58)
#353732
(53,55,50)
#2C2C2A
(44,44,42)
#232122
(35,33,34)
#1A161A
(26,22,26)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #6B7962

#6B7962
(107,121,98)
#788570
(120,133,112)
#85917E
(133,145,126)
#929D8C
(146,157,140)
#9FA99A
(159,169,154)
#ACB5A8
(172,181,168)
#B9C1B6
(185,193,182)
#C6CDC4
(198,205,196)
#D3D9D2
(211,217,210)
#E0E5E0
(224,229,224)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7962 color. Also use rgb(107,121,98) instead hex code.

Text Font Color

.myTextColor { color: #6B7962; }

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

This text font color is #6B7962.


Background Color

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

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

This div background color is #6B7962.


Border color

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

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

This div border color is #6B7962.


Opacity

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

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

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

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

This text has shadow with #6B7962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7962 on black background.


Color preview on white background

This text has color #6B7962 on white background.



Black color preview on #6B7962 background

This text has black color on #6B7962 background.


White color preview on #6B7962 background

This text has white color on #6B7962 background.