COLOR #1BA613

HEX: #1BA613
RGB: (27,166,19)

Color info

#1BA613 contains mainly green color. Web safe color of #1BA613 is #339900 (or #390).

RGB color model

#1BA613 color RGB value is (27,166,19).

  • red value is 27;
  • green value is 166;
  • blue value is 19.
RGB:
(27,166,19)
(11%,65%,7%)

RGB channels and saturation

R 27 of 255 = 11%
G 166 of 255 = 65%
B 19 of 255 = 7%

27
166
19

R + G + B ~ 28%. #1BA613 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 166 + 19 = 212 (100%)
R 27 of 212 ~ 12.74%
G 166 of 212 ~ 78.3%
B 19 of 212 ~ 8.96%

%12.74
%78.3

CMYK color model

#1BA613 color CMYK value is (84,0,89,35).

  • cyan value is 83.73%
  • magenta value is 0.00%
  • yellow value is 88.55%
  • key color value is 34.90%
CMYK:
(84,0,89,35)
C84M0Y89K35 
(84%,0%,89%,35%)
(0.84/0.00/0.89/0.35)	

CMYK percentages

%83.73
%0
%88.55
%34.9

Codes

Color #1BA613 in popluar color models

1BA613
RGB2716619
HSL117°79.46%36.27%
HSB/HSV117°88.55%65.10%
CMYK83.73%0.00%88.55%
34.90%

Color #1BA613 in popluar number systems.

HEX1BA613
Decimal2716619
Binary110111010011010011
Octal3324623

Shades and tints

Shades of #1BA613

#1BA613
(27,166,19)
#199712
(25,151,18)
#178811
(23,136,17)
#157910
(21,121,16)
#136A0F
(19,106,15)
#115B0E
(17,91,14)
#0F4C0D
(15,76,13)
#0D3D0C
(13,61,12)
#0B2E0B
(11,46,11)
#091F0A
(9,31,10)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #1BA613

#1BA613
(27,166,19)
#2FAE28
(47,174,40)
#43B63D
(67,182,61)
#57BE52
(87,190,82)
#6BC667
(107,198,103)
#7FCE7C
(127,206,124)
#93D691
(147,214,145)
#A7DEA6
(167,222,166)
#BBE6BB
(187,230,187)
#CFEED0
(207,238,208)
#E3F6E5
(227,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1BA613; }

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

This text font color is #1BA613.


Background Color

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

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

This div background color is #1BA613.


Border color

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

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

This div border color is #1BA613.


Opacity

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

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

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

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

This text has shadow with #1BA613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BA613 on black background.


Color preview on white background

This text has color #1BA613 on white background.



Black color preview on #1BA613 background

This text has black color on #1BA613 background.


White color preview on #1BA613 background

This text has white color on #1BA613 background.