COLOR #1B6E15

HEX: #1B6E15 RGB: (27,110,21)

Color info

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

RGB color model

#1B6E15 color RGB value is (27,110,21).

RGB: (27,110,21) (11%, 43%, 8%)

RGB channels and saturation

R 27 of 255 = 11%
G 110 of 255 = 43%
B 21 of 255 = 8%

27
110
21

R + G + B ~ 21%. #1B6E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 110 + 21 = 158 (100%)
R 27 of 158 ~ 17.09%
G 110 of 158 ~ 69.62%
B 21 of 158 ~ 13.29'%

%17.09
%69.62
%13.29

CMYK color model

#1B6E15 color CMYK value is (75,0,81,57).

  • cyan value is 75.45%
  • magenta value is 0.00%
  • yellow value is 80.91%
  • key color value is 56.86%

CMYK: (75,0,81,57)
C75M0Y81K57 (75%, 0%, 81%, 57%)
(0.75 / 0.00 / 0.81 / 0.57)

CMYK percentages

%75.45
%0
%80.91
%56.86

Codes

Color #1B6E15 in popluar color models

1B 6E 15
RGB 27 110 21
HSL 116° 67.94% 25.69%
HSB/HSV 116° 80.91% 43.14%
CMYK 75.45% 0.00% 80.91%
56.86%

Color #1B6E15 in popluar number systems.

HEX 1B 6E 15
Decimal 27 110 21
Binary 11011 1101110 10101
Octal 33 156 25

Shades and tints

Shades of #1B6E15

#1B6E15
(27,110,21)
#196414
(25,100,20)
#175A13
(23,90,19)
#155012
(21,80,18)
#134611
(19,70,17)
#113C10
(17,60,16)
#0F320F
(15,50,15)
#0D280E
(13,40,14)
#0B1E0D
(11,30,13)
#09140C
(9,20,12)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #1B6E15

#1B6E15
(27,110,21)
#2F7B2A
(47,123,42)
#43883F
(67,136,63)
#579554
(87,149,84)
#6BA269
(107,162,105)
#7FAF7E
(127,175,126)
#93BC93
(147,188,147)
#A7C9A8
(167,201,168)
#BBD6BD
(187,214,189)
#CFE3D2
(207,227,210)
#E3F0E7
(227,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B6E15; }

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

This text font color is #1B6E15.

Background Color

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

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

This div background color is #1B6E15.

Border color

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

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

This div border color is #1B6E15.

Opacity

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

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

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

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

This text has shadow with #1B6E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B6E15.

Preview

Color preview on black background

This text has color #1B6E15 on black background.


Color preview on white background

This text has color #1B6E15 on white background.


Black color preview on #1B6E15 background

This text has black color on #1B6E15 background.


White color preview on #1B6E15 background

This text has white color on #1B6E15 background.


Related colors

Complementary color

Complementary color for #hex is #E491EA.


I love getcolorcode.com

Triadic colors

1 #151B6E and #6E151B with #1B6E15 are triadic colors.

2 #156E1B and #6E1B15 with #1B6E15 are triadic colors.