COLOR #1B6406

HEX: #1B6406
RGB: (27,100,6)

Color info

#1B6406 contains mainly green color. Web safe color of #1B6406 is #336600 (or #360).

RGB color model

#1B6406 color RGB value is (27,100,6).

  • red value is 27;
  • green value is 100;
  • blue value is 6.
RGB:
(27,100,6)
(11%,39%,2%)

RGB channels and saturation

R 27 of 255 = 11%
G 100 of 255 = 39%
B 6 of 255 = 2%

27
100
6

R + G + B ~ 17%. #1B6406 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 100 + 6 = 133 (100%)
R 27 of 133 ~ 20.3%
G 100 of 133 ~ 75.19%
B 6 of 133 ~ 4.51%

%20.3
%75.19

CMYK color model

#1B6406 color CMYK value is (73,0,94,61).

  • cyan value is 73.00%
  • magenta value is 0.00%
  • yellow value is 94.00%
  • key color value is 60.78%
CMYK:
(73,0,94,61)
C73M0Y94K61 
(73%,0%,94%,61%)
(0.73/0.00/0.94/0.61)	

CMYK percentages

%73
%0
%94
%60.78

Codes

Color #1B6406 in popluar color models

1B6406
RGB271006
HSL107°88.68%20.78%
HSB/HSV107°94.00%39.22%
CMYK73.00%0.00%94.00%
60.78%

Color #1B6406 in popluar number systems.

HEX1B6406
Decimal271006
Binary110111100100110
Octal331446

Shades and tints

Shades of #1B6406

#1B6406
(27,100,6)
#195B06
(25,91,6)
#175206
(23,82,6)
#154906
(21,73,6)
#134006
(19,64,6)
#113706
(17,55,6)
#0F2E06
(15,46,6)
#0D2506
(13,37,6)
#0B1C06
(11,28,6)
#091306
(9,19,6)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #1B6406

#1B6406
(27,100,6)
#2F721C
(47,114,28)
#438032
(67,128,50)
#578E48
(87,142,72)
#6B9C5E
(107,156,94)
#7FAA74
(127,170,116)
#93B88A
(147,184,138)
#A7C6A0
(167,198,160)
#BBD4B6
(187,212,182)
#CFE2CC
(207,226,204)
#E3F0E2
(227,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6406 color. Also use rgb(27,100,6) instead hex code.

Text Font Color

.myTextColor { color: #1B6406; }

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

This text font color is #1B6406.


Background Color

.myBgColor { background-color: #1B6406; }

<div style="background-color:#1B6406">Inner text</div>

This div background color is #1B6406.


Border color

.myBorderColor { border: 1px solid #1B6406; }

<div style="border:3px solid #1B6406">Div</div>

This div border color is #1B6406.


Opacity

.myOpacity80 { color: #1B6406; opacity: 0.8; }

<p style="color:#1B6406;opacity:0.8;">80%</p>

Text with #1B6406 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 #1B6406;}

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

This text has shadow with #1B6406 color.

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

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

This text has shadow with #1B6406 primary color and red secondary color.


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

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

This text has shadow with #1B6406 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6406 on black background.


Color preview on white background

This text has color #1B6406 on white background.



Black color preview on #1B6406 background

This text has black color on #1B6406 background.


White color preview on #1B6406 background

This text has white color on #1B6406 background.