COLOR #6B8B31

HEX: #6B8B31
RGB: (107,139,49)

Color info

#6B8B31 contains mainly red and green colors. Web safe color of #6B8B31 is #669933 (or #693).

RGB color model

#6B8B31 color RGB value is (107,139,49).

  • red value is 107;
  • green value is 139;
  • blue value is 49.
RGB:
(107,139,49)
(42%,55%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 49 of 255 = 19%

107
139
49

R + G + B ~ 39%. #6B8B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 49 = 295 (100%)
R 107 of 295 ~ 36.27%
G 139 of 295 ~ 47.12%
B 49 of 295 ~ 16.61%

%36.27
%47.12
%16.61

CMYK color model

#6B8B31 color CMYK value is (23,0,65,45).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 64.75%
  • key color value is 45.49%
CMYK:
(23,0,65,45)
C23M0Y65K45 
(23%,0%,65%,45%)
(0.23/0.00/0.65/0.45)	

CMYK percentages

%23.02
%0
%64.75
%45.49

Codes

Color #6B8B31 in popluar color models

6B8B31
RGB10713949
HSL81°47.87%36.86%
HSB/HSV81°64.75%54.51%
CMYK23.02%0.00%64.75%
45.49%

Color #6B8B31 in popluar number systems.

HEX6B8B31
Decimal10713949
Binary110101110001011110001
Octal15321361

Shades and tints

Shades of #6B8B31

#6B8B31
(107,139,49)
#627F2D
(98,127,45)
#597329
(89,115,41)
#506725
(80,103,37)
#475B21
(71,91,33)
#3E4F1D
(62,79,29)
#354319
(53,67,25)
#2C3715
(44,55,21)
#232B11
(35,43,17)
#1A1F0D
(26,31,13)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #6B8B31

#6B8B31
(107,139,49)
#789543
(120,149,67)
#859F55
(133,159,85)
#92A967
(146,169,103)
#9FB379
(159,179,121)
#ACBD8B
(172,189,139)
#B9C79D
(185,199,157)
#C6D1AF
(198,209,175)
#D3DBC1
(211,219,193)
#E0E5D3
(224,229,211)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8B31 color. Also use rgb(107,139,49) instead hex code.

Text Font Color

.myTextColor { color: #6B8B31; }

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

This text font color is #6B8B31.


Background Color

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

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

This div background color is #6B8B31.


Border color

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

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

This div border color is #6B8B31.


Opacity

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

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

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

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

This text has shadow with #6B8B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8B31 on black background.


Color preview on white background

This text has color #6B8B31 on white background.



Black color preview on #6B8B31 background

This text has black color on #6B8B31 background.


White color preview on #6B8B31 background

This text has white color on #6B8B31 background.