COLOR #1B771B

HEX: #1B771B
RGB: (27,119,27)

Color info

#1B771B contains mainly green color. Web safe color of #1B771B is #336633 (or #363).

RGB color model

#1B771B color RGB value is (27,119,27).

  • red value is 27;
  • green value is 119;
  • blue value is 27.
RGB:
(27,119,27)
(11%,47%,11%)

RGB channels and saturation

R 27 of 255 = 11%
G 119 of 255 = 47%
B 27 of 255 = 11%

27
119
27

R + G + B ~ 23%. #1B771B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 119 + 27 = 173 (100%)
R 27 of 173 ~ 15.61%
G 119 of 173 ~ 68.79%
B 27 of 173 ~ 15.61%

%15.61
%68.79
%15.61

CMYK color model

#1B771B color CMYK value is (77,0,77,53).

  • cyan value is 77.31%
  • magenta value is 0.00%
  • yellow value is 77.31%
  • key color value is 53.33%
CMYK:
(77,0,77,53)
C77M0Y77K53 
(77%,0%,77%,53%)
(0.77/0.00/0.77/0.53)	

CMYK percentages

%77.31
%0
%77.31
%53.33

Codes

Color #1B771B in popluar color models

1B771B
RGB2711927
HSL120°63.01%28.63%
HSB/HSV120°77.31%46.67%
CMYK77.31%0.00%77.31%
53.33%

Color #1B771B in popluar number systems.

HEX1B771B
Decimal2711927
Binary11011111011111011
Octal3316733

Shades and tints

Shades of #1B771B

#1B771B
(27,119,27)
#196D19
(25,109,25)
#176317
(23,99,23)
#155915
(21,89,21)
#134F13
(19,79,19)
#114511
(17,69,17)
#0F3B0F
(15,59,15)
#0D310D
(13,49,13)
#0B270B
(11,39,11)
#091D09
(9,29,9)
#071307
(7,19,7)
#000000
(0,0,0)

Tints of #1B771B

#1B771B
(27,119,27)
#2F832F
(47,131,47)
#438F43
(67,143,67)
#579B57
(87,155,87)
#6BA76B
(107,167,107)
#7FB37F
(127,179,127)
#93BF93
(147,191,147)
#A7CBA7
(167,203,167)
#BBD7BB
(187,215,187)
#CFE3CF
(207,227,207)
#E3EFE3
(227,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B771B; }

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

This text font color is #1B771B.


Background Color

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

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

This div background color is #1B771B.


Border color

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

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

This div border color is #1B771B.


Opacity

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

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

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

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

This text has shadow with #1B771B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B771B on black background.


Color preview on white background

This text has color #1B771B on white background.



Black color preview on #1B771B background

This text has black color on #1B771B background.


White color preview on #1B771B background

This text has white color on #1B771B background.