COLOR #6C820B

HEX: #6C820B
RGB: (108,130,11)

Color info

#6C820B contains mainly red and green colors. Web safe color of #6C820B is #669900 (or #690).

RGB color model

#6C820B color RGB value is (108,130,11).

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

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 11 of 255 = 4%

108
130
11

R + G + B ~ 32%. #6C820B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 130 + 11 = 249 (100%)
R 108 of 249 ~ 43.37%
G 130 of 249 ~ 52.21%
B 11 of 249 ~ 4.42%

%43.37
%52.21

CMYK color model

#6C820B color CMYK value is (17,0,92,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 91.54%
  • key color value is 49.02%
CMYK:
(17,0,92,49)
C17M0Y92K49 
(17%,0%,92%,49%)
(0.17/0.00/0.92/0.49)	

CMYK percentages

%16.92
%0
%91.54
%49.02

Codes

Color #6C820B in popluar color models

6C820B
RGB10813011
HSL71°84.40%27.65%
HSB/HSV71°91.54%50.98%
CMYK16.92%0.00%91.54%
49.02%

Color #6C820B in popluar number systems.

HEX6C820B
Decimal10813011
Binary1101100100000101011
Octal15420213

Shades and tints

Shades of #6C820B

#6C820B
(108,130,11)
#63770A
(99,119,10)
#5A6C09
(90,108,9)
#516108
(81,97,8)
#485607
(72,86,7)
#3F4B06
(63,75,6)
#364005
(54,64,5)
#2D3504
(45,53,4)
#242A03
(36,42,3)
#1B1F02
(27,31,2)
#121401
(18,20,1)
#000000
(0,0,0)

Tints of #6C820B

#6C820B
(108,130,11)
#798D21
(121,141,33)
#869837
(134,152,55)
#93A34D
(147,163,77)
#A0AE63
(160,174,99)
#ADB979
(173,185,121)
#BAC48F
(186,196,143)
#C7CFA5
(199,207,165)
#D4DABB
(212,218,187)
#E1E5D1
(225,229,209)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C820B color. Also use rgb(108,130,11) instead hex code.

Text Font Color

.myTextColor { color: #6C820B; }

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

This text font color is #6C820B.


Background Color

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

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

This div background color is #6C820B.


Border color

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

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

This div border color is #6C820B.


Opacity

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

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

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

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

This text has shadow with #6C820B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C820B on black background.


Color preview on white background

This text has color #6C820B on white background.



Black color preview on #6C820B background

This text has black color on #6C820B background.


White color preview on #6C820B background

This text has white color on #6C820B background.