COLOR #1B6C01

HEX: #1B6C01
RGB: (27,108,1)

Color info

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

RGB color model

#1B6C01 color RGB value is (27,108,1).

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

RGB channels and saturation

R 27 of 255 = 11%
G 108 of 255 = 42%
B 1 of 255 = 0%

27
108
1

R + G + B ~ 18%. #1B6C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 108 + 1 = 136 (100%)
R 27 of 136 ~ 19.85%
G 108 of 136 ~ 79.41%
B 1 of 136 ~ 0.74%

%19.85
%79.41

CMYK color model

#1B6C01 color CMYK value is (75,0,99,58).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 99.07%
  • key color value is 57.65%
CMYK:
(75,0,99,58)
C75M0Y99K58 
(75%,0%,99%,58%)
(0.75/0.00/0.99/0.58)	

CMYK percentages

%75
%0
%99.07
%57.65

Codes

Color #1B6C01 in popluar color models

1B6C01
RGB271081
HSL105°98.17%21.37%
HSB/HSV105°99.07%42.35%
CMYK75.00%0.00%99.07%
57.65%

Color #1B6C01 in popluar number systems.

HEX1B6C01
Decimal271081
Binary1101111011001
Octal331541

Shades and tints

Shades of #1B6C01

#1B6C01
(27,108,1)
#196301
(25,99,1)
#175A01
(23,90,1)
#155101
(21,81,1)
#134801
(19,72,1)
#113F01
(17,63,1)
#0F3601
(15,54,1)
#0D2D01
(13,45,1)
#0B2401
(11,36,1)
#091B01
(9,27,1)
#071201
(7,18,1)
#000000
(0,0,0)

Tints of #1B6C01

#1B6C01
(27,108,1)
#2F7918
(47,121,24)
#43862F
(67,134,47)
#579346
(87,147,70)
#6BA05D
(107,160,93)
#7FAD74
(127,173,116)
#93BA8B
(147,186,139)
#A7C7A2
(167,199,162)
#BBD4B9
(187,212,185)
#CFE1D0
(207,225,208)
#E3EEE7
(227,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B6C01; }

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

This text font color is #1B6C01.


Background Color

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

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

This div background color is #1B6C01.


Border color

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

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

This div border color is #1B6C01.


Opacity

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

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

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

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

This text has shadow with #1B6C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B6C01 on black background.


Color preview on white background

This text has color #1B6C01 on white background.



Black color preview on #1B6C01 background

This text has black color on #1B6C01 background.


White color preview on #1B6C01 background

This text has white color on #1B6C01 background.