COLOR #6C831B

HEX: #6C831B
RGB: (108,131,27)

Color info

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

RGB color model

#6C831B color RGB value is (108,131,27).

  • red value is 108;
  • green value is 131;
  • blue value is 27.
RGB:
(108,131,27)
(42%,51%,11%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 27 of 255 = 11%

108
131
27

R + G + B ~ 35%. #6C831B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 27 = 266 (100%)
R 108 of 266 ~ 40.6%
G 131 of 266 ~ 49.25%
B 27 of 266 ~ 10.15%

%40.6
%49.25
%10.15

CMYK color model

#6C831B color CMYK value is (18,0,79,49).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 79.39%
  • key color value is 48.63%
CMYK:
(18,0,79,49)
C18M0Y79K49 
(18%,0%,79%,49%)
(0.18/0.00/0.79/0.49)	

CMYK percentages

%17.56
%0
%79.39
%48.63

Codes

Color #6C831B in popluar color models

6C831B
RGB10813127
HSL73°65.82%30.98%
HSB/HSV73°79.39%51.37%
CMYK17.56%0.00%79.39%
48.63%

Color #6C831B in popluar number systems.

HEX6C831B
Decimal10813127
Binary11011001000001111011
Octal15420333

Shades and tints

Shades of #6C831B

#6C831B
(108,131,27)
#637819
(99,120,25)
#5A6D17
(90,109,23)
#516215
(81,98,21)
#485713
(72,87,19)
#3F4C11
(63,76,17)
#36410F
(54,65,15)
#2D360D
(45,54,13)
#242B0B
(36,43,11)
#1B2009
(27,32,9)
#121507
(18,21,7)
#000000
(0,0,0)

Tints of #6C831B

#6C831B
(108,131,27)
#798E2F
(121,142,47)
#869943
(134,153,67)
#93A457
(147,164,87)
#A0AF6B
(160,175,107)
#ADBA7F
(173,186,127)
#BAC593
(186,197,147)
#C7D0A7
(199,208,167)
#D4DBBB
(212,219,187)
#E1E6CF
(225,230,207)
#EEF1E3
(238,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C831B color. Also use rgb(108,131,27) instead hex code.

Text Font Color

.myTextColor { color: #6C831B; }

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

This text font color is #6C831B.


Background Color

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

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

This div background color is #6C831B.


Border color

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

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

This div border color is #6C831B.


Opacity

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

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

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

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

This text has shadow with #6C831B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C831B on black background.


Color preview on white background

This text has color #6C831B on white background.



Black color preview on #6C831B background

This text has black color on #6C831B background.


White color preview on #6C831B background

This text has white color on #6C831B background.